Viewing profile — aniou
aniou
HN member- Joined
- Fri, Aug 07, 2020, 9:32 AM UTC
- HN karma
- 54
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About aniou
No profile information was provided.
Recent public activity
-
comment
Comment #48417521
I feel Your pain. And I have a advice: take a deep breath and leave. Because burn-out is real, because there is nothing that can compensate damages of Your mental health. You are s…
-
comment
Comment #48398871
Blind spot that comes from incompetence and arrogance. See https://lwn.net/Articles/553415/ for example and remember famous words of Daniel Stone that brought the need for remote w…
-
comment
Comment #48227150
I come to Python around version 1.5, painfully tired by debugging CGI scripts, created by wannabe perl-golfers. Unfortunately, I feel like Python is losing more and more of the zen…
-
comment
Comment #47973152
[flagged]
-
comment
Comment #47961463
Zig strives to avoid numerous pitfalls, and I admire that. Let's take a look at some of them: 1. Project control – if a LARGE company implements thousands of lines created by LLMs …
-
comment
Comment #47961253
So - in that way - LLM will be Your mentor, it will shape Your way of thinking according to algorithms and datasets stuffed into by corporate creators. Do You really want it? There…
-
comment
Comment #47954035
Looks like a LLM hallucination - there is no thing like "RHEL 14.3", although referenced kernel signature (6.12.0-124.45.1.el10_1) contains reference to real RHEL release, i.e. 10.…
-
comment
Comment #46924913
I prefer ~/bin/ for my scripts, links to specific commands, etc. ~/.local/bin is tedious to write, when I want to see directory content and - most important - I treat whole ~/.loca…
-
comment
Comment #46631358
"And it's just plain better at writing code than 60% of my graduating class was back in the day". Only because it has access to vast amount of sample code to draw a re-combine part…
-
comment
Comment #46631207
First, we've fallen into a nomenclature trap, as so-called "AI" has nothing to do with "intelligence." Even its creators admit this, hence the name "AGI," since the appropriate acr…
-
comment
Comment #46392429
But they were in different domains. Here, we have a strong clash because Rust is positioning itself as secure system and internet language and computer and internet standard are al…
-
comment
Comment #46392189
As side note. Maybe someone knows, why rust devs chose an already used name for language changes proposal? "RFC" was already taken and well-established and I simply refuse to accep…
-
comment
Comment #46087258
A note from someone who specializes in long-term system maintenance: There is also one, very important aspect, that is - (un)suprisingly - rarely mentioned in comments: a lack of d…
-
comment
Comment #45874881
Nowadays NetBSD offers something similar to "context depended filesystem", i.e. a special form of symbolic links that can points to different locations, according to wide range set…
-
comment
Comment #44088869
It won because it was in place (Outlook) and almost nobody cares. Official version is: "because there is a whole history of correspondence and it is convenient to forward it to new…
-
comment
Comment #43756002
Yes-and-no, I think. Limited usability of assembly language comes from limited resources (registers, operations) available to programmer, that leads to (so) many simple steps for m…
-
comment
Comment #30265887
I'm sorry to say that but this article is not entirely true - an illustration "how does traditional raid 4/5/6 do it?" shows ONLY RAID 4. There is a big difference between RAID 4 a…
-
comment
Comment #28060151
Not at all. Things like CFEengine (1993) and even Puppet predates a spread of "devops" term. Not mentioning tools for automated system installations, embedded in distributions like…
-
comment
Comment #28060054
Too often "DevOps" emerged as a way to walk around system administrators and their "blabling" about security, resource management, upgrades and long-term maintainability. I'm alway…
-
comment
Comment #27650885
BTW: there is another obstacle aside from typing issues: readability problems and similarities between operators and ordinary characters with computer fonts. In case of manually wr…
-
comment
Comment #27206221
Re: availability - a victim of own success. ;) And chip shortage too, unfortunately. Re: affordable: I come rather from 8-bit Atari and - in my opinion - it is not a cheap hobby. M…
-
comment
Comment #27205914
Speaking of "modern retro computing" there is already a player in the town: C256 Foenix [1]. Based on 65c816, affordable, powerful and - most important - already available and well…
-
comment
Comment #24080076
Nice idea that corresponds with my idée fixe - a sane, usable output format for Unix utilities. There are differences, of course - I prefer a text-table format as universal panacea…