Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
osa1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
osa1
7mo ago
Hello. I have 10 years of compilers experience and I've applied months ago but haven't heard back yet (but also not rejected). Is it possible to reach out to you directly?
2.
▲
by
osa1
11mo ago
Is blink an interpreter for x86_64 instructions, or does it compile basic blocks to the host architecture? I had a look at the source code but I'm not sure how it works. It looks a bit too small (50 kloc C + 6.6 kloc headers) to have c
3.
▲
by
osa1
1y ago
Thanks for the response. Another question: instead of getting my follows from my Spotify, could it let me type the artists I'm interested in? I really want to use it (I'm also not happy with Spotify's recommendations), but my
4.
▲
by
osa1
1y ago
Good stuff, but I don't use the follow feature on Spotify. Can it use number of plays of songs/artists to make the playlists?
5.
▲
by
osa1
1y ago
> They do not force re-auth when issuing an access token with publish rights, which is probably how the attackers compromised the packages I'm surprised by this. Yeah, GitHub definitely forces you to re-auth when accessing certain s
6.
▲
by
osa1
1y ago
I don't understand. The link could've come from anywhere (for example from a HN comment). How does just clicking on it give your package credentials to someone else? Is NPM also at fault here? I'd naively think that this shou
7.
▲
by
osa1
1y ago
No idea what that means.. Do you have a concrete example of what CPS allows and async/await doesn't?
8.
▲
by
osa1
1y ago
By CPS do you mean lightweight threads + meeting point channels? (i.e. both the reader and writer get blocked until they meet at the read/write call) Or something else? Why is CPS better and lower level than async/await?
9.
▲
by
osa1
1y ago
I don't have too much experience in GUIs and I've been looking at iced and gpui recently for a new GUI application. iced has some nice looking apps written using it, but they all seem "laggy" on my high-end Linux box som
10.
▲
by
osa1
1y ago
Exactly. Another case where this happens is with credit/point based systems for things like settlement/citizenship that effectively allows governments to discriminate freely based on vague criteria.
11.
▲
by
osa1
1y ago
https://en.liberapay.com/explore/recipients largest is Librepay. Second largest is "infosec.exchange" Mastodon instance.
12.
▲
by
osa1
2y ago
The article doesn't mention rust-analyzer (the language server), I wonder how much of this infrastructure is also used by rust-analyzer?
13.
▲
by
osa1
10y ago
- Location: Indiana, USA - Remote: Yes - Willing to relocate: Yes - Technologies: Haskell (4 years), compilers (3 years), verification (mostly in Coq), systems programming (OS, networking), C, Rust. - Resume/CV: http:&
14.
▲
by
osa1
14y ago
let's see when will first vi plugin for it come out..
15.
▲
by
osa1
14y ago
quick tip: d$ is same as D
16.
▲
by
osa1
14y ago
I'm using viPlugin( http://www.viplugin.com/ ) for months now and I'm pretty happy with it. I don't think I could use Eclipse without it.
17.
▲
by
osa1
15y ago
I found writing some complex data structures is great way to learn basics of language. And then you can iterate and improve your data structure to make the code more idiomatic and/or faster. I grasped Common Lisp with writing `Hash Array Ma