Viewing profile — desumeku
desumeku
HN member- Joined
- Tue, Jul 02, 2024, 12:48 AM UTC
- HN karma
- 230
- Public activity
- 185 items
- HN profile
- View on Hacker News ↗
About desumeku
No profile information was provided.
Recent public activity
-
comment
Comment #45334026
Why would you ever do opts.URL instead of opts.FooService.URL or opts.BarService.URL? What does ambiguity and imprecision gain you here when you can just write out from which struc…
-
comment
Comment #44570804
>This increasingly likely future is made all the more infuriating by the annoyances of the current reality of AI. The fact that AI is so presently inescapable despite how many glar…
-
comment
Comment #44417890
This article has nothing to do with the inflationary or deflationary nature of the currency, this is a problem solely caused by the block size limit, which other cryptocurrencies a…
-
comment
Comment #44350436
It's not rust. It's crust. https://github.com/tsoding/crust "The Rules of Crust Every function is unsafe. No references, only pointers. No cargo, build with rustc directly. No std,…
-
comment
Comment #43692478
All content that violates the law of the United States is banned on 4chan. I don't know where you got that idea.
-
comment
Comment #43692368
4chan culture itself is derived from polish, finnish and japanese imageboard culture and 4chan has always had a large international userbase.
-
comment
Comment #43692295
4chan is more moderated than you'd imagine.
-
comment
Comment #43475877
You say potato, I say po-tat-o. You "market failure and waste", I say "taking advantage of local efficiencies and powering a global financial system". Did you miss the part where t…
-
comment
Comment #43449258
Rust is supposedly post-1.0 but it still doesn't have a standard that isn't just documenting the output of the compiler.
-
comment
Comment #43449234
Tone is important. You are insufferable. I am 21 years old and would also rather write C and hang around the "old conservatives" than be in a community of people who talk about oth…
-
comment
Comment #43442075
Yes, and if BSD was what everyone used for servers instead of Linux, then there would be nothing stopping Oracle from selling you Oracle BSD for a nice subscription price. Of cours…
-
comment
Comment #43442017
[flagged]
-
comment
Comment #43343520
> Correctness and maintainability trumps performance Great, please make all the software even slower than it already is. I am overjoyed to have to purchase several new laptops a de…
-
comment
Comment #43343412
> The compiler can make it mutable for better performance Well, we already know that no pure FP language can match the performance of a dirty normal imperative language, except for…
-
comment
Comment #43343174
The language server, maybe?
-
comment
Comment #43343144
"Go is not meant to innovate programming theory. It’s meant to innovate programming practice.”
-
comment
Comment #43339700
> it could build up a set internally, it could use a hashmap, or any one of a million other approaches. It can even probe the size of the array to pick the performance-optimal appr…
-
comment
Comment #43338150
Everything you said is true for both of our programs, the only difference is whether or not it's hidden behind function calls you can't see and don't have access to. You don't real…
-
comment
Comment #43337343
o_node := graph.GetNodeByName(name) var ret []string for _, node := range o_node.connectedNodes() { if !node.isHidden { ret = append(ret, node.name) } } return ret
-
comment
Comment #43326475
"A little copying is better than a little dependency."
-
comment
Comment #43321079
> I want a similar thing to ActiveRecord First of all, you shouldn't be using Go, because it's not the language where you do those kinds of things.
-
comment
Comment #43321048
It does not take more than 10 lines of code to launch a goroutine (or two, or more, due to how easy worker pools are in Go) that receives email requests and sends them in batches.
-
comment
Comment #43320981
>job queues In Go, these are called "channels".
-
comment
Comment #43290990
HN is all about privacy, security, never trusting Google ever ever, etc. until it comes to crypto, and then all of a sudden it's well only criminals would want that and don't you k…
-
comment
Comment #43290965
If it's so easy, why don't they just enforce it? Go ahead and try and catch people when they make Monero transactions and arrest them, considering the entire protocol is designed t…