HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ulimn

224 karmajoined 8년 전

Submissions

The Renaissance of written coding conventions: Because AI reads manuals, too

brokenrobot.xyz
3 points·by ulimn·9개월 전·0 comments

comments

ulimn
·4일 전·discuss
(As an outsider, ) I suspect it's because the Rust rewrite was big enough to bump the main version number.
ulimn
·25일 전·discuss
They don't, in your case. Read the first 2 lines of the linked page.
ulimn
·지난달·discuss
I really like Helix. I didn't dig into Neovim much but Helix has pretty nice IDE-like features that I always missed from vim (without riddling it with plugins or using SpaceVim or such). Check it out, maybe you'll like it as well.
ulimn
·2개월 전·discuss
I'm surprised that we have a lot of comments but still no alternative which would be secure by design. Meaning, not downloading stuff shadily in the background like Zed, or allowing extensions to roam free like VSCode...
ulimn
·2개월 전·discuss
I'm not sure about that. The "normies" around me love AI. My mother and mother-in-law drive me crazy when I ask for advice and they copy the answer directly from ChatGPT. Not to mention the stupid images generated by AI.
ulimn
·2개월 전·discuss
That is true in most cases I guess but just look at the current product in OP. In 3 months, at the pace AI products evolve, we might "all" be using the next AI coding harness and Claude Code could be a thing of the past. So it's not a long lasting tool like curl for example.

All I'm trying to say that generalizing like suggested might exclude some useful things.
ulimn
·2개월 전·discuss
But then that would have the downside of falsely blocking projects that were developed in private and then just pushed to Github (or any public repo). Like I always use my own, self-hosted Forgejo for everything by default.
ulimn
·2개월 전·discuss
I think it's also an option to anonymously tell the world what will happen. That way you keep your job and still people are at least aware. Unless if you are one of like 3 people who know about it and they would immediately know it was you.
ulimn
·2개월 전·discuss
Do you have some source I could read on this? I don't really use Gemini but I would be interested to know more.
ulimn
·2개월 전·discuss
Checking for OWASP top 10 items during code review is usually a mid level dev interview question IME. It's nothing new. Teams don't have to come up with these. These things exist.
ulimn
·2개월 전·discuss
I guess it's not a browser issue. I tried firefox, safari and brave on macos and neither worked, even in private window. Bummer.
ulimn
·3개월 전·discuss
Isn't the outcome / solution for a given task non-deterministic? So can we reliably measure that?
ulimn
·3개월 전·discuss
I think it's more about how they approach their users in general that is the problem here.
ulimn
·6개월 전·discuss
I am not a C programmer but I always find these low level languages intriguing.

I am wondering though: when does one pick C3 for a task/problem?
ulimn
·7개월 전·discuss
Regarding the KDE aspect: my preferred DE is KDE and I installed CachyOS with that. Everything seemed to go smoothly and using it was also a good experience.

With that said, I ran into an age-old problem: sleep.

(For reference, I have an AMD Ryzen CPU, RTX 4070 super GPU and some low-end motherboard and I am using the proprietary nvidia drivers.)

I searched the web for hours and tried a lot of things, including different kernels, but nothing helped. In the end, after I couldn't find anything new on forums, reddit, blog posts, etc, I asked chatgpt for some ideas.

It had me change BIOS settings, kernel params, nvidia module params (or something like that - I'm not well versed in this topic tbh), etc, but in some way waking up from sleep still did not work.

After it suggested some undocumented kernel param with the nvidia kernel module, I said that's it, let's try something else and reinstalled with Gnome.

To my surprise, it worked without issue. I've been using it like this for weeks now.

I have no idea if the explanation is good or not but chatgpt said it's because my hardware + proprietary nvidia driver + plasma wayland was a bad combination.
ulimn
·10개월 전·discuss
Or at least not anymore since this became the number 1 sign whether a text was written with AI. Which is a bit sad imo.
ulimn
·3년 전·discuss
I think the book "Core Java for the Impatient" by Cay S. Horstmann is a really good one on (relatively) new java.

The author has a 2 volume, longer book as well if you want more details.