Readit News logoReadit News
ompogUe commented on Malus – Clean Room as a Service   malus.sh... · Posted by u/microflash
gbalduzzi · 2 days ago
> If a law being enforced 100% of the time causes problems then rethink the law (i.e. raise the speed limit, or design the road slower).

Isn't this the point of the whole conversation we are having here?

Laws on copyright were not created for current AI usage on open source project replication.

They need to change, because if they are perfectly enforced by the letter, they result in actions that are clearly against the intent of the law itself.

The underlying problem is that the world changes too fast for the laws so be fair immediately

ompogUe · 2 days ago
^This. A large % of jurisprudence is in just trying to keep up with how tech disrupts society.
ompogUe commented on Bubble Sorted Amen Break   parametricavocado.itch.io... · Posted by u/eieio
zonkerdonker · 2 days ago
And a tragic story at that:

>Coleman died homeless and destitute in 2006. It was unlikely he was aware of the impact he had made on music. Neither he [band leader Spencer] nor Coleman received royalties for the break.

ompogUe · 2 days ago
Reminds me of Motown's James Jamerson [1]

[1] https://en.wikipedia.org/wiki/James_Jamerson

ompogUe commented on Think Twice Before Buying or Using Meta's Ray-Bans   eff.org/deeplinks/2026/03... · Posted by u/hn_acker
yaku_brang_ja · 4 days ago
Think twice before you start building AR/VR wearables. I never understand the obsession of people thinking AR/VR interface is the future. They are fun for certain cases like games and movies, but they offer the worst UX to interact with the digital world (Probably the worst in the history of digital devices). The gesture navigation will never meet the level of convenience and precision that mouse and touch screen interfaces offer.
ompogUe · 4 days ago
I thought the AR UI in "Rainbow's End"[1] made more sense than hand gestures: with digital clothing, all of our movements become controls. And we each train our inputs according to our own slight tweaks and movements. Also, pretty sure this book was a big impetus for Google, Meta, etc to get started with AR, drones, and self-driving cars.

[1] https://en.wikipedia.org/wiki/Rainbows_End_(Vinge_novel)

ompogUe commented on GrapheneOS: Microsoft Authenticator does not support secure Android OS   heise.de/en/news/Graphene... · Posted by u/RachelF
ompogUe · 9 days ago
I only use authenticator with an old phone next to my work computer. No sim card, minimal apps. Don't do work apps on my main phone, especially InTune.
ompogUe commented on I Don't Like Magic   adactio.com/journal/22399... · Posted by u/edent
lo_zamoyski · 21 days ago
This reads like a transcript of a therapy session. He never gives any real reasons. It's mostly a collection of assertions. This guy must never have worked on anything substantial. He also must underestimate the difficulty of writing software as well as his reliance on the work of others.

> I don’t like using code that I haven’t written and understood myself.

Why stop with code? Why not refine beach sand to grow your own silicon crystal to make your own processor wafers?

Division of labor is unavoidable. An individual human being cannot accomplish all that much.

> If you’re not writing in binary, you don’t get to complain about an extra layer of abstraction making you uncomfortable.

This already demonstrates a common misconception in the field. The physical computer is incidental to computer science and software engineering per se. It is an important incidental tool, but conceptually, it is incidental. Binary is not some "base reality" for computation, nor do physical computers even realize binary in any objective sense. Abstractions are not over something "lower level" and "more real". They are the language of the domain, and we may simulate them using other languages. In this case, physical computer architectures provide assembly languages as languages in which we may simulate our abstractions.

Heck, even physical hardware like "processors" are abstractions; objectively, you cannot really say that a particular physical unit is objectively a processor. The physical unit simulates a processor model, its operations correspond to an abstract model, but it is not identical with the model.

> My control freakery is not typical. It’s also not a very commercial or pragmatic attitude.

No kidding. It's irrational. It's one thing to wish to implement some range of technology yourself to get a better understanding of the governing principles, but it's another thing to suffer from a weird compulsion to want to implement everything yourself in practice...which he obviously isn't doing.

> Abstractions often really do speed up production, but you pay the price in maintenance later on.

What? I don't know what this means. Good abstractions allow us to better maintain code. Maintaining something that hasn't been structured into appropriate abstractions is a nightmare.

ompogUe · 21 days ago
>> Abstractions often really do speed up production, but you pay the price in maintenance later on.

> What? I don't know what this means. Good abstractions allow us to better maintain code. Maintaining something that hasn't been structured into appropriate abstractions is a nightmare.

100% agree with this. Name it well, maintain it in one place ... profit.

It's the not abstracting up front that can catch you: The countless times I have been asked to add feature x, but that it is a one-off/PoC. Which sometimes even means it might not get the full TDD/IoC/feature flag treatment (which aren't always available depending upon the client's stack).

Then, months later get asked to created an entire application or feature set on top of that. Abstracting that one-off up into a method/function/class tags and bags it: it is now named and better documented. Can be visible in IDE, called from anywhere and looped over if need be.

There is obviously a limit to where the abstraction juice isn't worth the squeeze, but otherwise, it just adds superpowers as time goes on.

ompogUe commented on jQuery 4   blog.jquery.com/2026/01/1... · Posted by u/OuterVale
TuringNYC · 2 months ago
>> This brought me flashbacks of jQuery spaghetti monsters from years ago, some were Backbone related.

To be fair, jQuery was a response to the the IE and JS variant mess of the early 2000s. jQuery made development possible without debugging across three browser varients.

ompogUe · 2 months ago
Standardized selectors was the big use case for me
ompogUe commented on The $200K Developer Dream Is Over – Here's the Reality in 2026   medium.com/@sovannaro/the... · Posted by u/cumo
unsupp0rted · 2 months ago
I regularly interact with devs and project managers in Eastern Europe. Their quality is top-notch and their English is good enough you'll forget they're not natives. Most importantly, their mentality is American. Like... weirdly American.

Yes means yes, no means no, "how was your weekend" and then down to business. It's a pleasure interacting with them.

ompogUe · 2 months ago
I do as well, and agree 100%.

Funny story, the lead on our Eastern European team told me a while back that he had to tell his team:

When the North Americans ask at the beginning of a meeting "How's it going?", they do NOT really want to know how you are doing. It's just social lubrication before getting to work.

Before that, we were getting to learn that their mother in-laws in town or different medical issues.

ompogUe commented on Ask HN: What's your opinion on a VR/XR business?    · Posted by u/izwasm
ompogUe · 2 months ago
I've had my domain and some business ideas ready for 20 years now (since Rainbow's End).

Still waiting for the ecosystem to mature a little more and the "early" movers to consolidate the APIs. Also, I love my job so not super motivated.

The only business "secret sauces" I know are creativity (market value depends on what you're selling) and implementation (if what you're selling works). Customers will follow.

IMO: Go For It! The more the space matures, the better for all of us.

https://en.wikipedia.org/wiki/Rainbows_End_(Vinge_novel)#Aug...

ompogUe commented on The grab list: how museums decide what to save in a disaster   economist.com/1843/2025/1... · Posted by u/surprisetalk
ompogUe · 2 months ago
They also try to do it by design: The Menil Collection in Houston keeps their storage on the top floor to avoid damage from Hurricane flooding.

u/ompogUe

KarmaCake day134May 24, 2023View Original