Viewing profile — osa1
osa1
HN member- Joined
- Sun, Mar 06, 2011, 3:40 PM UTC
- HN karma
- 10
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About osa1
Recent public activity
-
comment
Comment #47243255
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?
-
comment
Comment #45654446
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…
-
comment
Comment #45424010
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 …
-
comment
Comment #45423804
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?
-
comment
Comment #45173739
> 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 defin…
-
comment
Comment #45171927
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…
-
comment
Comment #44548671
No idea what that means.. Do you have a concrete example of what CPS allows and async/await doesn't?
-
comment
Comment #44548456
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 …
- comment
-
comment
Comment #44397472
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 s…
-
comment
Comment #44354447
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 …
-
comment
Comment #43444406
https://en.liberapay.com/explore/recipients largest is Librepay. Second largest is "infosec.exchange" Mastodon instance.
-
comment
Comment #42407272
The article doesn't mention rust-analyzer (the language server), I wonder how much of this infrastructure is also used by rust-analyzer?
- comment
- comment
-
comment
Comment #4800817
let's see when will first vi plugin for it come out..
-
comment
Comment #4367090
quick tip: d$ is same as D
-
comment
Comment #4236910
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.
-
comment
Comment #3575781
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/…