Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Arch485
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Arch485
4d ago
It's not that it's optimized away, it's that the authors have done a bad job translating their pseudo code into Rust etc. In Rust, if you do not `await` a future, it does not run - so in their example where only C is printed,
2.
▲
by
Arch485
4mo ago
It is. I definitely agree that strings in Zig can be tedious, but the upside is that if you need it, you can build a string library that does everything you want it to do, in the way you want. For comparison, while Rust offers a very rich s
3.
▲
by
Arch485
4mo ago
Honestly, that was sort of the impression I got. It's not that the meth is contaminated, it's that the meth is way stronger and more pure. I wouldn't be surprised if incredibly high doses of any stimulant causes schizophren
4.
▲
by
Arch485
4mo ago
I disagree, if you'd like to propose solutions to these problems as well as an implementation strategy, I'd be very happy to hear them! Source: am the author.
5.
▲
by
Arch485
4mo ago
Most AI data centres use evaporative cooling. One of the linked sources talks about this; that 7 billion cubic metres metric is how much water gets evaporated into the air. (which makes that water no longer usable for drinking/watering
6.
▲
What's Wrong with AI?
(kurtis.weblog.lol)
36 points
by
Arch485
4mo ago
|
37 comments
7.
▲
by
Arch485
4mo ago
Up until pretty recently, I was unemployed and I also wanted a career change for similar reasons (although I'm in my 20s). I was broke, so going to school wasn't an option (plus I applied to a couple universities anyways and got r
8.
▲
by
Arch485
5mo ago
I agree completely; I think choosing Rust and then adding a GC is a weird design choice. If I was in a situation where I really, truly needed GC for my memory management, I wouldn't use Rust.
9.
▲
by
Arch485
5mo ago
Exactly - purely "data driven" decisions are how we end up with ads really close to (or overlapping with) some button you want to press, because the data says that increase click-through rate! But it's actually a user-hostile
10.
▲
by
Arch485
5mo ago
I've never really had the urge to use GC in Rust, but if I were to speculate, I'd say easier cyclic references would be one benefit. And depending on the specific GC implementation, you can probably get around many of Rust's
11.
▲
by
Arch485
5mo ago
I think you're misunderstanding - most people's beef with AI art isn't that it "isn't made by experts", it's that 1) it's made from copyrighted works, and the original authors receive no credit; 2) it
12.
▲
by
Arch485
5mo ago
I think there's a difference between "Hey boss, this isn't practical with the requirements you've given. We need to revise them to continue, here are my suggestions" and "Task completed! Btw, I ignored all of t
13.
▲
by
Arch485
5mo ago
Or the "find all references" feature almost every code editor has...
14.
▲
by
Arch485
5mo ago
Increasing skin temperature is known to induce sleep (can't find a source currently, sorry). Something about your skin being warmer allowing your body to cool more effectively, I think. So a hot shower before bed is actually great for
15.
▲
by
Arch485
6mo ago
I think that's only because electricity is the bottleneck, though. If it was no longer the bottleneck, crypto miners would expand rapidly with more hardware, mining difficulty would increase, and eventually the bottleneck is storage sp
16.
▲
by
Arch485
6mo ago
I dunno, I've worked on some pretty big projects that have used lots of coroutines, and it's pretty easy to avoid all of the footguns. I'm not advocating for the ubiquitous use of coroutines (there's a time and place), b
17.
▲
by
Arch485
6mo ago
I'm curious about Hashibashi as well. I've seen lots of Japanese people doing it, and now I'm worried I look like a total poser from copying them.
18.
▲
by
Arch485
6mo ago
I think many people know how to google "what is my IP" and send that to a friend, but don't necessarily know what a port is. NAT randomization, I don't know. Depends on your setup, I guess.
19.
▲
by
Arch485
6mo ago
Or lots of parents will put their ID into their kid's computer so that they have full access.
20.
▲
by
Arch485
6mo ago
It's not so much a workaround as it is an elegance in design. In Zig, when you @import a file, that file is converted to a struct with comptime fields for all of the public members. Similarly, a "namespace" in Zig is just a n
21.
▲
by
Arch485
7mo ago
I like JR's "shaggy fur" interpretation, but my initial thought for the mammoth was that it might be butcher markings? (as someone who is not a butcher and knows less than they should about anatomy)
22.
▲
by
Arch485
7mo ago
Fear not, Zed has vim mode!
23.
▲
by
Arch485
7mo ago
I feel like days are a non-issue; they would just start at different times (UTC) in different territories. This wouldn't make things any more complicated than they already are (currently, if I want to talk to someone in Australia, I ha
24.
▲
by
Arch485
7mo ago
I've just accepted that Microsoft, Google, and Meta all have a constant wiretap in my office (on account of my Windows PC, Android smartphone, and Meta VR headset). It's rather dystopian to just know and accept this, but there
25.
▲
by
Arch485
7mo ago
fr fr, OP be cappin 2000 ain't English
26.
▲
by
Arch485
7mo ago
I've heard this sentiment a lot, that governments/secret agencies/whoever create zero-days intentionally, for their own use. This is an interesting thought to me (like, how does one create a zero-day that doesn't look in
27.
▲
by
Arch485
7mo ago
Very cool! Is the goal with this project (generally, not specifically async) to have an equivalent to e.g. CUDA, but in Rust? Or is there another intended use-case that I'm missing?
28.
▲
by
Arch485
7mo ago
Your early access signup is broken! I get prompted to enter a 6-digit code that was sent to my email, but I only receive an email with a link to localhost. Otherwise, looks cool!
29.
▲
by
Arch485
8mo ago
I don't fully agree. I agree that helping employers find qualified candidates is good for those candidates, but I don't agree that making applications mail-in only would achieve that end. It doesn't solve a lot of the larger
30.
▲
by
Arch485
8mo ago
That's a fair point! It is true that recruiters are human and cannot review 5k applications per week. I don't mean to say that recruiters must/should review all applications, because indeed this is sometimes impossible. I
More ›