HN user

figomore

455 karma
Posts47
Comments78
View on HN
www.creativeapplications.net 2mo ago

Assembly Language – Jesse Colin Jackson's Marching Cubes

figomore
2pts0
github.com 8mo ago

The Filesystem for Agents

figomore
1pts0
www.bloomberg.com 1y ago

Japan Inches Toward AI Goals with Rapidus' First Chip Prototype

figomore
2pts0
context7.com 1y ago

Context7 – Up-to-date documentation for LLMs and AI code editors

figomore
1pts0
www.boringcactus.com 1y ago

A 2025 Survey of Rust GUI Libraries

figomore
18pts6
www.phoronix.com 1y ago

Nvidia Is Finding Great Success with Vulkan Machine Learning

figomore
5pts0
lobhn.skyshelf.app 1y ago

Lobste.rs/Hacker News links overlap

figomore
63pts54
www.youtube.com 1y ago

Masahiro Sakurai on Creating Games

figomore
1pts0
docs.pygfx.org 1y ago

Pygfx

figomore
253pts54
community.amd.com 1y ago

AMD Unveils Its First Small Language Model AMD-135M

figomore
311pts97
lwn.net 2y ago

Systemd heads for a big round-number release

figomore
3pts0
github.com 2y ago

The case for using Rust in MLOps

figomore
1pts0
github.com 2y ago

Pygfx/wgpu-py: Next generation GPU API for Python

figomore
5pts0
en.wikipedia.org 2y ago

Great Vowel Shift

figomore
1pts0
realpython.com 2y ago

Python 3.12 Preview: Subinterpreters

figomore
6pts0
discuss.python.org 3y ago

Pybi and Posy

figomore
2pts0
wccftech.com 3y ago

Intel Arc Desktop GPU Roadmap Leak: Alchemist+ Refresh in 2H23, Battlemage in 24

figomore
2pts0
www.youtube.com 3y ago

Mac Users Deserve Better – 7 Unacceptable Problems with macOS

figomore
6pts2
0pointer.net 4y ago

Running a Container off the Host /usr/

figomore
3pts0
www.sscardapane.it 4y ago

Tutorial: Writing Jax-like code in PyTorch with functorch

figomore
3pts0
github.com 4y ago

OpenVINO 2022.1

figomore
2pts0
www.youtube.com 4y ago

Fedora Is the New Ubuntu – Fedora Long Term Review

figomore
1pts0
byteofdev.com 4y ago

State of the Web: React

figomore
3pts0
www.ypsidanger.com 4y ago

Setting yourself up for success before trying Fedora Silverblue

figomore
3pts1
www.tweag.io 5y ago

Towards a Content-Addressed Model for Nix

figomore
45pts15
multipass.run 5y ago

Ubuntu VMs on demand for any workstation

figomore
2pts0
www.youtube.com 5y ago

Note Taking in vim with markdown and pandoc and bears, oh my

figomore
3pts0
bitbashing.io 5y ago

TeX: A Tale of Two Worlds

figomore
6pts0
www.phoronix.com 5y ago

Zink OpenGL-on-Vulkan Hitting ~95% Speed of Native OpenGL Driver Performance

figomore
3pts0
catgirl.ai 5y ago

Eight Months of NixOS

figomore
5pts0

If you are not interested in the edges, only painting the sites with different colors, you can use a variation of flood fill starting with the seeds and only stacking the pixel if that color has distance lower than the one already painted that pixel.

Pygfx 2 years ago

It's possible to use Pygfx with Qt and WX.

I'm using Silverblue 39 for about 2 month coming from NixOS Unstable. It's working very well for me. I have some packages layered like Nvidia and fish shell and https://github.com/CheariX/silverblue-akmods-keys for AKMODS modules work with secure boot. Things like neovim, pyright, helix, starship, LSPs and CLI applications I install with brew (brew.sh). For desktop things I use Flatpak.

I had a problem with some Flatpak applications (like Steam and Discord) and brew because brew puts its folder in the $PATH before the default ones (/usr/bin ...) and those Flatpak applications tried to use SSL keys from brew instead of the system ones. I just changed the order of the $PATH to make brew bin path to be after ther system ones.

For VSCode I'm not using the Flatpak I'm using the tarball one I just extract in ~/applications and symlink the code binary in the ~/.local/bin. It's working well, I don't have problem with VSCode not executing LSPs and lint things. The only problem is VSCode from tarball cannot updates itself, so I need to download the newer version and extract to ~/applications. There is this VSCode CLI version (https://code.visualstudio.com/docs/?dv=linux64cli) but I was not able to make it use the wayland backend.