Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
metaltyphoon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
metaltyphoon
15d ago
Why are you just pasting LLM answers :(? I see this constantly in Slack DMs to every day from work. It hurts
2.
▲
by
metaltyphoon
17d ago
C# solves this so elegantly string text = """ This is a long comment But I can split it And keep my indentation. """;
3.
▲
by
metaltyphoon
19d ago
Very aggressive. "Will you $FAVORITE_LANG people ever shut up?"
4.
▲
by
metaltyphoon
20d ago
10… it is 10 now
5.
▲
by
metaltyphoon
1mo ago
Meanwhile using it via GCP Vertex it was down terribly for 2 days last week
6.
▲
by
metaltyphoon
1mo ago
> No, printf does not flush when \n is encountered, unless you specify it with setvbuf(stdout, NULL, _IOLBF, 0); If stdout is connected to a terminal, it is already line buffered and one doesn’t need to setvbuf at all
7.
▲
by
metaltyphoon
1mo ago
Well, printf flushes when \n is encountered. Does zig have something similar?
8.
▲
by
metaltyphoon
2mo ago
I think when people mention generics, they don’t mean builtins from the language but a language construct for generics.
9.
▲
by
metaltyphoon
2mo ago
C# was meant to have generics in day one, but it didn’t make the cut and it was introduced on the next version (2.0)
10.
▲
by
metaltyphoon
2mo ago
Mark? AwareDigital 2013?
11.
▲
by
metaltyphoon
2mo ago
Funny enough, in their both latest versions. C# AOT has a smaller runtime than Go one
12.
▲
by
metaltyphoon
2mo ago
> since any use of external imports is prefixed by the package name. And this is also one of its biggest problem, any package can take a good valid variable name that can’t be used without shadowing a package. If it only didn’t make the
13.
▲
by
metaltyphoon
2mo ago
This must be an online thing. In 15+ years of career I haven't yet heard "real software engineer...". If you get your work done no one cares how the hell you accomplish it
14.
▲
by
metaltyphoon
2mo ago
> Rust is (mostly) safer and more succinct than Zig while being dramatically less ergonomic This is just your opinion.
15.
▲
by
metaltyphoon
3mo ago
> Tokenmaxxing was never a thing to begin with. Anecdote, I thought so too until the company I work just instated this where you have spend from 35-60K within 6 months. Insanity
16.
▲
by
metaltyphoon
3mo ago
The M5 air is much faster than M1 Pro (I have the same setup as OP)
17.
▲
by
metaltyphoon
3mo ago
I guess I should have been more specific. I'm not a fan of fields all being public
18.
▲
by
metaltyphoon
3mo ago
For me, anytype and the everything is public
19.
▲
by
metaltyphoon
3mo ago
> Do you want to iterate using for loop or using .iter().step(2).map()? I don’t think it matters, specially for sort sized loop scopes
20.
▲
by
metaltyphoon
3mo ago
The grass is not always greener. I would change the Service Fabric crap I have to deal with any day to K8s.
21.
▲
by
metaltyphoon
3mo ago
> wsl2 (and this apple thing) is just a meme. if you're working in it, you're better of just installing Linux or ssh'ing to a server. Many enterprises allow windows only so your way into Linux is via WSL2
22.
▲
by
metaltyphoon
4mo ago
For me it’s string handling, no private, unused variable is compilation error, and having to implement interfaces myself.
23.
▲
by
metaltyphoon
4mo ago
Go changed something, not sure if 20 or 21, where it will download the Go compiler of all your third-party which don’t match yours. It slows things down.
24.
▲
by
metaltyphoon
4mo ago
Don't let perfect be the enemy of good enough. This is much better, IMO, than what many other languages do, including Go's modulename/v2 style.
25.
▲
by
metaltyphoon
4mo ago
> std::range should stay where it is, and the new one be introduced as std::range/v2 Isn’t this what editions are for?
26.
▲
by
metaltyphoon
4mo ago
Except Zig is not 1.0
27.
▲
by
metaltyphoon
4mo ago
> C++ codebases Now this one sounds almost unbelievable :). I’ve yet to see 3 or more C++ codebases using the same language feature set.
28.
▲
by
metaltyphoon
4mo ago
> Productivity. You generate the skeleton of the code with Codex/Claude Code/et. al. and refactor it manually. This doesn’t mean much if you are using a terminal editor.
29.
▲
by
metaltyphoon
4mo ago
> "Working my ass off as an IC who can't move up the gradient" -> "Principal Investigator, CEO, CTO, CMO, CRO of a 10-person team, captain of creation, actual Iron Man." * Are you being compensated for all tho
30.
▲
by
metaltyphoon
4mo ago
Thinking -> Pay something else (AI) to "think" for you
More ›