Viewing profile — lillywastaken
lillywastaken
HN member- Joined
- Sun, Feb 27, 2022, 10:09 AM UTC
- HN karma
- 39
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About lillywastaken
No profile information was provided.
Recent public activity
-
comment
Comment #36779805
This is generally the case imo. Installing hardening tweaks/extensions/... to make yourself "more secure" and "more private" often just ends in increasing the viable attack surface…
-
comment
Comment #36779684
Do you think it is somehow more elegant to have a specialised version of a data-structure for every single type that may need to be placed into it? Or just to ignore the type whats…
-
comment
Comment #36779530
Is writing the same function n times more readable and more maintainable? Is it more maintainable to entirely circumvent the type system with interface{}?
-
comment
Comment #35905735
I believe it's still mostly C, and it definitely uses some custom text field stuff. If it were using the Cocoa textfield it would have smooth scrolling, but BBEdit still retains li…
-
comment
Comment #35495836
Though Haskell's module system is somewhat a wart of the language, and I say this as someone who loves Haskell. "Hierarchical" modules in Haskell2010 are literally just modules wit…
-
comment
Comment #35258016
Haiku is an open source BeOS clone that is still developed, but the original isn’t
-
comment
Comment #35258005
It’s probably worth mentioning that you can also use QEMU, which is a bit more involved but can use a bigger disk and also run OS X, and Mac OS 9.2.2 (as it supports an MMU, SheepS…
-
comment
Comment #35037850
I'd rather use JS than python, since at least JS doesn't actively try making programming in a functional style worse
-
comment
Comment #35010386
There's also meow-mode[1], which isn't a vim emulator as such, but it is a different modal editing layer for Emacs which is a lot faster and has a lot of neat ideas. It doesn't int…
-
comment
Comment #33620354
Which is, frankly, an idiotic waste of money.
-
comment
Comment #33620286
Generally I cannot remember anyone's birthday if it isn't at least in my calendar.
-
comment
Comment #33372975
Yes, but only for replies.
-
comment
Comment #32945354
It's a bunch of libraries for Java for making big enterprise web apps and the like.
-
comment
Comment #30486879
A lot of this you can find out from reading the programming guide to plan 9 - http://doc.cat-v.org/plan_9/programming/c_programming_in_pla...