Viewing profile — loonattic
loonattic
HN member- Joined
- Tue, Oct 21, 2014, 6:37 PM UTC
- HN karma
- 46
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About loonattic
No profile information was provided.
Recent public activity
- comment
- comment
-
comment
Comment #15234748
Sometimes, it's just not possible nor reasonably doable. As seen above, with proprietary drivers...
-
comment
Comment #15216335
That's a good way to screw over poor people who have to commute..
-
comment
Comment #14961823
Regardless of whether our nations are corrupt, it makes no sense to consider NK "rational" with all the... executing an official with an anti-aircraft gun because he fell asleep, t…
-
comment
Comment #14871835
People who try to defend such harmful behavior may be trying to fight identity politics and radical feminism, but it's very counterproductive towards that. They're just confirming …
-
comment
Comment #14871804
That doesn't mean that there isn't room for improvement, or that it has to be a certain level of bad to become an actual problem. That guy's behavior was very annoying. Even that s…
-
comment
Comment #14871609
It's 2017. It's about time we had a better, well designed language (ie Rust, but I'm not sure if it's well designed enough, depends on what you want it for, too). There have been m…
-
comment
Comment #13827818
I think the government is made of tyrannical despots, but this incident seems pretty harmless, unlike what's happening at Flint.
-
comment
Comment #13371578
My parents referred to it as such. Meh, most people think it's crap anyway, so of course I'm going to be uncomfortable playing music around other people. Probably not that big of a…
-
comment
Comment #13371392
It'd possibly be better for your son to respect his taste in music, and not dismiss it as crap.
-
comment
Comment #13371386
I had listened to black metal for years, and avoid all of it with racist messages yet I even have listened to Burzum (mostly Filosofem), which doesn't itself have any racist messag…
-
comment
Comment #13371292
Mostly just "NSBM". Usually pretty easy to tell, and not the most popular bands.
-
comment
Comment #12743260
It's basically like a BIOS on x86? The original is closed source, initializes the VideoCore chip?
-
comment
Comment #12743254
If this matured, maybe there would be some interest in porting OpenBSD to RPi with this? Theo didn't like the firmware blob, right?..
-
comment
Comment #11984579
I use acme-tiny (with --acme-dir) and set up nginx to point the /.well-known/acme-challenge to a directory acme-tiny can write to. It should be possible to do reverse proxying with…
-
comment
Comment #11837358
Computer hardware used to provide higher level abstractions. An example is the Burroughs B5000. Kind of the opposite of RISC?
-
comment
Comment #11674677
Do you recommend looking into any specific more complicated theory or guidance into meditation, or do you think it's sufficient to focus on breathing while letting thoughts flow an…
-
comment
Comment #11674299
Though I can't think of anything strongly against Switzerland at the moment, this is another reason for me to despise governments and law... where one can't even aid someone in end…
-
comment
Comment #11665302
Is it built such that a different event notification thing such as libev, libevent, kqueue could be swapped in without too much effort? Well, it's not even that much code.. looks n…
-
comment
Comment #10497811
Honestly, I think build system complexity and breakage, and library/dependency/versioning hell is a much bigger problem than just learning how to use tar. The number of times I've …
-
comment
Comment #10497780
`z' means to use gzip compression when extracting or creating a tarball. `J' means xz, `j' bzip2. For example, to create an xz-compressed tar file: tar cJvf archive.tar.xz some_dir…
-
comment
Comment #9470622
Would this be sort of like libthread on Plan 9/plan9port? But a bit nicer? Anyway, really cool project. Though I'm kind of bummed that libthread is as obscure as it is...