I redesigned old GNOME app icons to fit in with the new HIG guidelines
In plain words
This is a collection of redesigned icons for legacy GNOME applications, updated to align with the current Human Interface Guidelines. The project addresses visual consistency across the GNOME desktop environment by modernizing older app icons. It is intended for GNOME users and developers who want their applications to maintain a cohesive visual appearance with the current design standards. The work is available on GitHub for community use and contribution.
written from the facts on this page · September 2026
Does the same job
all alternatives →- MIMono Icons – A simple, consistent open-source icon set2020 · icons.mono.company · ▲333
- CICoreUI Icons – open-source icons with marks in SVG, Webfont and raster2019 · github.com · ▲238
- ICICONSVG – Customize and Generate Common SVG Icons2019 · iconsvg.xyz · ▲227


100k Open Source Icons by Iconshock2021 · ▲491Every open source icon on the internet, tagged & optimized
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 27d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io
Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com