Viewing profile — prepperdev
prepperdev
HN member- Joined
- Mon, Jan 04, 2021, 4:22 AM UTC
- HN karma
- 174
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About prepperdev
Recent public activity
-
comment
Comment #26220825
Yes. That very example shows why itis hard to write fast program in Ruby. It's not even the interpreter (which is slow), but it's that Ruby is pure magic. I was never able to under…
-
comment
Comment #26151082
Craigslist approves: https://sfbay.craigslist.org/
-
comment
Comment #26139185
Monorepos are underappreciated. - Dealing with cross-repositories changes is unproductive. - Relying on external servers (git / npm / whatever) is risky. - Visibility of what goes …
-
comment
Comment #26045094
Essence: "A single associate assigned to a specific production line working between the production dates specified (12/14/2020 – 12/21/2020) was found to be using an improper torqu…
-
comment
Comment #26045016
The counterpoint is valid (rising seas don't help), but then we have Saint Petersburg ([1]) that's literally build on top of swamps and occupies multiple islands. It has a first cl…
-
comment
Comment #26017120
Amazingly, the chat example still works: $ ssh chat.shazow.net * prepperdev joined. (Connected: 35) [prepperdev] anyone here? :)
- story
-
comment
Comment #26009964
What are the limits for the number of layers? 176 seems like a large enough number to believe that a few thousands are a possibility. Is the tech any close to a bottleneck, or they…
-
comment
Comment #26003721
That would be up to a specific OS to decide which guarantees on stack size limit would it like to provide. But I agree that it's a valid concern, and not all possible vDSO implemen…
-
comment
Comment #25998637
vDSO is a good way to mitigate issues like these. It's also a better stable ABI than libc, and easier to maintain than pure kernel ABI (like Linux does), because nobody forbids the…
- comment
-
comment
Comment #25986843
This is covered by their FAQ: https://gemini.circumlunar.space/docs/faq.html , Section 2.5 "Why not just use a subset of HTTP and HTML?"
-
comment
Comment #25986602
What I meant is having markdown pieces within code regions in a text/gemini doc. Imagine a code review tool that tries to show a diff as text/gemini.
-
comment
Comment #25986510
Gemini is a cool piece of simple tech. I had a genuine pleasure reading the spec: https://gemini.circumlunar.space/docs/specification.html I've entertained an idea to build a set o…
- story
-
comment
Comment #25899595
Yes. I definitely had the vibe of 'Get the Facts' from the Microsoft Linux-smearing campaign circa 2004 ([1]). 1. https://en.wikipedia.org/wiki/Criticism_of_Linux#Criticism_b...
- story
-
comment
Comment #25879837
First of all, kudos for trying to find new ways to fund open source. Those are needed. This approach might work well for issues which require a lot of thought, but produce a simple…
-
comment
Comment #25818084
Bloomberg maintains an excellent dashboard that tracks vaccination in the US and worldwide ([1]). It shows that California is one of the slowest states with only 37% of received va…
-
comment
Comment #25817724
Excuse me? While my account is relatively young (13 days), it's not one day old. You can also look into my comments over this time. So, the accusation is clearly off.
-
comment
Comment #25816971
snaps are tied to the proprietary Ubuntu store and they are not available on all of the Linux flavors. For instance, I don't see snapd on Alpine Linux: $apk search snapd $ Not cool…
-
comment
Comment #25816319
I don't believe it's a joke. It still might be a deliberate lie (a random twit is not a real source of knowledge), but so far this is consistent with what we already know. See http…
-
comment
Comment #25816038
Copying their requirements as text (original grammar preserved, including GB and Gb confusions). It's a good glimpse of what unlimited cloud budget does to companies. I quote: """ …
- story
-
comment
Comment #25780926
Recently, I migrated my personal dev laptop from Ubuntu to Alpine Linux. It took a day, but everything works now, including hidpi stuff. No big issues so far and I am in the proces…