Readit News logoReadit News
squiggleblaz commented on EU age verification app to ban any Android system not licensed by Google   reddit.com/r/degoogle/s/Y... · Posted by u/cft
Aurornis · a month ago
> Without real push-back to these dystopian laws and consequences for the people proposing and lobbying for them

If anything, I’m seeing more calls for internet regulation on HN and other tech places than in the past.

Every time something is shared about topics like kids spending too much time on phones or LLMs producing incorrect output, the comments attract a lot of demands for government regulation as the solution. Regulation is viewed as the way to push back on technological and social problems.

The closer regulations come to reality, the less popular they are. Regulation seems most attractive in the abstract, before people have to consider the unintended consequences.

The most common example I can think of is age verification: Every thread about smartphone addiction come with calls for strict age-based regulation all over the place.

Yet the calls for strict age-based internet regulation generally fail to realize that you can’t only do age verifications on kids and you can’t do it anonymously. The only way to do age verification is to verify everyone, and the only way to verify that the age verification matches the user is to remove the possibility of anonymity.

The calls for regulation always imagine it happening to other people and other companies. Few people demanding internet age verification for things like social media seem to realize that it would also apply to sites like HN. Nobody likes the idea of having to prove your identity for an age check to sign up for HN, they just want to imagine Facebook users going through that trouble because they don’t use Facebook and therefore it’s not a problem.

squiggleblaz · a month ago
Engineers want some kind of regulation because they feel like computer systems, which they nominally control, are out of control, because of the business people's demands. They want the right to say no without having to have the consequences of saying no. But then when regulations come in, they're not about regulating business, they're about regulated interactions between people and business. And whereas the idealist sees a regulation as a chance to change things for the better, a regulator sees a regulation as a chance to preserve things as they were just before they became bad. (It takes a politician, not a regulator, to change things.)
squiggleblaz commented on 'Enough Is Enuf' Review: A Dream of Simpler Spelling   wsj.com/arts-culture/book... · Posted by u/pepys
Aloisius · 4 months ago
Most of English's inconsistent spelling came about from (sometimes incomplete) pronunciation shifts. Now knight and night are homophones where they once weren't, and while sky still rhymes with by, it no longer rhymes with archery. Fixing this is difficult, not just because people are resistant to change, but also because the variations in accents.

However, we're also introducing a lot of new inconsistencies due to a relatively recent shift to adopting foreign words without changing the spelling or pronunciation as we would have in the past - something no other language does. This forces English readers to learn multiple foreign orthographies and English's to read English.

The British are sometimes better about it. They see the word "jalapeno" or "tortilla" and pronounce it like you'd expect (and get mocked for it) with English's orthography, as opposed to forcing everyone to use Spanish orthography to pronounce them halapenyo and tortiya.

squiggleblaz · 4 months ago
> Fixing this is difficult, not just because people are resistant to change, but also because the variations in accents.

The relevance of accents is greatly overstated. The argument is of the form "we should let the perfect be the enemy of the good, and therefore it's impossible". There are a great many words in English whose pronunciation is irregular: these are the ones we should fix. For these, accent is irrelevant; you can pronounce your r's hard or your a's broad, and it doesn't matter: "bury" is pronounced to rhyme with "merry" in probably every accent of English that's ever been, from Old English (ic byrge vs myrge) on. You could just fix 100 words like "bury" and "could" and "are" whose spellings are either wrong or etymological but don't reflect extant variants, and the spelling would be reformed, children's lives would be improved, and it wouldn't be a problem from any perspective of accent variation or etymology or anything.

squiggleblaz commented on TLS certificate lifetimes will officially reduce to 47 days   digicert.com/blog/tls-cer... · Posted by u/crtasm
transfire · 4 months ago
Who cares? What does a certificate tell me other than someone paid for a certificate.

And what do certificate buyers gain? The ability for their site to be revoked or expired and thus no longer work.

I’d like to corrected.

squiggleblaz · 4 months ago
A certificate authority is an organisation that pays good money to make sure that their internet connection is not being subjected to MITMs. They put vastly more resources into that than you can.

A certificate is evidence that the server you're connected to has a secret that was also possessed by the server that the certificate authority connected to. This means that whether or not you're subject to MITMs, at least you don't seem to be getting MITMed right now.

The importance of certificates is quite clear if you were around on the web in the last days before universal HTTPS became a thing. You would connect to the internet, and you would somehow notice that the ISP you're connected to had modified the website you're accessing.

squiggleblaz commented on 20 years of Git   blog.gitbutler.com/20-yea... · Posted by u/videlov
squiggleblaz · 5 months ago
A local minimum is a point in the design space from which any change is an improvement (but there's other designs which would be worse, if they make several larger changes). I think it's hard to make that claim about Git. You're probably referring to a local maximum, a point in the design space from which any change makes it better (but there's other designs which would be better, if they make several larger changes).

In my career, I've used Svn, Git and something I think it was called VSS. Git has definitively caused less problems, it's also been easy to teach to newbies. And I think the best feature of Git is that people really really benefit from being taught the Git models and data structures (even bootcamp juniors on their first job), because suddenly they go from a magic incantation perspective to a problem-solving perspective. I've never experienced any other software which has such a powerful mental model.

That of course doesn't mean that Mercurial is not better; I've never used it. It might be that Mercurial would have all the advantages of git and then some. But if that were so, I think it would be hard to say that Git is at a local maximum.

squiggleblaz commented on Recent AI model progress feels mostly like bullshit   lesswrong.com/posts/4mvph... · Posted by u/paulpauper
JohnKemeny · 5 months ago
> LLMs fundamentally do not want to seem anything

You're right that LLMs don't actually want anything. That said, in reinforcement learning, it's common to describe models as wanting things because they're trained to maximize rewards. It’s just a standard way of talking, not a claim about real agency.

squiggleblaz · 5 months ago
Reinforcement learning, maximise rewards? They work because rabbits like carrots. What does an LLM want? Haven't we already committed the fundamental error when we're saying we're using reinforcement learning and they want rewards?
squiggleblaz commented on Recent AI model progress feels mostly like bullshit   lesswrong.com/posts/4mvph... · Posted by u/paulpauper
mrweasel · 5 months ago
That sound reasonable to me, but the those companies forget that there's different types of agreeable. There's the LLM approach, similar to the coworker who will answer all your questions about .NET but not stop you from coding yourself into a corner, and then there's the "Let's sit down and review what it actually is that you're doing, because you're asking a fairly large number of disjoint questions right now".

I've dropped trying to use LLMs for anything, due to political convictions and because I don't feel like they are particularly useful for my line of work. Where I have tried to use various models in the past is for software development, and the common mistake I see the LLMs make is that they can't pick up on mistakes in my line of thinking, or won't point them out. Most of my problems are often down to design errors or thinking about a problem in a wrong way. The LLMs will never once tell me that what I'm trying to do is an indication of a wrong/bad design. There are ways to be agreeable and still point out problems with previously made decisions.

squiggleblaz · 5 months ago
I think it's your responsibility to control the LLM. Sometimes, I worry that I'm beginning to code myself into a corner, and I ask if this is the dumbest idea it's ever heard and it says there might be a better way to do it. Sometimes I'm totally sceptical and ask that question first thing. (Usually it hallucinates when I'm being really obtuse though, and in a bad case that's the first time I notice it.)
squiggleblaz commented on Rsync replaced with openrsync on macOS Sequoia   derflounder.wordpress.com... · Posted by u/zdw
donnachangstein · 5 months ago
> or around 5 years after Stallman started the GNU project.

So 5 years after he started with an empty repo and some political ramblings?

GNU did not have a working system until Linus released Linux in 1992. They had pieces and components which were worthless on their own.

There is a lot of deliberate ignorance of public domain code being posted on BBSes at the time. I'm not discounting anything Richard did but let's not rewrite history here.

squiggleblaz · 5 months ago
> GNU did not have a working system until Linus released Linux in 1992. They had pieces and components which were worthless on their own.

People were installing GNU onto existing Unix systems because GNU was better than they were distributed with. Maybe they did that with components of BSD Net/1 - no one has ever told me they did but it probably happened - but that was definitively post GNU.

Anyway, I'm not sure if this matters so much to the debate. Stallman was reacting to a change. He rambled politically and wrote some code to back it up because he used to be able to do things, and now he could only do them if he would write some code and win some allies.

squiggleblaz commented on Rsync replaced with openrsync on macOS Sequoia   derflounder.wordpress.com... · Posted by u/zdw
ants_everywhere · 5 months ago
I'm curious if you remember any of the specifics.

At a big company I worked for, GPL licenses were strictly forbidden. But I got the vibe that was more about not wanting to wind up in a giant court case because of engineers not being careful in how they combined code.

I'd be super curious if there are explicit intentional acts that people generally think are okay under GPL but where lawyers feel the risk is too high.

squiggleblaz · 5 months ago
Linking against GPL code on a backend server which is never distributed - neither in code or binary form. (Because what might happen tomorrow? Maybe now you want to allow enterprise on prem.)
squiggleblaz commented on We are still using 88x31 buttons   ultrasciencelabs.com/lab-... · Posted by u/PaulHoule
JustARandomGuy · 5 months ago
Oh my goodness, thank you! I have been searching for a source of the small icons as an example to show the computing classes I lecture, and I finally found my rotating favorite one! https://cyber.dabamos.de/88x31/msntbciis.gif

Thank you so much - on the flip side, my students may dislike you because they're going to get a lecture on how the web used to be!

squiggleblaz · 5 months ago
My favorite one I think is the Internet Explorer/Google Chrome "Same shit different - " one, because it's obviously recent and somehow iconic of the sort of person who reminisces about the old web, and clearly narrowcasting to such people.
squiggleblaz commented on The order of files in /etc/ssh/sshd_config.d/ matters   utcc.utoronto.ca/~cks/spa... · Posted by u/NGRhodes
77pt77 · 5 months ago
In what world is ssh obsolete?

What made it obsolete?

squiggleblaz · 5 months ago
I'm trying to brainstorm an answer. My best guess is that SSH is obsoleted by disposable instances. You can spin up a new instance for every version of your configuration, transition to it, and dispose of the original (or set it aside or whatever). That way, you could probably have a reasonably complete tech career and only ever use ssh as an implementation detail of git.

u/squiggleblaz

KarmaCake day1502November 15, 2017View Original