Comment on
Why yes, we do Agile
The real mystery is when they want five years of experience for the tech that's been out for three.
Comment on
Why yes, we do Agile
The real mystery is when they want five years of experience for the tech that's been out for three.
Comment on
Linux Best Practices
Reply in thread
Yes, but also I would hope that if you have the autonomy to install linux you also have the autonomy to look up an unknown command before running it with superuser privileges.
Comment on
Opinions on how to deal with duplicate code.
If I find myself repeating more than twice, I just ask "Can this be a function". If yes, I move it there. If not, I just leave it as it is.
Life's too short to spend all day rewriting your code.
Comment on
Some people just can't pace themselves
Reply in thread
It really is big. From baby's first prompting on big corpo model learning how tokens work, to setting up your own environment to run models locally (Because hey, not everyone knows how to use git), to soft prompting, to training your own weights.
Nobody is realistically writing fundamental models unless they work with Google or whatever though.
Comment on
B-bug? What bug?
"The bug is fixed, but we inadvertently created two new ones, one of which broke production because it was inexplicably not caught."
Comment on
B-bug? What bug?
Reply in thread
That's only the first stage. Once you get tired enough you start writing code that not even you can understand the next morning, but which you're loathe to change because "it just works".
Comment on
B-bug? What bug?
Reply in thread
Lazy is right. Spending fifty hours to automate a task that doesn't take even five minutes is commonplace.
It takes laziness to new, artful heights.
Comment on
What examples do you know?
If you want a pretty cool example, Le morte d'Arthur was written in prison.
Comment on
Kafka recomendations
Der Prozess/The Trial is one of the better ones in my opinion. Really captures the essence of Kafka. Of course, it is also one of his longer works.
Comment on
The Coming Enshittification of Public Libraries
Reply in thread
They're definitely among the worst of the worst. It's always surprised me how comparatively sterile their wiki page is. Feels like they've got someone cleaning it up.
Comment on
Some people just can't pace themselves
Reply in thread
If you want to disabuse yourself of the notion that AI is close to replacing programmers for anything but the most mundane and trivial tasks, try to have GPT 4 generate a novel implementation of moderate complexity and watch it import mystery libraries that do exactly what you want the code to do, but that don't actually exist.
Yeah, you can do a lot without writing a single line of code. You can certainly interact with the models because others who can have already done the leg work. But someone still has to do it.
Comment on
The future of back-end development
Reply in thread
It may be an opinion, but pointing it out won't make me like java any more.
Comment on
This is not for you (cit.)
I read it a long time ago. The format is interesting, novel certainly. I suppose it's the selling point, over the prose.
To me it seemed like there were many competing "ways" to read it as well. Like a maze, you can go different paths. Do you read it front to back? Niggle through the citations? Thread back through the holes? It's not often you get a book that has this much re-read value.
Comment on
Bing’s GPT-4 With Image Input Can Break Captchas
Reply in thread
It's even better when you ask it to write code for you, it generates a decent looking block, but upon closer inspection it imports a nonexistent library that just happens to do exactly what you were looking for.
That's the best sort of hallucination, because it gets your hopes up.
Comment on
Any Lovecraft or Cthulhu Mythos group you can suggest?
Don't know about Lovecraft, but the big creepypasta/web story thing these days is the SCP foundation. But I assume you've already heard about that one?
Comment on
Some people just can't pace themselves
Reply in thread
True! Interfacing is also a lot of work, but I think that starts straying away from AI to "How do we interact with it." And let's be real, plugging into OAI's or Anthropic's API is not that hard.
Does remind me of a very interesting implementation I saw once though. A VRChat bot powered by GPT 3.5 with TTS that used sentiment classification to display the appropriate emotion for the text generated. You could interact with it directly via talking to it. Very cool. Also very uncanny, truth be told.
All that is still in the realm of "fucking around" though.
Comment on
Some people just can't pace themselves
Reply in thread
w++ is a programming language now 🤡
Comment on
Why yes, we do Agile
Reply in thread
Ah, the hyperbolic timechamber of job experience.
Comment on
GPT4All is a free-to-use, locally running, privacy-aware large language model that is a 3GB - 8GB file that you can download and query. No GPU or internet required
Reply in thread
Claude 2 isn't free though, is it?
Either way, it does depends on what you want to use it for. Claude 2 is very biased towards positivity and it can be like pulling teeth if you're asking it to generate anything it even remotely disapproves of. In that sense, Claude 1 is the superior option.
Comment on
10 AI Graphs to rule them all
The assertion that they cannot be cheap is funny, when Vicuna 13B was trained on all of $300.
Not $300,000. $300. And that gets you a model that's almost parity with ChatGPT.