Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thumbuddy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
thumbuddy
3y ago
I love how the punchline of the article is, "if you are in management you can stop these people!". But 98% of people in management are these people. The remaining 2% are on the short list by their toxic managers for dismissal. Alm
2.
▲
by
thumbuddy
3y ago
This is why stratagems like quiet quitting exist.
3.
▲
by
thumbuddy
3y ago
We'd probably be good on a team together. Nice to see like like-minded people in here.
4.
▲
by
thumbuddy
3y ago
Respect? In 2023? Think that died for profit in 2010.
5.
▲
by
thumbuddy
3y ago
I'll take obvious jank over hidden jank any day personally.
6.
▲
by
thumbuddy
3y ago
The value of human life in most places is exceedingly low. In the US if a company kills ya due to an OSHA violation the company pays something like 35,000 to OSHA. I imagine that's more than a Congolese cobalt miner, but when you compa
7.
▲
by
thumbuddy
3y ago
Look I'm only for it if someone is making some money here.
8.
▲
by
thumbuddy
3y ago
Lol "dear free laborers your code must be flawless or you will be sued"... Hmmm sooo... About changing my hobbies...
9.
▲
by
thumbuddy
3y ago
You don't have to clone... Really you don't. If you want fast rust code, learning how to avoid that is probably step 1.
10.
▲
by
thumbuddy
3y ago
Just practice. Screw all the "how to learn x" grind culture stuff. Just download it. Build a project with it. Read other people's code. Rinse and repeat.
11.
▲
by
thumbuddy
3y ago
It's a jack of all trades but a master of none. Nothing wrong with that until there is. Then you end up with two languages. This works fine for a while. Until you need 3... Next thing you know half your code was rewritten in other lang
12.
▲
by
thumbuddy
3y ago
I know where you're at because I used to feel the same way. But what if rust was designed to make manual memory management as painless as possible? IE, it's the antithesis of a language like C because when you learn it's synt
13.
▲
by
thumbuddy
3y ago
Is it obscuring the logic to explicitly handle the cases where an item may not exist, or to tell an engineer when they are copying memory? In my opinion it's the opposite.
14.
▲
by
thumbuddy
3y ago
Orders of magnitude slower with few options for improvement except writing in another language in a lot of cases.
15.
▲
by
thumbuddy
3y ago
That's wild. First time I saw a match case, if let, and matches! Invocation I was freaking relieved. No by hand type checking in a dynamic language, having to consider corner cases, etc. LSP even autocompletes the cases with a single h
16.
▲
by
thumbuddy
3y ago
Infact... Early stages of a project should make heavy use of owned and cloned types while you figure out the bottlenecks and work out how to architect the solution.
17.
▲
by
thumbuddy
3y ago
Isn't it just "go mod install" or something? Oh you probably tried it when golang changes where it cached packages. I feel you that was a super crappy time to learn Go.
18.
▲
by
thumbuddy
3y ago
You probably shouldn't deal with lifetimes outside of first order use cases in 9/10 cases when a project is in its early stages. A clone or wrapper type isn't all that expensive in many applications. Just because something ca
19.
▲
by
thumbuddy
3y ago
Hard agree here. Once people understand rust, not read some bullet points on a blog they start to understand how useful even the tooling is. Only thing I'll add is. 8 times out of 10 if you are reaching for advanced rust, you are over
20.
▲
by
thumbuddy
3y ago
If you spent more time with rust your opinion of it would change. It's strength has nothing to do with rewriting software. It's easy to maintain, and pretty fast to write. I prefer go for cloud integrations because they tend to ha
21.
▲
by
thumbuddy
3y ago
Yea like the ones where we throw an entire AWS server room to try multiple random seeds, using gradient descent until it works, but honestly a RNG might work just as well, in a few contrived cases and we write our paper/make our produc
22.
▲
by
thumbuddy
3y ago
Aren't these two things directly related in a lot of cases? Or is the only reason they often aren't because "AI" is completely unregulated in the US?
23.
▲
by
thumbuddy
3y ago
That's hilarious and absolutely true. I think he omitted a few shadier things too.
24.
▲
by
thumbuddy
3y ago
In ML people don't read the literature, establish precedent or even formulate sound hypothesis'. Why this got posted here, I'll never know... Oh wait I know, next week someone will publish a paper claiming success with this u
25.
▲
by
thumbuddy
3y ago
Let me ask you this though, is it more profitable?
26.
▲
by
thumbuddy
3y ago
If only people could think from outside themselves for two seconds to assess technological impacts like you just have.
27.
▲
by
thumbuddy
3y ago
Wow. Now that's a very special event indeed. Cheers on not having to run a docker or work exclusively from a VM because of office politics.
28.
▲
by
thumbuddy
3y ago
You mean, open collaboration from people who care about what they are doing often leads to better projects faster? Careful now, someone might call ya a commie or worse an anarchist.
29.
▲
by
thumbuddy
3y ago
Postgres allowing Json support destroyed so many marketing campaigns from non-technicaleadership "sick of all the money spent on SQL, we gotta try this nosql thing"
30.
▲
by
thumbuddy
3y ago
Au contraire. Publish nothing, delete the key results, and put intentional bugs in every home project. Otherwise you will be stolen from, or exploited. Sit back and wait and watch the rare few people approach your ideas. Reach out to them w
More ›