Viewing profile — pfyra
pfyra
HN member- Joined
- Thu, Nov 14, 2013, 9:15 PM UTC
- HN karma
- 89
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About pfyra
Recent public activity
-
comment
Comment #46216881
Is there any place without an age limit for alcohol?
-
comment
Comment #45917533
Coincidentally, Azure Devops was also missing the ssh keys earlier today, both in the web ui and for ssh login.
-
comment
Comment #42896689
I work with the same mcu. You can set up the MPU to catch null pointer dererences so they don't pass silently.
-
comment
Comment #41182410
Perhaps a "game" with a different sound for each key on the keyboard? Can be created quite simply with SDL.
-
comment
Comment #40906423
I certainly agree about dark modes being different. I've used vim with black background and white text (and bright colors in the syntax highlighting) for many years now, but whenev…
-
comment
Comment #38101865
I remember playing Settlers in 2-player mode with a mouse each on my Amiga 1200. I thought that was the only game with support for that, TIL...
-
comment
Comment #38016596
Not OP, but I'd say that a big difference between meetings and a 5 minute walk is that the walk does not imply a change of focus. Personally, my creativity and problem solving gets…
-
comment
Comment #37817526
Sounds like you need to share the night shift. It isn't sustainable to work all day and have every night's sleep ruined like that. It'll get better as the baby sleeps longer and lo…
-
comment
Comment #37808896
I've tried many times but never succeeded breaking out of a telnet session using that key combo. Perhaps my swedish keyboard layout is to blame, but that combo is simply not workin…
-
comment
Comment #37478116
Oh, I have so much issues with audio in Teams on windows. Spotify works fine and I can hear the sound when connecting a call or meeting but then the audio is out. Or the mic. You n…
-
comment
Comment #36652531
There should be a "clearly" in there as well as that word by itself is commonly believed to bring a lot of clarity.
-
comment
Comment #35993452
Regarding 1, do you mean that the server would send the response before the request has been received completely? Or is the response for a different request?
-
comment
Comment #35984711
> But there is other possibility: minimal root that is easy to manage, switch, etc. etc. and rest of the system :) Yeah, libostree ("git for operating systems binaries") benefits f…
-
comment
Comment #35807752
> Another interesting question, can software (recipes for cpus) be transpiled to be efficiently run on FPGAs? Yes. At least for c and c++. It is called High Level Synthesis.
-
comment
Comment #33113837
Who's to say that the projects are incomplete if you have achieved what you wanted from them? Sounds very much complete to me, even though the final result might not be useful to a…
-
comment
Comment #32365633
The right direction, IMO, is to keep the elevators silent. If someone implements your proposal, someone else will top that with complete tracking and the killer feature being the a…
-
comment
Comment #32298214
Yes yes, but the pico is a lot harder to program during class while looking like you are doing school work.
-
comment
Comment #30941945
I do it the really, really cheap way.. I have my keyboard and mouse connected to a USB hub and switch the USB cable between the computers. I have a USB cable connected to each comp…
-
comment
Comment #30931941
Not quite what you are asking for, but perhaps display-switch[0] can help. I'm too cheap to get a KVM which supports 2 4k monitors so I'm using display-switch instead. Works wonder…
-
comment
Comment #30329347
Found a link to this library in the documentation. For esp32/8266 it says. Haven't tried it myself. https://github.com/crankyoldgit/IRremoteESP8266
-
comment
Comment #29964200
Have a look at "Family Link". It is not perfect, but it can limit usage of apps and the whole device to specific times (and more).
-
comment
Comment #29877082
Ok, I expected some kind of treatment. We do need the same certificate in sweden too, but only from the 5th sick day or so and I think they give certificates for regular cold over …
-
comment
Comment #29876078
> Recently went to the doc for a normal cold. Why see a doctor for a regular cold? I've never heard anyone do that here in Sweden.
-
comment
Comment #28140026
> I'd say most of the US Big Tech have their European HQ in Dublin. That's due to tax reasons. US companies extracting value from Europe while avoiding taxes at all costs.
-
comment
Comment #26760798
I have a "captive" or "promiscuous" dns server (it responds with its own IP for all requests) for my esp projects so this info is exactly what I need. Thanks a lot!