Viewing profile — zesterer
zesterer
HN member- Joined
- Wed, Feb 06, 2019, 11:27 AM UTC
- HN karma
- 652
- Public activity
- 138 items
- HN profile
- View on Hacker News ↗
About zesterer
No profile information was provided.
Recent public activity
-
comment
Comment #48133358
This is largely FUD, written with the intent of sounding professional and with expertise, but in practice there are many tell-tale signs that the author doesn't really know what th…
-
comment
Comment #48122280
You're talking about a different thing to OP. OP is talking about the OSI and the specific incarnation of 'open-source' that came with it, you are talking about the more general so…
-
comment
Comment #47614003
Thanks, I'm glad to hear it :) Unfortunately I've not had much time to work on it recently for personal reasons, but the project is still very much active and receives regular upda…
-
comment
Comment #47611278
It is worth noting that although the result here is visually impressive for erosion aesthetics, it is also not practical for the generation of physically-plausible lakes and rivers…
-
comment
Comment #47349464
No, nano is not my daily driver. It's what I use when I want to quickly edit a file with root access because, funnily enough, I'm not in the habit of running my primary editor with…
-
comment
Comment #47337909
Thanks for your kind words, they mean a lot. Frankly, I spend a lot of time feeling similarly uncomfortable about my relationship with computers and the industry at large. I think,…
-
comment
Comment #47337783
That's fair enough!
-
comment
Comment #47335879
Nice work! And yes, that gradual acceleration of productivity where your fixes and tweaks from the past compound on your ability to get things done in the future is a great feeling…
-
comment
Comment #47335622
A thing that shocked me as I was working on the text editor was how capable modern terminal emulators are when you account for ANSI extensions. First-class clipboard access, mouse …
-
comment
Comment #47334270
That's odd, I've not heard that reported by anybody else. If I get time I'll look into it.
-
comment
Comment #47334237
Yes, absolutely. I've since switched to rope-backed buffers, but I don't think the rope itself is actually adding much from a performance standpoint, even for really very large fil…
-
comment
Comment #47334222
Unmentioned in the post, but I have since switched to a third-party rope library (crop, not ropey). At some point I'd like to implement one myself, but for now this does the job.
-
comment
Comment #47334216
That is certainly true! If your target is end users, use the off the shelf solution that has been inspected by many eyeballs . The best part of building tools for yourself or a sma…
-
comment
Comment #47334158
Author here. Off the top of my head: - Software is simpler than you think when you boil it down. There's a massive incentive to over-sell the complexity of the problem a solution i…
-
comment
Comment #46778027
Yeah, it's a pretty blatant cult masquerading as a consensus - but they're all singing from the same hymn sheet in lieu of any actual evidence to support their claims. A lot of it …
-
comment
Comment #46777994
(they are all wrong) A fun property of S-curves is that they look exactly like exponential curves until the midpoint. Projecting exponentials is definitionally absurd because expon…
-
comment
Comment #46227751
I'm slowly preparing it to be released, I just have a lot of IRL stuff going on!
-
comment
Comment #44874812
They did. It's called 'DNS' and you can set up a 'page' about yourself if you want.
-
comment
Comment #44635130
Right, and if the original statement is true - that price drops are killing supply (without providing houses at a sufficient level) - then that implies that housing does not work l…
-
comment
Comment #44371896
Are you ok
-
comment
Comment #44371877
The point is not the final product, the point is the process.
-
comment
Comment #44371863
I love this, this is exactly the sort of thing I've experienced too: building the toy project gave me an on-ramp to something similar but much more complicated in the future.
-
comment
Comment #44371849
Apologies, I overhauled the entire website (backend and all). I wrote a post about it, if you're curious.
-
comment
Comment #44371815
That sounds as good a reason as any to become a pirate, frankly
-
comment
Comment #44371795
This is the point, yes! Toy software is not production-worthy. It might not even be sufficient for your own personal use. It's about building proof of concepts and rapidly scouting…