Viewing profile — adamzegelin
adamzegelin
HN member- Joined
- Mon, Oct 22, 2012, 12:04 AM UTC
- HN karma
- 543
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About adamzegelin
No profile information was provided.
Recent public activity
-
comment
Comment #40765985
For big screen projected analog sources (aka, a video signal rather than film) there was this amazing piece of tech: https://en.wikipedia.org/wiki/Eidophor A mirror coated in a thi…
-
comment
Comment #40328292
Anything important and proprietary is now in firmware.
-
comment
Comment #39341798
On Linux, /etc/services often contains a list of at least protocol names and numbers.
-
comment
Comment #38897653
My comment was suggesting that it's more than just a "lightweight" HTTP/websockets/MQTT library. The majority of the things I list are optional features of the core library (rather…
-
comment
Comment #38897274
HTTP, websockets, MQTT, ... plus the kitchen sink it seems: - JSON parsing - DNS, DHCP and NTP clients - SOCKS5 proxy support - DBUS client and server - Threadpools - SSH - JPEG an…
-
comment
Comment #38065955
Probably do-able using Pipewire/Pulseaudio. I just tried, and I'm able to pair both my Macbook Pro and iPhone to my Linux desktop PC. The PC has Kensington Bluetooth USB dongle. Bo…
-
comment
Comment #36324046
Impressive that Apple keeps support documentation for such old products.
-
comment
Comment #36192186
> Why does any of it operate on remote cloud API calls when it could operate locally? Vendor lock-in, and gives them the ability in the future to hold your devices hostage by requi…
-
comment
Comment #34366313
See also: Cassandra and CQL.
- story
-
comment
Comment #33174956
> installing the bootloader to the MBR You mean copying bootx64.efi onto the ESP, right? It's 2022... MBR is beyond ancient at this point!
-
comment
Comment #32891968
You can also use Gimp via a RDP or VNC session, which will give much better performance on low-bandwidth connections, since those protocols do damage detection, only sending update…
-
comment
Comment #32132933
Chrome doesn't use WebKit. Google forked WK many years ago into Blink [1] [1] https://en.wikipedia.org/wiki/Blink_(browser_engine)
-
comment
Comment #32064597
Just a quick experiment: I started 4 copies of VLC. `top` shows this: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1806287 adam 20 0 1091068 74664 56228 S 0.0 0.2 0:00.22 …
-
comment
Comment #32064322
Isn't summing RSS going to end up with the wrong numbers? My understanding is that RSS is memory allocated (heap + stack) + executable pages inclusive of shared libraries. i.e, if …
-
comment
Comment #31676150
Cadence: https://cadenceworkflow.io
-
comment
Comment #30915208
I've had good success with a 1x4 KVM from Level1Techs. I use it paired with a Alienware AW3418DW 3440x1440 120Hz G-Sync monitor. My PC has a NVIDIA 2080 and G-Sync+120Hz works fine…
-
comment
Comment #30067062
Check out Sigrok: https://www.sigrok.org
-
comment
Comment #28796471
seems like LVGL has direct support for the frame buffer: https://github.com/lvgl/lv_drivers/blob/master/display/fbdev... other devices are supported too
-
comment
Comment #27610987
> Their library also contains C extensions with undefined behavior, and telemetry that phones home. Source for this?
-
comment
Comment #26550233
Great to see more tooling in the ZFS space, especially around send/receive. I'd like to see more around snapshot management too. Last release in 2016 though?
-
comment
Comment #26352255
While we're at it, can we convince the Australian govt. too please? Something like 10/5 is considered "fast enough".
-
comment
Comment #26338596
The problem is that `s.index` with an `offset` equal to `limitedBy` returns non-nil index, rather than nil, but that index is invalid (out of bounds) and causes the program to blow…
-
comment
Comment #26011617
> The "C" in C stands for compatible. Source? Wiki says: > A successor to the programming language B, C was originally developed at Bell Labs by Dennis Ritchie between 1972 and 197…
-
comment
Comment #24012590
> if you're using the Dropwizard Metrics library, for example, you've already lost. Can you go into a bit more detail here? Curious to know where Dropwizzard goes wrong. I prefer t…