Viewing profile — tc4v
tc4v
HN member- Joined
- Thu, Jul 25, 2024, 4:07 PM UTC
- HN karma
- 37
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About tc4v
No profile information was provided.
Recent public activity
-
comment
Comment #44027660
actually recycling steel is not 100% lossless in that everytime you decrease purity which leads to a point where the still can only be used in low grade products. building material…
-
comment
Comment #44027603
You use case is exactly what hedy tackles, your experience is really similar to what the author of Hedy tells in conference and interviews.
-
comment
Comment #43765004
good article, but I am very bother by the "standard basis"... it's called canonical in math. I don't think standard is the right name in any context.
-
comment
Comment #43726713
This dev seems really inexperienced and has weird uninformed takes. The "functional vibe" but it's just using boolean logic, the "reference in a table" bugs that would happen in an…
-
comment
Comment #43672236
How to define "floating freely" is not easy to define. The potential energy surface of gravitation extends in 1/r wgich makes it a long range interaction. So if the earth attractio…
-
comment
Comment #42945217
It works better when there is some viable alternative. Research job market is terrible in Europe right now because our governments are trying to make a US like system (project driv…
-
comment
Comment #42945039
> Seems like a good opportunity for other countries to recruit scientists. would be if any other country actually put money in research... Well there is China, but in Europe we alr…
-
comment
Comment #42458927
cache misses are slow because of latency, not because of throughput.
-
comment
Comment #42458900
You have to distinguish the actual research from what is relayed by the article. These people are looking for proofs existence of a theoretical objects, the primordial black holes.…
-
comment
Comment #42271572
https://dave.cheney.net/2016/01/18/cgo-is-not-go
-
comment
Comment #42271528
sounds like https://gittup.org/tup/ to me.
-
comment
Comment #41952865
I assume the driving of choosing low er level architectures over this sort of "smart" CPU was the overall complexity of the chip, but since the 80' with been piling so much abstrac…
-
comment
Comment #41599085
Boomer facebook is filled to the brim with bad AI generated stuff and people actually buying it, so... maybe you're sample is biased.
-
comment
Comment #41479489
I know you don't have a lifetime access to institutional email adress, but using a fake address is so counterproductive. You're only going to claim the paper once, and yuh ou shoul…
-
comment
Comment #41479474
But it's a very difficult problem. Am open forum offers a platform to troll and misinformation. You could pretend that the community will be able to filter this out but I seriously…
-
comment
Comment #41346347
This seems unlikely because LLMs don't produce high quality code, they produce average code. So they don't contribute to a better dataset, they contribute to a narrower dataset aro…
-
comment
Comment #41200011
Everyone need to stop comparing Nim with Python. Nim is closer to pascal, and the only thing it shares with Python is indentation base syntax. It doesn't have the expressivity and …
-
comment
Comment #41078149
Obviously it's not about the 0.1% that are athletes, but about the 0.01% that are making big money out of it. And the one caring for those are the one governing us.
-
comment
Comment #41078092
so a 5x speedup from using 8x threads? I am not convinced this couldn't be achieved with numpy+multiprocessing ( or even maybe threading sinc numpy releases the GIL I think)