Viewing profile — tarasglek
tarasglek
HN member- Joined
- Fri, Apr 04, 2014, 5:25 PM UTC
- HN karma
- 516
- Public activity
- 250 items
- HN profile
- View on Hacker News ↗
About tarasglek
@tarasglek on twitter
https://mastodon.social/@tarasglek
Recent public activity
-
comment
Comment #48808293
blog post didn't cover two details re stale-while-revalidate: 1. What headers does content that will revalidate use on client. Eg can a react hook trigger if a cms json revalidates…
-
comment
Comment #48682711
Fork model should work pretty well in the browser. You can look at how DuckDB uses WASM service workers.
-
comment
Comment #48616205
I worked on a real estate app. We added mobile support by generating a static website from the database, including listing previews and stuff. Realtors were amazed that they could …
-
comment
Comment #47844568
So I understand how you could onboard hosts on a static network using reverse DNS, but I do not understand how you would unboard a portable laptop onto Nebula using reverse DNS
-
comment
Comment #47761696
sorry to hijack the thread. Really cool post. How long did the whole exercise including porting zlib to lean take? i have a hard real time system that i would love to try this on, …
-
comment
Comment #47482842
yeah all phones were supposed to survive 2m drop test on concrete and still be able to make a call
-
comment
Comment #47458225
Had an accelerometer that turned off hard drive when motion detected. High end ibm thinkpads had that too. Turns out if seek head is parked properly, its fairly robust N91 also had…
-
comment
Comment #47455116
Worked on that phone. I diagnosed if music player cache was working by putting back of phone to my ear and listening for seeking clicks from hdd
-
comment
Comment #47191263
This is why aider only edits files via git commits
-
comment
Comment #47132855
I quit x so cant read beyond toplevel links. I subscribed to your tool on github, would appreciate blog-posts-in-release notes to keep up with future developments. Will try the too…
-
comment
Comment #47127239
your patch queue approach is very clever. Solves a huge tech debt poblem with llm code gen. Should work with jujitsu too probably. Would be curious to see more about how you save t…
-
comment
Comment #47025314
The db that was the cause of redhat rpm db corrupting itself
-
comment
Comment #46323088
hash collision limitation for keys is the most questionable part of design. Usually thats handled by forcing key lookup to verify that what you looked up matches what you tried to …
-
comment
Comment #45943464
I love that age lets one reuse ssh identities and thus identity sharing systems. The single most useful thing I ever wrote was a tool to sync github identities with age. https://gi…
-
comment
Comment #45854626
my $100 mobiscribe lets me read HN. I only read online on my eink devices. LCD is much less enjoyable
-
comment
Comment #45640568
To make it open source in the fullest sense one needs to document what youve done. This esp repo could use some details on what protocols the hardware speaks, sequence diagrams, au…
-
comment
Comment #45440926
but they have multiple head nodes, so its some distributed setup or just active/passive type thing?
-
comment
Comment #45440853
i am still confused what their software stack is, they dont use ceph but bought netapp, so they use nfs?
-
comment
Comment #45147337
It would be killer to be able to integrate this with 3d scans. Eg "make me a mount that hugs this shape" where you can draw both render the scan and mark it with a 2d paint tool
- story
-
comment
Comment #44296536
But you can probably tail -F quite well! Which is perfect for logs (eg gimme last day i can get grep through)
-
comment
Comment #44216489
Indeed, that was my original working title
- story
-
comment
Comment #44170912
These articles seem to justify spending money without considering alternatives It's like saying "cold meds let me get back to work, I am well justified paying $100/day for NyQuil".…
-
comment
Comment #44149405
People put so much effort into streaming Json parsing whereas we have a format called Yaml which takes up less characters on the wire and happens to work incrementally out of the b…