HackerLangs
TopNewTrendsCommentsPastAskShowJobs

korginator

no profile record

comments

korginator
·22 gün önce·discuss
The noise levels everywhere in our cities overwhelms me. The constant chatter of people all around, e.g., a loud conversation in close proximity, people blasting some TikTok garbage on the train, or someone approaching me trying to sell me something when I'm simply walking - I'd rather avoid all of this.

I'm usually playing dark noise on noise cancelling earphones most of the time, and that helps me tune out the constant, stress inducing bombardment of unwelcome auditory inputs.
korginator
·3 ay önce·discuss
I want my software to work, consistently, repeatably, and predictably, every time. Whether it's the software that I use is for work - including embedded and real-time systems - or tools for personal use, the last thing I want is some "quirk of its soul" deciding that it feels like 1 + 1 == oranges, or thunderbird doesn't feel like showing me my email because it's too bored today.

Even the original author Ryo's rambling post on X [1] conflates the personal web (personal blogs), window manager UX, AI-generated code, commercial / enterprise software, testing, and boutique or hobby apps, concluding with a plea for a "path forward" that is already available today, while painting everything with the same brush.

Even back in the 1990's real software (e.g., I used VxWorks every day) was built for consistency, functionality, and repeatability, with strong QA, and the thing was expected to work.

[1] https://x.com/ryolu_/status/2038841219556724924
korginator
·3 ay önce·discuss
There was a 1970's Indonesian progressive rock band called Contrapunk that released an album called "Putri Mohon Diri" [1]

You can find the recording on YT [2] They were really unique - blending traditional Indonesian instruments, intense guitar work and classical influences.

[1] https://www.discogs.com/release/17424685-Contrapunk-Putri-Mo...

[2] https://www.youtube.com/watch?v=jb1792ZuXcY
korginator
·geçen yıl·discuss
The user agreement T&C document is cause for concern. [1]

Specifically, sec 4.4:

4.4 You understand and agree that, unless proven otherwise, by uploading, publishing, or transmitting content using the services of this product, you irrevocably grant DeepSeek and its affiliates a non-exclusive, geographically unlimited, perpetual, royalty-free license to use (including but not limited to storing, using, copying, revising, editing, publishing, displaying, translating, distributing the aforesaid content or creating derivative works, for both commercial and non-commercial use) and to sublicense to third parties. You also grant the right to collect evidence and initiate litigation on their own behalf against third-party infringement.

Does this mean what I think it means, as a layperson? All your content can be used by them for all eternity?

[1] https://platform.deepseek.com/downloads/DeepSeek%20User%20Ag...
korginator
·2 yıl önce·discuss
xz is so pervasive, I just discovered on my Mac that the (affected?) version 5.6.1 made it into homebrew. The post in the linked article says that only Linux x86-64 systems are affected, but now I'm left scratching my head whether my Mac is also in trouble, just that we don't know it yet.
korginator
·4 yıl önce·discuss
Been using BearSSL in side projects on and off, and it's an excellent little library.

That said, I use MbedTLS for production work on embedded hardware because it just integrates better with the other bits and pieces of code, and often comes as part of the platform SDK itself or has been tested with the platform. This plays a big part in getting people to use it.