Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
likeabbas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
likeabbas
3mo ago
Async ruined rust and I’ll stand by that until I die
2.
▲
by
likeabbas
5mo ago
I haven’t moved any goal posts - I’ve coded async rust and is miserable compared to normal rust with threads. That has been my point which is why I started down this project. My entire goal is to show that coding the same server with pre-as
3.
▲
by
likeabbas
5mo ago
Yes - brain fart.
4.
▲
by
likeabbas
5mo ago
You literally can't use one of the other async run times because of the current state of async/await does not allow library authors to easily write for multiple runtimes - they were written for one runtime in mind and that is just
5.
▲
by
likeabbas
5mo ago
I completely disagree. Having to make sure every little function is Send + Sync + lifetime even if it doesn't need it is fucking hell. writing concurrent code with plain kernel threads is so much easier to write and read. If you just w
6.
▲
by
likeabbas
5mo ago
Thank you for this! This is really helpful. The UMCG implementation allows kernel thread context switches to happen in 150-200 microseconds, compared to the 1500-2000 microseconds for normal kernel thread context switches. My goal is to sho
7.
▲
by
likeabbas
5mo ago
you’re talking to the core of the issue. In no other language did they try to satisfy the case of running on an embedded system vs general purpose computing. Async rust tried to, and came up with a solution that is not great for the majorit
8.
▲
by
likeabbas
5mo ago
I'll have to check my work computer on Monday. It was 8 cpu virtual machine on a m1 Mac. the UMCG and normal threads were 1024 set on the server, the Tokio version was 2 threads per core. Just from the top of my head - the I/O bou
9.
▲
by
likeabbas
5mo ago
I have some test code that runs a comparison of Hyper pre-async (aka thread per request) vs async (via Tokio), and the pre-async version is able to process more requests per second in every scenario (I/o, CPU complex tasks, shared memo
10.
▲
by
likeabbas
1y ago
There's an attempt to make linux kernel threads context switching much faster (150-200us vs 2500-3000us) and if that happens, I'll really hope the rust community pivots from Async for backend development to normal threading. And i
11.
▲
by
likeabbas
1y ago
null safety is very nice. But @Nullable and @NotNull annotations have worked very well for me so far.
12.
▲
by
likeabbas
1y ago
If you're building tools that need to be deployed to machines, Go/Rust with their static binaries make a lot of sense. But for backend web services, it's hard not to go with Java imo. fwiw - My favorite language is Rust, but
13.
▲
by
likeabbas
1y ago
My company is trying to force Kotlin as the default, but I just prefer modern Java tbh. Kotlin is a very nice language, and I'd be fine with writing it, but modern Java just seems like it has "caught up" and even surpassed Ko
14.
▲
by
likeabbas
1y ago
Java 21 is pretty damn nice, 25 will be even nicer. For your own application code, you don't have to use exceptions you can write custom Result objects and force callers to pattern match on the types (and you can always wrap library&#x
15.
▲
by
likeabbas
2y ago
It's not a fashion statement, it's a fucking deathwish
16.
▲
by
likeabbas
2y ago
What part of the passage confirms GP's (who's GP?) statement? Again, I can't paste the entire 64 page bill in a hacker news comment. You have to do some effort to read the bill to figure out what they're talking about.
17.
▲
by
likeabbas
2y ago
I pasted a link to the bill for everyone to read. You're expecting me to paste the entire 64 page bill in a hacker news comment?
18.
▲
by
likeabbas
2y ago
Why do you assume I'm gullible? just because I'm a bit more open-minded than you?
19.
▲
by
likeabbas
2y ago
It's one of the most comprehensive pieces of legislation in the last decade, and people just completely ignored it.
20.
▲
by
likeabbas
2y ago
Why would some Von Newman probes colonize us instead of just observing?
21.
▲
by
likeabbas
2y ago
We peaked in our radio frequency output in the 60s. It might be smarter to limit your technosignatures once you reach a certain point of technology.
22.
▲
by
likeabbas
2y ago
It's not automatically assumed, and that's the conversation we're trying to change.
23.
▲
by
likeabbas
2y ago
I apologize, I just had surgery a few days ago. My recovery isn't going as quickly as planned.. Now, I still recommend reading that proposed legislation because it sets the context up for these other links. * Loose Threads PDF https:&
24.
▲
by
likeabbas
2y ago
You really think the Senate Majority Leader would risk his reputation on a 60 page bill that references "non-human intelligence" 20+ times a misdirection? The only misdirection I see is your ignorance
25.
▲
by
likeabbas
2y ago
Maybe if you would read the entire bill before commenting you'd realize that your comment is completely wrong.
26.
▲
by
likeabbas
2y ago
I'm not going to stop what I'm doing because some closed-minded person told me to. These politicians are not experts, but the witnesses that have testified under oath are. Lue Elizondo - GS15 officer at the DIA, who's last as
27.
▲
by
likeabbas
2y ago
You can start with this bill that Senate Majority Leader Schumer and Senator Mike Rounds put out this year (and last year) https://www.congress.gov/118/crec/2024/07/11/170/115/CREC-20... I
28.
▲
by
likeabbas
2y ago
In the context of that bill, it does. > NON-HUMAN INTELLIGENCE.—The term ‘‘non-human intelligence’’ means any sen- tient intelligent non-human lifeform regard- less of nature or ultimate origin that may be presumed responsible for uniden
29.
▲
by
likeabbas
2y ago
> You have to believe all the steps that make intelligent space-faring life elsewhere come into being I would argue that it's very selfish thinking we would be the only intelligent life in the universe, let alone our own galaxy. If
30.
▲
by
likeabbas
2y ago
I'm a researcher in this area if anyone wants to have a proper conversation. I'm 95% convinced that the major powers of the world have recovered crashed/landed non-human intelligence craft. Before anyone responds to this comm
More ›