Viewing profile — genericspammer
genericspammer
HN member- Joined
- Mon, Dec 02, 2024, 6:56 AM UTC
- HN karma
- 13
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About genericspammer
No profile information was provided.
Recent public activity
-
comment
Comment #45166551
Im sure you write very readable code, but in most companies, there are a bunch of devs who completely rape the codebase with unintelligble bullshit. The linter is the first line of…
-
comment
Comment #45166523
The point is that in the large picture there are many much more important topics with higher impact to focus on. The company wont make much more money by having consistently format…
-
comment
Comment #45166493
Please inform me what the defaults are for Java, C#, C++, C, Bash and Python?
-
comment
Comment #45166444
Do you guys never read code as side by side diffs in the browser?
-
comment
Comment #45120681
There’s no trick to it, you’re overanalyzing. It’s just saing if I were a stone -> no experience, a bat -> some kind of experience. It is not claiming to define the ”something” as …
-
comment
Comment #45120636
I would say a lot would need to be added. Given the same input, the tetris game will respond exactly the same each time. There is no awareness, learning, no decisions made, but pur…
-
comment
Comment #44725405
Thanks for the clarification.
-
comment
Comment #44724786
IME? BA?
-
comment
Comment #44724778
I’ve worked with cucumber for a few yeats and only ever seen developers writing Gherkin. To me it’s just another framework to learn - a failed abstraction. It’s always introduced b…
-
comment
Comment #44502519
I have a tiling window manager, I never use the tiling feature, I only have one window per workspace like the previous commenter. Alt+1 is always my browser, alt+2 is my code, alt+…
-
comment
Comment #44376351
As a toy project I can recommend re-creating the core functionality of Git. Its basic functionality beautifully simple. Checking out Linus’ first commit of Git and comparing it wit…
-
comment
Comment #44325378
Can you have different environments or profiles or whatever, with different global variables?
-
story
Show HN: Plot lines of code over time in Git repositories
It's a small wrapper around cloc ( https://github.com/AlDanial/cloc ), which just provides a convenient way to plot lines of code over time in a Git repository. The script runs clo…
-
comment
Comment #43092004
As someone who rows an actual boat once or twice almost every other summer I just want to say that rowing is mostly upper body and arms, with little to no legwork.
-
comment
Comment #42332053
This is a gem of a video. Even though this is a parody, it's interesting to note the difference in how C# and Java are perceived today. Microsoft has certainly tried (and succeeded…
- story
-
comment
Comment #42330026
You raise good points, I agree it feels like it is reasoning at times. Though the brain, with our current understanding of it, is by far more of a black box to us than any LLM. > I…
-
comment
Comment #42327366
Is there a distinction between LLM’s and AI, or do we consider LLM’s to exhibit intellect? I remeber Sam Altman pointing out in some interview that he considers GPT to be a reasoni…
-
comment
Comment #42310901
Really cool and useful, how long have you worked on this?
-
comment
Comment #42300856
What do we have to gain by going to mars?
-
comment
Comment #42300640
[flagged]
-
comment
Comment #42294131
The authors frustrations are shared by many. I used an iPhone 6 way past its expiry date. It also became slower over time for no reason until it was essentially unusable. Finally I…
-
comment
Comment #42293816
Lots of people seem to be doing hardcore things like using C without libraries, limiting memory etc. And here I am doing it in Ruby instead of Java this year thinking I was giving …