Viewing profile — adkadskhj
adkadskhj
HN member- Joined
- Sun, Oct 04, 2020, 4:06 PM UTC
- HN karma
- 1,088
- Public activity
- 380 items
- HN profile
- View on Hacker News ↗
About adkadskhj
No profile information was provided.
Recent public activity
-
comment
Comment #28008738
I dabble in "life storage" and your comment made me think that some sort of executable shipped alongside backup locations to read the data, if in some deduplicated backup form, see…
- comment
- comment
- comment
-
comment
Comment #27987261
Heck if it's a general purpose web app - ie not only Chrome, maybe give Tauri[1] a try? [1]: https://github.com/tauri-apps/tauri
-
comment
Comment #27987126
How useful would that book (IPv6 Address Planning) be to someone not working specifically in networking/ops? I like developing applications and i manage, of course, my home network…
-
comment
Comment #27984653
Man, a personal hosted VPN for all my junk is my dream. Can't wait to get something selfhosted, tail-scail-like setup. Something i can get into from anywhere and work from anything…
-
comment
Comment #27961418
Hash Map/Set keys is a common one, for example.
-
comment
Comment #27931447
So i agreed with you until: > I'd certainly classify that as addictive behavior -- i.e. when a healthy young man is more interested in what's on his phone than he is in the attract…
-
comment
Comment #27920158
I don't know much about Starlink, but isn't one point of Starlink that eventually it could even beat wired connections for distance latency? Ie it's a shorter and more direct trip …
-
comment
Comment #27920058
It's not a security risk. The security risk was removed, and the provided feature is an expensive workaround to avoid the security risk.
-
comment
Comment #27910084
I gave an example here: https://news.ycombinator.com/item?id=27909949 But in addition to that, 1-3 seconds per click is horrible imo. I have to literally pause, and slow down my wo…
-
comment
Comment #27909949
You're right, i'm sensitive to load times and exaggerated by approximately 4x. I just (loosely) timed it, it took ~10-12s to open a backlog selected issue card _with cache_ from re…
-
comment
Comment #27908097
> Sometimes I don't understand what's going on in the heads of the people thinking this stuff up :/ So this post made me look up[1][2] COOP/COEP, but as far as i can tell this seem…
-
comment
Comment #27907266
I could agree with you from a UX-flow perspective, but the tech is so shoddy that i loathe it. Everything is a "web 2.0" monstrosity of load times and popin. Open the wrong link an…
-
comment
Comment #27899177
Man, i feel like i'd miss so many interesting topics. Do you think this same goal might work if you limited it to, say, 10 bookmarks? Survival of the fittest, you always compare it…
-
comment
Comment #27898855
Wow i'm going to have to try this sometime. That looks impressive. Anyone here try it before? How well does it work?
-
comment
Comment #27884085
This looks cool! I'm writing an immutable data store, with my own hashes as IDs; I wonder how viable it would be to use IPFS CID's as my IDs? I expect the trouble there would be ho…
-
comment
Comment #27873527
I don't know this field, perhaps my bar is low because of Python lol, but Go's GC has very short GC pauses. So short that it makes non-GC'd usecases less attractive imo. My big iss…
-
comment
Comment #27868816
Yea, i can see that. As much as i dislike Go these days, their GC is impressive as hell. I can imagine future GC's will learn a lot from Go.
-
comment
Comment #27868113
Is there a reason you'd not just throw RC-like solutions on it? Ie the GC is basically going to employ a handful of techniques with overhead like RC, memory Arenas, etc - which you…
-
comment
Comment #27867268
Curious, why do you want a GC'd Rust? I imagine there's something about Rust that you feel would be improved with a GC?
-
comment
Comment #27867135
> You should hire people who know a statically typed language and prepared to learn Rust. I believe i said exactly this. Specifically i said: > We're hiring devs who want to use Ru…
-
comment
Comment #27867121
> I don't mean saying something like "our tech stack is in Rust." More like "3-5 years experience in Rust" under the job requirements. I think i addressed this in my edit. We are n…
-
comment
Comment #27867065
Your 25k cards interest me. I've long hoped to merge the concepts of knowledge base and retention. I love knowledge bases, but i want them to aid and augment my natural retention. …