HackerLangs
TopNewTrendsCommentsPastAskShowJobs

miningape

no profile record

comments

miningape
·bulan lalu·discuss
Not GP but honestly I don't even spend 10% of my time writing code - even if these tools were perfect code generators that could read my mind (instead of having to prompt) it wouldn't significantly impact my work.
miningape
·bulan lalu·discuss
They should be running pre-mortems every morning at this point
miningape
·2 bulan yang lalu·discuss
inb4 "EvERyTHing Is PolItiKz"
miningape
·2 bulan yang lalu·discuss
Nah don't worry, I'm sure Cyril will setup a commission for this
miningape
·2 bulan yang lalu·discuss
> See what players think about the latest World of Warcraft patch. It's absolutely shit and broken

Crazy to me that the loot tables are still broken for some players/characters, they've tried to fix it several times now, and it's still not working - Since (some) endgame gear can only be obtained this way they've effectively soft locked those players/character out of the endgame.

Context: Some players are always receiving the same drops i.e. a belt. Rather than a varied loot table that gives them a chance to get items they need.
miningape
·3 bulan yang lalu·discuss
I prefer the old name, it was much more memorable because it's funny.

"Yeah I'm playing with my Coq to try and get it working again"
miningape
·3 bulan yang lalu·discuss
This is probably the most insane take I've read all year. As though an LLMs don't have an increased chance to bork code when they have to write it multiple times for different platforms - even LLM users benefit from the existence of libraries that handle cross platform, low level implementation details and expose high level apis.
miningape
·3 bulan yang lalu·discuss
A while loop, some prompts basically amounting to "this is how you format a system call" and "make no mistakes", there's also a regex + executor for detecting and executing system calls.
miningape
·3 bulan yang lalu·discuss
Look at the JWT standard, it usually contains things like claims, roles, user ids, etc.
miningape
·3 bulan yang lalu·discuss
If a consultant made the same mistakes I'd expect the consultant to be held accountable, not the client business that hired the consultancy - they knew they didn't have the requisite skills and so outsourced to an "expert" (and therefore can't be judged for not knowing how to secure their software since they did everything possible)

In this case the "client" is fully liable for the security issues.
miningape
·3 bulan yang lalu·discuss
> Wanna get back to hunting for that metal song?

Absolutely flawless save chat
miningape
·3 bulan yang lalu·discuss
Well, I have something to tell you about the last decade+ of EU immigration policy
miningape
·3 bulan yang lalu·discuss
This is my take too - LLMs aren't an excuse to lower our standards, they're the reason to raise them.

Put simply LLMs perform better on better code.
miningape
·3 bulan yang lalu·discuss
I think what matters more than the abstract class vs if statement dichotomy, is how well something maps the problem domain/data structures and flows.

Sure maybe its fast to write that simple if statement, but if it doesn't capture the deeper problem you'll just keep running head first into edge cases - whereas if you're modelling the problem in a good way it comes as a natural extension/interaction in the code with very little tweaking _and_ it covers all edge cases in a clean way.
miningape
·3 bulan yang lalu·discuss
Seems to have been removed, I'm getting a 404
miningape
·4 bulan yang lalu·discuss
No need to make it easier though
miningape
·4 bulan yang lalu·discuss
At that point you lose all potential gains from just using AI - it's harder and slower to read and understand a bunch of verbose slop and then clean it up
miningape
·4 bulan yang lalu·discuss
Not OP but I hold myself to that standard, and the honest answer is that at best it's the same.
miningape
·4 bulan yang lalu·discuss
> and post the original along with the translation

this so many times - it's so incredibly handy to have the original message from the author, for one I may speak or understand parts of that language and so have an easier time understanding the intent of the translated text. For another I can cut and translate specific parts using whatever tools I want, again giving me more context about what is trying to be communicated.
miningape
·4 bulan yang lalu·discuss
Seems strange, for decades we allowed developers to use what made them comfortable, you like notepad? go ahead and use it. Don't want an LSP? that's fine disable it.

So long as their productivity was on par with the rest of the team there was no issue.

Suddenly, everyone needs to use this new tool (which we haven't proven to actually be effective) and if you don't you don't belong in the industry.