Viewing profile — lbussell
lbussell
HN member- Joined
- Mon, Mar 01, 2021, 11:18 PM UTC
- HN karma
- 91
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About lbussell
Recent public activity
-
comment
Comment #46058825
Yes - Ubuntu, Alpine, Fedora, and others. [1] [1]: https://github.com/dotnet/source-build/blob/main/README.md#n...
-
comment
Comment #44126080
The “compare references” feature is nice.
-
comment
Comment #43866068
For those looking for a more open alternative, check out openGrid - https://www.youtube.com/watch?v=2mDBue4fw3U I found Multiboard really confusing and it was never clear what I ac…
-
comment
Comment #42592132
Yes - it was called 0x10c. https://en.m.wikipedia.org/wiki/0x10c
-
comment
Comment #39196859
Yeah, you can do this with x forwarding on Linux. Not sure if there’s a modern Wayland equivalent.
-
comment
Comment #39074274
I’m curious about “L” being a curse world in Cantonese. I looked it up but couldn’t find anything about this.
-
comment
Comment #38165186
I ride motorcycles on the track, and most track riders/racers disable or delete ABS on their bikes. The idea of ABS sounds great, but it’s often too primitive for high performance …
-
comment
Comment #38105092
I think he is being sarcastic.
-
comment
Comment #37589080
If I had to guess, we’re less than 5 years away from seeing real-life C-3PO.
-
comment
Comment #37394644
I picked up the Miryoku layout a year or two ago and the home row mods (Ctrl, alt, shift...) make all the difference. Adding a thumb key into the shortcut to hit a key on a layer d…
-
comment
Comment #37333148
I believe Ryujinx actually translates the ARM code to .NET IL, which is then JIT compiled to machine code by .NET. As far as I know it’s a pretty innovative approach to emulation! …
-
comment
Comment #36612220
I’ve been using the Raylib_cs bindings for C# to write a CHIP-8 interpreter. It was by far the fastest library to get up and running and drawing things to a Window, although my use…
-
comment
Comment #36154834
> We’ve got another surprise in the VERY near future, but today is all about Mac… Sure sounds like NMS will be on the rumored Apple VR headset.
-
comment
Comment #36047857
Except.. you can't. There isn't a way to just buy the retro games anymore outside of Nintendo's subscription service for the Switch, and even then it's only a few hand-picked games…
-
comment
Comment #35876916
It's really not that good. On my Mazda, Apple CarPlay won't even let me change albums while I'm driving. Which encourages me to then pick up my phone, take my eyes off the road to …
-
comment
Comment #35343979
This is the greatest explanation of two-wheeled vehicle dynamics I've ever seen. Anyone who rides a bicycle or motorcycle should read this whole thing!
-
comment
Comment #34749966
On iOS, you can autofill passwords from 3rd party browsers (Edge in my case). Is there something similar for Android?
-
comment
Comment #34429949
Whenever I'm doing laundry, I try to set a timer for 50 minutes and it always thinks I said 15 minutes... it really gets on my nerves. I have to pronounce the individual digits to …
- story
-
comment
Comment #27373349
What about a 2-tuple with two numbers, one being the BigInt and one being the exponent. So 1.000054 would be (1000054, -6) = 1000054*10^(-6). Yours is probably more space efficient…
-
comment
Comment #26799449
Well, the 13 inch Macbook Pro only has a QHD screen (2560x1600) at 227 PPI. A 14 inch screen at QHD would still be 210 DPI. A 4K (3840x2160) display at 14 inches is 315 PPI. I have…