Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
genericspammer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
genericspammer
1y ago
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 defense against these bozos, unfortunately it must be enfor
2.
▲
by
genericspammer
1y ago
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 formatted code, compared to putting that energy towards new featur
3.
▲
by
genericspammer
1y ago
Please inform me what the defaults are for Java, C#, C++, C, Bash and Python?
4.
▲
by
genericspammer
1y ago
Do you guys never read code as side by side diffs in the browser?
5.
▲
by
genericspammer
1y ago
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 you seem to think.
6.
▲
by
genericspammer
1y ago
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 purely a 100% predictible process. The Oxford Living Dictionary
7.
▲
by
genericspammer
1y ago
Thanks for the clarification.
8.
▲
by
genericspammer
1y ago
IME? BA?
9.
▲
by
genericspammer
1y ago
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 by idealistic devs who regularly jerks off to conference talk
10.
▲
by
genericspammer
1y ago
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+3 is slack, etc. Switching to the desired app doesn’t requir
11.
▲
by
genericspammer
1y ago
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 with my own solution was also very interesting (and humbling).
12.
▲
by
genericspammer
1y ago
Can you have different environments or profiles or whatever, with different global variables?
13.
▲
Show HN: Plot lines of code over time in Git repositories
(github.com)
2 points
by
genericspammer
1y ago
|
0 comments
14.
▲
by
genericspammer
2y ago
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.
15.
▲
by
genericspammer
2y ago
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 IMO) to change the perception of C# as a Microsoft eco
16.
▲
by
genericspammer
2y ago
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 certainly don't believe we have a 'reasoning m
17.
▲
by
genericspammer
2y ago
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 reasoning machine. I suppose that if you consider what GPT does to
18.
▲
by
genericspammer
2y ago
Really cool and useful, how long have you worked on this?
19.
▲
by
genericspammer
2y ago
What do we have to gain by going to mars?
20.
▲
by
genericspammer
2y ago
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 bought a refurbished iPhone SE 2020 for 200 euros in 2022.
21.
▲
by
genericspammer
2y ago
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 myself a challenge.