Readit News logoReadit News
chokma commented on 2026 tech layoffs reach 45,000 in March   technode.global/2026/03/0... · Posted by u/ninadwrites
schrodinger · a day ago
It's easy to get caught up in your own hype when you're surrounded entirely by people who always tell you what you want to hear.
chokma · 9 hours ago
Maybe the sycophantic behavior of AI models comes from rich people having them build to behave the same as their personal yes-men. A person accustomed to never hearing "no" won't like a machine that tells them off.
chokma commented on I'm reluctant to verify my identity or age for any online services   neilzone.co.uk/2026/03/im... · Posted by u/speckx
pocksuppet · 12 days ago
A plausible example: Your insurance company knows how much money you make, and how fast you drive, and takes this into account when setting your insurance bill. Even if you never thought you gave them this information.
chokma · 12 days ago
Another example: there are fallen countries that try to penalize abortion even in extreme cases (rape, incest) Having the data in your ad-exchange’s online profile that you bought a pregnancy test and a bus ticket to another state that allows abortion may be enough to get you jailed.
chokma commented on Meta’s AI smart glasses and data privacy concerns   svd.se/a/K8nrV4/metas-ai-... · Posted by u/sandbach
u1hcw9nx · 13 days ago
Filming vs. Publishing

Filming is legal. In public spaces (streets, parks), there is no "reasonable expectation of privacy." You do not need permission to point a camera. The exceptions are usually for offensive or harassing type of filming.

Publishing is regulated. In EU, once you share the footage , you are "processing personal data" under GDPR. There are also exceptions where publishing without permission is legal. Legitimate Interest (security footage or incidental background), Public Interest/Journalism, and Artistic Expression.

Generally you must ask permission to publish, not to film. Although asking permission to film is good ethical principle too.

chokma · 12 days ago
Note that there is a difference between Panoramafreiheit (freedom to record a public building / space with people walking around) versus recording the street before your house with an always-on security camera (almost always forbidden).

Even having a fake camera pointing at a public space can be forbidden as it creates surveilance pressure on people using the space.

chokma commented on MessageFormat: Unicode standard for localizable message strings   github.com/unicode-org/me... · Posted by u/todsacerdoti
jp1016 · a month ago
One practical thing I appreciated about MessageFormat is how it eliminates a bunch of conditional UI logic.

I used to write switch/if blocks for:

• 0 rows → “No results” • 1 row → “1 result” • n rows → “{n} results”

Which seems trivial in English, but gets messy once you support languages with multiple plural categories.

I wasn’t really aware of how nuanced plural rules are until I dug into ICU. The syntax looked intimidating at first, but it actually removes a lot of branching from application code.

I’ve been using an online ICU message editor (https://intlpull.com/tools/icu-message-editor) to experiment with plural/select cases and different locales helped me understand edge cases much faster than reading the spec alone.

chokma · a month ago
This reminds me of https://perldoc.perl.org/Locale::Maketext::TPJ13

Seems like to get it right for every use case / language, you would need functions to translate phrases - so switch statements may be a valid solution. The number of text elements needed for pagination, CRUD operations and similiar UI elements should be finite :)

chokma commented on Ask HN: What are you working on? (February 2026)    · Posted by u/david927
BrunoBernardino · a month ago
I've been working with my wife on Uruky [1] for a couple of months, now. It's a EU-based Kagi [2] alternative (privacy-focused and ad-free search with domain boosting/exclusion rules).

We've been using it with friends and family semi-successfully (hashbangs work for edge cases we're still working on).

It's really difficult to get bigger indexes other than Mojeek and Marginalia to want to work with us and improve the results further, so that's something I've been researching more, lately. EUSP (the new Ecosia/Qwant-effort-related index) has finally replied to me last week, but I'm still waiting on an API key.

If you're interested in trying it for a few days and are a human, reach out with your account number and I'll give you a couple of weeks for free. We're pushing improvements daily.

[1] https://uruky.com

[2] https://kagi.com

P. S. It's weird to see this duplicate (posted less than a week ago in https://news.ycombinator.com/item?id=46874385), but this post has a lot more comments!

chokma · a month ago
Eventual source code access is an interesting idea. What language is Uruky implemented in?
chokma commented on If nothing is curated, how do we find things   tadaima.bearblog.dev/if-n... · Posted by u/nivethan
curun1r · 10 months ago
> But what's missing is a shared cultural experience

This is my problem with the proliferation of streaming platforms when it comes to movies and TV. We’ve arguably got more and better content than we’ve ever had. But I find myself far less motivated to watch it. I used to watch content anticipating the conversations I’d have with friends and colleagues. Now, whenever we try to talk about it, it’s 30 seconds of, “Have you seen …?” “No, have you seen …?” “No.” Until we give up and talk about something else.

It’s made me realize that the sharing it with others part was always my favorite part of listening/watching and, without that, I can’t really become emotionally invested it the experience.

chokma · 10 months ago
> It’s made me realize that the sharing it with others part was always my favorite part of listening/watching and, without that, I can’t really become emotionally invested it the experience.

Perhaps this is a factor in the rise of reaction videos where people consume the content with you and react to it. A somewhat shallow experience, but someone pretending to genuinely like the same music video as I do is - in the vastness of the internet - slightly better than consuming completely alone.

chokma commented on NSA spied through Angry Birds, other apps: report (2014)   nbcnews.com/tech/tech-new... · Posted by u/__natty__
greenavocado · 10 months ago
Earth's oceans contain approximately 1.35 billion cubic kilometers of water. To raise this entire volume from an average temperature of 3.5C to boiling (100 C), we'd need roughly: 1.35 x 10^21 kg x 4,184 J/(kg C) x 96.5C is approximately 5.45 x 10^25 joules That's 545 million exajoules or about 10,000 times humanity's annual energy consumption.

If you tried to brute-force AES-256 with conventional computers, you'd need to check 2^256 possible keys. Even with a billion billion (10^18) attempts per second: 2^256 operations / 10^18 operations/second is approximately 10^59 seconds. You'd need about 2.7 x 10^41 universe lifetimes to crack AES-256

At about 10 watts per computer, this would require approximately 10^60 joules, or roughly 2 x 10^34 times the energy needed to boil the oceans. You could boil the oceans, refill them, and repeat this process 200 trillion trillion trillion times.

For RSA-2048, the best classical algorithms would need about 2^112 operations. This would still require around 10^27 joules, or about 20 times what's needed to boil the oceans.

ECC with a 256-bit key would need roughly 2^128 operations to crack, requiring approximately 10^31 joules It's enough to boil the oceans about 2,000 times over.

Quantum computers could theoretically use Shor's algorithm to break RSA and ECC much faster. But to break RSA-2048, we'd need a fault-tolerant quantum computer with millions of qubits. Current quantum computers have fewer than 1,000 stable qubits. Even with quantum computing, the energy requirements would still be astronomical. Perhaps enough to boil all the oceans once or twice, rather than thousands of times.

chokma · 10 months ago
For more calculations about the use of (computational) brute force: https://www.schneier.com/blog/archives/2009/09/the_doghouse_...

"... brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space.

chokma commented on The tooth, the whole tooth and the jawbone too   thequackdoctor.substack.c... · Posted by u/Hooke
evmar · a year ago
(wife is a dentist)

To my knowledge, the state of the art in tooth removal still is basically pliers and a lot of force. The difference today is a trained professional knows the technique and has practiced it a lot. (And anesthetic.)

Here's a random video of it from a quick search on YouTube: https://www.youtube.com/watch?v=vydv7aomV20

chokma · a year ago
> To my knowledge, the state of the art in tooth removal still is basically pliers and a lot of force

One time, my dentist told me "I can't get it out, I am going to fetch my dad to do it" when she had trouble removing a tooth. What followed was a not so fun experience in professionally applied dental violence. (Her father was also a dentist)

chokma commented on MomBoard: E-ink display for a parent with amnesia   jan.miksovsky.com/posts/2... · Posted by u/pabs3
trashcan · a year ago
Having done this, you will also most likely want to setup a javascript timer that also triggers a refresh in case the meta refresh fails. And a weekly reboot of the machine in case there is a memory leak or some other issue.
chokma · a year ago
We had to configure a daily reboot for a raspberry PI that just displayed a web page with the current status of emergency calls for local first responders on a mounted TV screen.

Purpose: if you come into the building to fetch the car with the medical equipment, you could see at a glance how many people acknowledged the alert and would arrive shortly etc. Sadly, the system tended to loose its WIFI connection and then the reloaded web page would display a network error. And since the web page was a 3rd party product, we could not hack the Javascript.

chokma commented on Apple's requirements are about to hit creators and fans on Patreon   news.patreon.com/articles... · Posted by u/miiiiiike
cortesoft · 2 years ago
> does anybody want to argue that Apple hosting the Patreon app on iOS provides more value to Patreon subscribers and creators than the existence of Patreon itself does?

Well, there is a simple way to test this... just get rid of the Patreon iOS app and just use a web version. Why does patreon need its own app? Why can't it just be web based?

I wish fewer companies had apps. I don't need an app for everything. I don't need every hotel I stay at to have their own app, I don't need an app to order food at a restaurant.

So why do companies make them? Because people spend more money when they can just use the in app purchase functionality. It is CLEARLY worth the 30% to most companies, because they keep pumping out single use apps that would be better as a mobile web page.

chokma · 2 years ago
> Why does patreon need its own app?

Wondering about that, too - I always use the website on my ipad since a browser allows me to enlarge the font size when reading novels on Patreon (a feature that the app does not offer).

u/chokma

KarmaCake day282February 22, 2009
About
Software Developer (Java, JavaScript), interested in security, privacy, freedom, politics, gaming, fantasy and philosophy.

I have experience with enterprise content management systems* for technical documentation as well as working on the backend of large price comparison and online marketing systems.

* https://github.com/dewarim/cinnamon4

Blog: http://dewarim.com/

View Original