HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ulimn

224 カルマ登録 8 年前

投稿

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

brokenrobot.xyz
3 ポイント·投稿者 ulimn·9 か月前·0 コメント

コメント

ulimn
·4 日前·議論
(As an outsider, ) I suspect it's because the Rust rewrite was big enough to bump the main version number.
ulimn
·25 日前·議論
They don't, in your case. Read the first 2 lines of the linked page.
ulimn
·先月·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
Isn't the outcome / solution for a given task non-deterministic? So can we reliably measure that?
ulimn
·3 か月前·議論
I think it's more about how they approach their users in general that is the problem here.
ulimn
·6 か月前·議論
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 か月前·議論
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 か月前·議論
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 年前·議論
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.