V0ldek

joined 1 year ago
[–] V0ldek@awful.systems 6 points 7 hours ago (3 children)

"Philosophy & Music" are indeed two categories of things that share one letter between them.

Feel very happy to recognise only Corbyn and Penrose by name, no idea what any of them are doing there.

I mean, I know who Penrose was, but from the context I assume he's probably acutely suffering from Nobel Disease and I have zero idea what he's been up to outside of physics.

And isn't Corbyn just a boring lefty UK politician? Does he have like a philosophy background or something?

[–] V0ldek@awful.systems 7 points 4 days ago

This is really weird because every single person in academia I talked to about non-CS stuff is either a perfectly median centrist social-democrat or literally a member of the local communist party, with zero variation in between those two.

Like it's either you're a young idealist that still believes the world can be better, or you're 40 with three kids and a mortgage that just wants the government to be relatively stable and not fuck shit up for you.

I know zero Americans though, so maybe there's a skew there.

[–] V0ldek@awful.systems 6 points 4 days ago (1 children)

I haven't worked in industry for a while now but from your accounts it seems like... nothing's changed?

Sturgeon's law very much applies to software engineers. I'm sorry but the vast majority of people in my junior cohort I wouldn't hire to replace my lightbulb. Of course they're all in on LLMs. They'll be doing what they were doing best, generating tons of awful code they copied from somewhere else that the adults in the room will have to clean up later, just the generation and copying is now paid at a $100 monthly subscription.

Like seriously, it doesn't matter even a tiny bit the code got generated by a bullshit machine when the code is Node.JS anyway. If you're building a giant penis out of cow dung it doesn't matter who your construction crew is and how good they are. And the industry is like 90% building giant penises than never come to fruition anyway.

[–] V0ldek@awful.systems 3 points 5 days ago

Just use "intern".

[–] V0ldek@awful.systems 9 points 6 days ago

And Bukele, two best buds and their gilded fascism

[–] V0ldek@awful.systems 23 points 1 week ago

After @daphnelawless.com on bsky

Nice morning chuckle

[–] V0ldek@awful.systems 6 points 1 week ago (1 children)

HP fanfic but house points are crypto and the chocolate frog cards are NFTs tracked on a magical blockchain

[–] V0ldek@awful.systems 10 points 1 week ago

I had a religious youth and believed in an immortal soul. Even when I came out of that, I quickly believed in the potential of radical transhuman life extension.

My dude you're so, so, sooo close to realising it, you should spontaneously quantum-tunnel into self-awareness any second now

[–] V0ldek@awful.systems 9 points 1 week ago* (last edited 1 week ago)

The storm rages within

Yet I hold F to pay respects

[–] V0ldek@awful.systems 10 points 1 week ago (1 children)

Apparently including a camera-esque filename in prompts for the latest mid journey release can make it more photorealistic.

This entire enterprise is just shamanry, we are like two steps away from "throwing a goat into a volcano makes your next prompt more realistic"

[–] V0ldek@awful.systems 15 points 1 week ago* (last edited 1 week ago) (5 children)

I'll give this author +10 bayes points for noticing Trump does unpredictable batshit stuff

+10 bayes points

Has someone on LW already proposed a BayesCoin or have I just figured out how to steal lunch money from all rationalists at once

[–] V0ldek@awful.systems 3 points 1 week ago

Thanks Scott, never change.

Not to worry, he never will!

21
submitted 3 months ago* (last edited 3 months ago) by V0ldek@awful.systems to c/freeasm@awful.systems
 

I'm looking for recommendations of good blogs for programmers. I've been asked about what I would recommend by younger folks a few times these past few months and I realised I don't really have a good list that I could just share with them.

What I'm interested in are blogs that don't focus specifically on any particular tech but more things like Coding Horror that are just for devs in general. They don't have to be for beginners. It'd also be interesting to see which of those are most popular in our little circle, so please upvote comments that contain recommendations you agree with.

I'm implicitly assuming stuff shared by folks here is going to be sensible, well-written blogs, and not some AI shill nonsense or other tech grift.

Note that I'm specifically interested in the text medium, podcasts or YT not so much.

 

An excellent post by Ludicity as per usual, but I need to vent two things.

First of all, I only ever worked in a Scrum team once and it was really nice. I liked having a Product Owner that was invested in the process and did customer communications, I loved having a Scrum Master that kept the meetings tight and followed up on Retrospective points, it worked like a well-oiled machine. Turns out it was a one-of-a-kind experience. I can't imagine having a stand-up for one hour without casualties involved.

A few months back a colleague (we're both PhD students at TU Munich) was taking a piss about how you can enroll in a Scrum course as an elective for our doctor school. He was in general making fun of the methodology but using words I've never heard before in my life. "Agile Testing". "Backlog Grooming". "Scrum of Scrums". I was like "dude, none of those words are in the bible", went to the Scrum Guide (which as far as I understood was the only document that actually defined what "Scrum" meant) and Ctrl+F-ed my point of literally none of that shit being there. Really, where the fuck does any of that come from? Is there a DLC to Scrum that I was never shown before? Was the person who first uttered "Scrumban" already drawn and quartered or is justice yet to be served?

Aside: the funniest part of that discussion was that our doctor school has an exemption that carves out "credits for Scrum and Agile methodology courses" as being worthless towards your PhD, so at least someone sane is managing that.

Second point I wanted to make was that I was having a perfectly happy holiday and then I read the phrase "Agile 2" and now I am crying into an ice-cream bucket. God help us all. Why. Ludicity you fucking monster, there was a non-zero chance I would've gone through my entire life without knowing that existed, I hate you now.

 

Turns out software engineering cannot be easily solved with a ~~small shell script~~ large language model.

The author of the article appears to be a genuine ML engineer, although some of his takes aged like fine milk. He seems to be shilling Google a bit too much for my taste. However, the sneer content is good nonetheless.

First off, the "Devin solves a task on Upwork" demo is 1. cherry picked, 2. not even correctly solved.

Second, and this is the absolutely fantastic golden nugget here, to show off its "bug solving capability" it creates its own nonsensical bugs and then reverses them. It's the ideal corporate worker, able to appear busy by creating useless work for itself out of thin air.

It also takes over 6 hours to perform this task, which would be reasonable for an experienced software engineer, but an experienced software engineer's workflow doesn't include burning a small nuclear explosion worth of energy while coding and then not actually solving the task. We don't drink that much coffee.

The next demo is a bait-and-switch again. In this case I think the author of the article fails to sneer quite as much as it's worthy -- the task the AI solves is writing test cases for finding the Least Common Multiple modulo a number. Come on, that task is fucking trivial, all those tests are oneliners! It's famously much easier to verify modulo arithmetic than it is to actually compute it. And it takes the AI an hour to do it!

It is a bit refreshing though that it didn't turn out DEVIN is just Dinesh, Eesha, Vikram, Ishani, and Niranjan working for $2/h from a slum in India.

 

I'm not sure if this fully fits into TechTakes mission statement, but "CEO thinks it's a-okay to abuse certificate trust to sell data to advertisers" is, in my opinion, a great snapshot of what brain worms live inside those people's heads.

In short, Facebook wiretapped Snapchat by sending data through their VPN company, Onavo. Installing it on your machine would add their certificates as trusted. Onavo would then intercept all communication to Snapchat and pretend the connection is TLS-secure by forging a Snapchat certificate and signing it with its own.

"Whenever someone asks a question about Snapchat, the answer is usually that because their traffic is encrypted, we have no analytics about them," Facebook CEO Mark Zuckerberg wrote in a 2016 email to Javier Olivan.

"Given how quickly they're growing, it seems important to figure out a new way to get reliable analytics about them," Zuckerberg continued. "Perhaps we need to do panels or write custom software. You should figure out how to do this."

Zuckerberg ordered his engineers to "think outside the box" to break TLS encryption in a way that would allow them to quietly sell data to advertisers.

I'm sure the brave programmers that came up with and implemented this nonsense were very proud of their service. Jesus fucking cinammon crunch Christ.

view more: next ›