Viewing profile — fyhn
fyhn
HN member- Joined
- Tue, Oct 17, 2017, 5:57 AM UTC
- HN karma
- 43
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About fyhn
No profile information was provided.
Recent public activity
-
comment
Comment #49068322
I noticed these for the first time earlier this summer. Incredible insects! They really do give a hummingbird impression.
-
comment
Comment #47926808
Very nice. Learned about `banner`. It'd be nice if zooming the page also zoomed the poster itself.
-
comment
Comment #46592643
I've gotten used to this essential feature too via Semaphore CI, and I just can't stand not being able to SSH into a GitHub Action. Debugging is so slow.
-
comment
Comment #46396336
Not all though, I've been looking at Minimed pump reverse engineering (which would be just reading glucose data, not controlling the pump), and that's not solved yet, at least not …
-
comment
Comment #45627257
Some password managers like 1Password can do the two-factor stuff for you, so you don't have to pull out your phone. On the fully supported pages it'll just autofill your username,…
-
comment
Comment #44184091
The only app I have that I actually like. It's great.
-
comment
Comment #42759229
Those of you who use ROS in production, do y'all use ROS 1 or 2? Do you maintain your own fork? I'm curious how people do this, with the upcoming Noetic deprecation.
-
comment
Comment #39630190
I've been fiddling a lot with getting my CGM glucose data on a smartwatch, in a way that I like, recently. I'm in the middle of a small series of posts on my silly blog here: https…
-
comment
Comment #38876218
I love the font. Maybe particularly because it's kind of big, so you can see the details. It seems to be EB Garamond: https://en.wikipedia.org/wiki/EB_Garamond
-
comment
Comment #37340719
This is very interesting, and I (T1D) would like to learn more. However, the e-mail signup doesn't work for me. ("Oops! Something went wrong while submitting the form.")
-
comment
Comment #33464021
Fairly common in Norway
-
comment
Comment #33343767
Home: A 13-inch Asus Zenbook from 2014 (UX32LN) now running Ubuntu (MATE) 22.04. It's still good! Work: A recent 13-inch Dell XPS that shipped with Ubuntu 22.04. It's also great, b…
-
comment
Comment #32520048
And like in all things, there is probably a better middle ground. Don't commit forever to a horrible partner, but also don't look for the "perfect person" with whom there will be n…
-
comment
Comment #32518730
Given that you can compare all N against each other, and then select, which this assumes you cannot.
-
comment
Comment #31531671
That's it! I had a feeling I'd seen it before.
-
comment
Comment #31527415
Not at all. I'm looking for something that shows incident frequency over time, without scrolling through a bunch of pages.
-
comment
Comment #31527331
Does anyone have long-term stats for GitHub status incidents over the last few years or so?
-
comment
Comment #31503142
Isn't this only relevant for fixed gear bikes, where you can skid the rear wheel to brake, and you want maximize the number of possible "skid patches", or orientations of the rear …
-
comment
Comment #29497755
I agree, `mktemp` is very useful. I recently worked on a script that would check if you had a repo locally, if so update it, and otherwise clone it for you. `mktemp` made it a lot …
-
comment
Comment #27446566
I dunno, I've submitted four bugs. One solved within a day, one after 20 days, and two still unresolved as far as I know. It could of course be better, I don't think it's quite lik…
-
comment
Comment #26747302
I've used #!/bin/sh python3 -c "from math import *; print($1)" as my calculator for some time now, and it's quite useful. I need to invoke it with quotes though: calc '100/34.2'
-
comment
Comment #25159176
For instance != is just a way to write something that looks similar to ≠. With ligatures, you can actually see the symbol you're representing, and not an approximation. I suppose t…
-
comment
Comment #25032167
One one hand I agree. But my experience is that an okay password manager makes the process of logging into things, creating new accounts, updating passwords, etc. so streamlined th…
-
comment
Comment #22355931
I tried this out now, and it seems really useful, both at work and outside work. Feature request: There are some sites I consider as generally unwanted distractions always, and som…
-
comment
Comment #19165103
The difference is whether the author of the pull request considers his code not ready for review or not. Both are work in progress but they need different treatment.