Viewing profile — AdrianoKF
AdrianoKF
HN member- Joined
- Sat, Jul 07, 2012, 6:52 AM UTC
- HN karma
- 145
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About AdrianoKF
No profile information was provided.
Recent public activity
-
comment
Comment #45229142
I've noticed the same when I tried to replace my ultrawide 34" with a Dell U3225QE for my home office the other day. I really wanted to like the Dell since I love the specs, but my…
-
comment
Comment #45135040
Reminds me of the AGNES [0] (Age Gain Now Empathy System), developed at MIT AgeLab. Saw it in action there back when I worked at the lab in the early 10s - I found the broad range …
-
comment
Comment #41127519
Reminds me of the experimental version of Stanford's CS 140/212, CS 140e, which used Rust to develop a simple operating system kernel for the Raspberry Pi 3B: - Course web page: ht…
-
comment
Comment #38733313
Does this intend to fill a similar spot in the Rust ecosystem as fsspec ( https://filesystem-spec.readthedocs.io/en/latest/ ) does for Python, or am I getting the wrong idea?
-
comment
Comment #38610808
I love how it was already clear that it would be Raymond Chen's blog just from the title and domain name. I really enjoy The Old New Thing and his coverage of obscure details that …
-
comment
Comment #38483649
At least in Germany (where I live), it is entirely normal for the pedestrian lights to be synchronized with the road parallel to it, meaning that turning cars will cross the path o…
-
comment
Comment #33332242
Not that it takes away from any confusion that arises from the wording, but (at least) it is consistent with the definitions from PEP 440: > A version identifier that consists sole…
-
comment
Comment #32790376
Well there went an hour of my life.. Thanks for sharing the link!
-
comment
Comment #32069071
I was actually wondering if the driving factor is legal documents. ID cards show names in all-caps letters, which creates the dilemma that your ID might not show your actual name (…
-
comment
Comment #32067581
Small nitpick: uppercase ẞ was added to Unicode 5.1 in 2007 ( https://unicode-table.com/en/1E9E/ ) and is considered correct German orthography since 2017 (see §25 E3 in https://gr…
-
comment
Comment #31705412
You can also use iodine ( https://github.com/yarrick/iodine/ ) to tunnel IPv4 data through DNS (useful e.g. when on a captive portal network that doesn't block DNS requests). Perfo…
-
comment
Comment #31621812
I love Inkscape, but I really wish it could work with CMYK colors natively (and not simply transform them into RGB internally).
-
comment
Comment #30166236
While I haven't personally tried it (and have since given up on BT audio in my setup), there seems to be a way to extract the pairing key from Windows and have the Linux Bluetooth …
-
comment
Comment #30035744
I recently wanted to give my current RPi4 home server a GitOps makeover, migrating services (Home Assistant, Nextcloud and others) to k3s in the process. What has been an obstacle …
-
comment
Comment #29964480
Thanks for providing some context! Reading your response makes me realize that my initial assumption was probably way too pessimistic - and that the project serves a nice education…
-
comment
Comment #29955905
Not a ham operator, but I'd assume that a transmitter like this will emit a significant amount of noise across the RF spectrum (also, make sure to check your local laws before tran…
-
comment
Comment #29523264
"Working great" in the sense that the modification and integration was pretty painless. In terms of output quality, I've only done a few smoke tests (pun intended) - cooking, blowi…
-
comment
Comment #29464949
I have a Vindriktning with the ESP8266 makeover sitting on the desk behind me, feeding its data into my Home Assistant instance. So far it's working great, except for one annoying …
-
comment
Comment #28243214
There's also RFC 8058 [0] that proposes to refine the `List-Unsubscribe` header for one-click unsubscriptions. It uses the `List-Unsubscribe-Post` header to indicate that an HTTP P…
-
comment
Comment #28165754
I've recently discovered pacdiff [0] to solve that problem, which helped me clean up about 30 leftover .pac[diff|new] files from my everyday desktop machine. [0]: https://wiki.arch…
-
comment
Comment #27944403
One interesting use case of overwriting `builtins.__import__` I've encountered was the automatic hooking by ClearML [0] (experiment tracking, ...) into all sorts of common librarie…
-
comment
Comment #24130179
I'm in the same boat as you! Just started working on proper touch-typing a few weeks ago, as I sometimes found myself being ashamed of my self-taught ~7-finger typing system. Comme…
-
comment
Comment #23937970
Which is precisely what for example Mapbox does - they allow consumers to specify a worldview, which adjusts borders and other geographic features based on the specified culture: h…
-
comment
Comment #23425481
Or potentially even socat ( http://www.dest-unreach.org/socat/ ), which could be used (among many other things) to model the use case of GP, forwarding a socket to a pipe.
-
comment
Comment #23414485
Interesting (but probably not too surprising) to see that DTN research is alive and kicking! I wrote a short seminar paper on DTN protocols as an undergrad in '09, so thanks for th…