Viewing profile — argulane
argulane
HN member- Joined
- Mon, Jan 10, 2022, 9:04 AM UTC
- HN karma
- 427
- Public activity
- 114 items
- HN profile
- View on Hacker News ↗
About argulane
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47487745
That's some mad dedication to go from kicad schematics to running Quake. Very impressive!
-
comment
Comment #47338082
If it's arm based mikrotik then you could run containers with fancier protocol wrappers
-
comment
Comment #47336883
I think you can even use standard haproxy acl rules and tables to extract few bytes from the request and route them correctly. No need for Go.
- story
-
comment
Comment #46792023
If xfwl4 plans to implement something like sway output max_render_time, then input to pixel output latency should be same or even lower than x11
-
comment
Comment #46742091
For me the torrent file currently is coming down at 26MB/s
- story
-
comment
Comment #46497927
Using /usr/bin instead of /bin comes down to that is much easier to mount one /usr instead of doing bunch of bind mounts for /bin /sbin /lib /lib32 /lib64, Also some more backgroun…
-
comment
Comment #44810504
Proxmox has had cloud-init support for a while and we have been using it for several years in production.
-
comment
Comment #44002719
I have used TimescaleDB in my last work place. We needed a easy way to store and visualize 500hz sensor data for few 10s of devices. We used it and Grafana to build a internal R&D …
- story
-
comment
Comment #42750695
I own a 2024 Toyota Corolla Hybrid (similar drive train to Prius) and it defrost the window way faster than my previous Volkswagen Passat. Ice and snow handling has been pretty sim…
-
comment
Comment #42481415
Unfortunally they didn't exist when we started with kannel
-
comment
Comment #42479017
We use it to send OTP messages through few telco providers who don't have HTTP API.
-
comment
Comment #42479003
It's cool to see that they are still going. To any one looking to using this for SMPP connections should skip the releases and build it straight from SVN trunk to get the latest bu…
-
comment
Comment #42478974
I'm using lieer and mujmap to sync my Gmail and Fastmail accounts to a local notmuch mail storage on top of ZFS pool. That ZFS pool is in turn replicated off site. I use neomutt to…
- story
-
comment
Comment #41846719
You can also `git fetch` and `git reset --hard origin/force-pushed-branch` to get your local branch up to speed with remote one assuming you don't have any local changes.
-
comment
Comment #41846694
It's bit hidden but once you enable `git rerere`, it will remember your fixed up rebase conflicts. https://git-scm.com/book/en/v2/Git-Tools-Rerere
- story
-
comment
Comment #41599862
It's mostly about performance. If you can store all the required info about the user inside the cookie then you can avoid a DB query roundtrip before sending a response. Now that y…
-
comment
Comment #40766294
That's only a problem when using GitHub. GitLab and Gerrit correctly version such force push PR updates and provide a nice view of what has changed.
-
comment
Comment #40498432
Gitea API is pretty close to GitHub https://docs.gitea.com/
-
comment
Comment #40382273
Have you turned on the new render engine in the microsoft terminal settings? It is marked beta but should be much faster.