Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
AdrianoKF
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
AdrianoKF
1y ago
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 head would hurt from the perceived bulge in the m
2.
▲
by
AdrianoKF
1y ago
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 of applications in research quite intriguing. [0]: https:&#
3.
▲
by
AdrianoKF
2y ago
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: https://cs140e.sergio.bz/ - Accompa
4.
▲
by
AdrianoKF
3y ago
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?
5.
▲
by
AdrianoKF
3y ago
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 might otherwise be long forgotten.
6.
▲
by
AdrianoKF
3y ago
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 of walking pedestrians. However, by law pedestrians have the
7.
▲
by
AdrianoKF
4y ago
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 solely of a release segment and optionally an epoch identifie
8.
▲
by
AdrianoKF
4y ago
Well there went an hour of my life.. Thanks for sharing the link!
9.
▲
by
AdrianoKF
4y ago
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 (notwithstanding international standards for travel documents
10.
▲
by
AdrianoKF
4y ago
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://grammis.ids-mannheim.de&#x
11.
▲
by
AdrianoKF
4y ago
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). Performance isn't great obviou
12.
▲
by
AdrianoKF
4y ago
I love Inkscape, but I really wish it could work with CMYK colors natively (and not simply transform them into RGB internally).
13.
▲
by
AdrianoKF
5y ago
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 stack use it (see e.g. [0]), effectively making the Win
14.
▲
by
AdrianoKF
5y ago
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 is the availability of officially maintained Docker images f
15.
▲
by
AdrianoKF
5y ago
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 educational purpose. On top, sparking interest in tech and ham in kid
16.
▲
by
AdrianoKF
5y ago
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 transmitting in potentially reserved frequency bands, e.g.
17.
▲
by
AdrianoKF
5y ago
"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, blowing smoke over the sensor - with decent result
18.
▲
by
AdrianoKF
5y ago
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 detail: I'd much prefer the forced airflow fan to
19.
▲
by
AdrianoKF
5y ago
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 POST request can be used to unsubscribe with a single cl
20.
▲
by
AdrianoKF
5y ago
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.archlinux.org/title/Pacman/Pacnew
21.
▲
by
AdrianoKF
5y ago
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 libraries like Matplotlib, Tensorflow, Pytorch, and friends. Th
22.
▲
by
AdrianoKF
6y ago
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. Commenting primarily to see what others have to say about yo
23.
▲
by
AdrianoKF
6y ago
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: https://docs.mapbox.com/help/glossary&#x
24.
▲
by
AdrianoKF
6y ago
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.
25.
▲
by
AdrianoKF
6y ago
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 the trip down memory lane!
26.
▲
by
AdrianoKF
6y ago
Sorry, I missed your reply.. Here's my workflow in a nutshell: I use the Zotero browser extension to add items to Zotero, the extension takes care to automatically attach a snapshot of the web page or paper to the newly created entry i
27.
▲
by
AdrianoKF
6y ago
I mostly use QOwnNotes ( https://QOwnNotes.org ) for Markdown-based note taking, synced to my private Nexzcloud instance. If it ever goes away, I'll still have the plain markdown files plus metadata in a SQLite database. For
28.
▲
by
AdrianoKF
7y ago
Something along the lines of COALESCE(my_column, -1) might work for you in this case. See [1] for documentation on it in Postgres (it is in ANSI SQL though). [1]: https://www.postgresql.org/docs/current/func
29.
▲
by
AdrianoKF
7y ago
Can't wait to find out if this release fixes a bug ( https://bugzilla.mozilla.org/show_bug.cgi?id=1557160 ) that was preventing correct rendering of extension popup windows/context menus when the APZ zooming was ena
30.
▲
by
AdrianoKF
7y ago
They do have an issue for merging their fork back into upstream LLVM in their repo: https://github.com/espressif/llvm-xtensa/issues/8 Not sure how fast that's gonna happen, but one may hope!
More ›