Readit News logoReadit News
bobajeff commented on Google will allow only apps from verified developers to be installed on Android   9to5google.com/2025/08/25... · Posted by u/kotaKat
Kim_Bruning · a day ago
I never really got into "phone" progrmaming, always waiting for the shenanigans to die down. But somehow the shanigans have gotten worse and for a significant chunk of the world population, the phone is the only computation device they have at all.
bobajeff · a day ago
You now need to have an online account to setup and login on a Windows desktop. It's obvious what the trend is and it's not allowing consumers control over their stuff.
bobajeff commented on AnduinOS   anduinos.com/... · Posted by u/TheFreim
popol12 · 7 days ago
I was scared too and found out that it's actually the opposite !

I'm using Manjaro (derived from Arch), so I can't talk for Arch itself but so far (2 years) it's been way more friendly to me than Ubuntu (which I used for 7 years before).

bobajeff · 7 days ago
Long ago manjaro was my favorite distro because it had a lot of great defaults that are rare among distros. The thing I didn't like was always having to be on top of updates or the update system would break and fixing it was a process. However, the thing that made me stop altogether was that one update caused my Keyboard to stop working!
bobajeff commented on AnduinOS   anduinos.com/... · Posted by u/TheFreim
popol12 · 7 days ago
I switched to an Arch based distribution and it's night and day. Almost everything is available through the AUR, you even have the choice to rebuild a package or to use a pre-compiled one. I'll never go back to Ubuntu and apt.

Oh, and it's a rolling release so my install doesn't break every 2 years with the new LTS upgrade.

bobajeff · 7 days ago
I want to be able rely an an arch distro enough to be my main but it just seems like it needs too much maintenance and I'm afraid of some parts of my system breaking in some updates.

Meanwhile, on Ubuntu/Debian-based systems I can just install locally or use a third party repository for the things that need to be more up to date.

bobajeff commented on Nvidia Tilus: A Tile-Level GPU Kernel Programming Language   github.com/NVIDIA/tilus... · Posted by u/ashvardanian
camdroidw · 9 days ago
I'm a little out of the loop these days but I thought webgpu obviated the use of platform specific language (say Cuda)?
bobajeff · 9 days ago
WebGPU is a API that sits above Vulkan, DirectX and Metal. For CUDA, ROCm and oneAPI there is SYCL. But it's not used too much and it seems mostly just Intel is invested.
bobajeff commented on Why Nim?   undefined.pyfy.ch/why-nim... · Posted by u/TheWiggles
rich_sasha · 10 days ago
I often wonder why some languages succeed while others falter. Why did Rust break through, for example, while so many other excellent languages didn't.

I guess a lot of languages are kind of fungible. If you want a fast, cross platform, GC-based OOP language, the truth is, there are many choices. I'm not saying they are the same, but for 80% of the use cases they kind of are, and there are always good reasons to use established languages rather than new ones.

The ones that make it offer something very unique, not merely better than peers. So Rust, as a memory-safer non-GC language has a clear use case with little or no competition.

Nim doesn't have this luxury. I wish it well, I like the language and often contemplated learning it properly. But I fear the odds are against it.

bobajeff · 10 days ago
I vaguely remember a talk given by the creator of ELM called "The Economics of Programming Languages". It's actually really expensive to make a good programming language that's widely used.

Forget about syntax or semantics or unique features or whatever. Having money and resources are the most important factor for a successful language.

bobajeff commented on Wan – Open-source alternative to VEO 3   github.com/Wan-Video/Wan2... · Posted by u/modinfo
bsenftner · 10 days ago
If you want to play with this, as in really play, with over a dozen variant models with acceleration loras and a vibrant community, ya gotta check out:

https://github.com/deepbeepmeep/Wan2GP

And the discord community: https://discord.gg/g7efUW9jGV

"Wan2GP" is AI video and images "for the GPU poor", get all this operating with as little as 6GB VRAM, Nvidia only.

bobajeff · 10 days ago
If having only 6GB VRAM is GPU poor then I must be GPU destitute.

Deleted Comment

bobajeff commented on FFmpeg moves to Forgejo   code.ffmpeg.org/FFmpeg/FF... · Posted by u/whataguy
ericbarrett · 10 days ago
That is Anubis trying to get your browser to do proof of work: https://github.com/TecharoHQ/anubis
bobajeff · 10 days ago
Thanks, I found out I had to disable Brave's protection to get it to let me past.
bobajeff commented on Toothpaste made with keratin may protect and repair damaged teeth: study   kcl.ac.uk/news/toothpaste... · Posted by u/sohkamyung
bobajeff · 11 days ago
>While fluoride toothpastes are currently used to slow this process, keratin-based treatments were found to stop it completely.

That's really great I hope to use this some day.

bobajeff commented on We rewrote the Ghostty GTK application   mitchellh.com/writing/gho... · Posted by u/tosh
cosmic_cheese · 12 days ago
In my view the primary reason for GTK’s prominence on Linux rides on one thing primarily: it’s got C bindings, and thus it has decent bindings for just about every other language under the sun too. If you’re not trying for anything fancy, these bindings can even be auto-generated.

The runner up Qt is much more tightly tied to C++ and Python to its detriment. You really need to meet devs where they’re at instead of insisting that they adopt a particular language to use your UI toolkit.

Aside from that, at the end of the day, if you’re building a full fat complex desktop app an old style imperative UI toolkit is probably one of the more practical choices you can make. They have an exhaustive set of battle tested, accessible widgets built in and their pitfalls are well known. Newer approaches expect you to write or import everything and start requiring increased contortions from the developer past a certain point of complexity.

bobajeff · 12 days ago
Actually the auto generated bindings can be attributed to the gobject system. It's a very interesting system, similar DCOM in Windows.

Too bad it's so poorly documented. It seems to me like advanced technology left over from a dead civilization, that's being handled by cave people.

u/bobajeff

KarmaCake day3060September 6, 2014View Original