Viewing profile — f_
f_
HN member- Joined
- Thu, Sep 10, 2015, 2:05 AM UTC
- HN karma
- 35
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About f_
No profile information was provided.
Recent public activity
-
comment
Comment #30224373
I don't think this is true; I am running Microsoft 365 and use AWS Route 53 and manually set up DNS records to work with Microsoft 365 just fine.
-
comment
Comment #25179441
For me it's clearly Vim. Changed my life for the better.
-
comment
Comment #11984840
MAD even had an impact on Donald Knuth; his first publication was in fact "The potrzebie system of weights and measures" in 1957, defining the basic unit, the potrzebie, to be exac…
- story
-
comment
Comment #11475613
Hehe! Thanks for the clarification -- I wondered if everyone was going bananas over at your company! This explains it (:
-
comment
Comment #11475529
Very interesting indeed; but somehow I was even more baffled at the package names they seem to be using: com.netflix.vulturemonkey.cow.iguana.MacawSquirrel com.netflix.ape.serpent.…
-
comment
Comment #11462717
I've read this a long time ago and it seems to be still mostly true! A more recent statement of Knuth about email is here: https://www.youtube.com/watch?v=QS8qwMna8_o
-
comment
Comment #11113586
The CEPL [0] project could be of interest to you! Pretty great approach to OpenGL from CL. [0] https://github.com/cbaggers/cepl
-
comment
Comment #11113554
I completely agree and one could theoretically do away with things like ANGLE! Though, I also suspect that the implementor's overhead is rather large in contrast to the current way…
-
comment
Comment #11113460
Yes, it would be great, but it is most likely not happening anytime soon. As previously discussed on the WebGL mailinglist, Vulkan is strictly (and rightfully, wrt performance) wor…
- story
- story
-
comment
Comment #10850282
I am somehow reminded of a snippet of a Jesse Schell talk back in 2010 [1] when he predicted convergence of technology in the pocket ... I, too, suspect devices are going to conver…
-
comment
Comment #10838073
Indeed compliance is an issue with IRC, but you don't need to write an IRCd to log all messages and you don't even need to configure IRC services: you could just use InspIRCd [1] (…
-
comment
Comment #10323716
Great idea! But wouldn't it be best to restrain the output of htop to a few interesting processes that are running without root privileges. It seems to me that it could be possible…
-
comment
Comment #10323686
There was a recent HN topic here on the redox-os[0] which is written in Rust (and heavy WIP). It did actually use a lot of unsafe, though. [0] https://github.com/redox-os/redox
- story
-
comment
Comment #10232268
As Knuth himself said, literate programming facilitates the task of thinking about a problem without having to use a formal language to construct such understanding bottom-up. Ther…
-
comment
Comment #10214441
Nice work and thanks for sharing. I'd like to add this blog post [1] I read a while ago that explains a bit how to write a disassembler and emulator for Chip-8. The source is not a…
-
comment
Comment #10200448
Does anyone know whether the JVM/JIT generates SIMD instructions for code like this? Looks like a pretty obvious target to me.
-
comment
Comment #10195823
This is a pretty neat concept; I've come across this some years back in bisqwit's video https://www.youtube.com/watch?v=lxZyxxHOw3Y - he call's it "enfragmentation".