Viewing profile — cgb_
cgb_
HN member- Joined
- Tue, Jan 06, 2015, 8:46 AM UTC
- HN karma
- 145
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About cgb_
No profile information was provided.
Recent public activity
- story
-
comment
Comment #43490960
vartabstop can help with per-column width. I found https://sharats.me/posts/automating-the-vim-workplace-3/#usi... which greatly improved my TSV editing experience in vim. Couple t…
-
comment
Comment #41021773
N-1 didn't save you, nor did N-2: https://news.ycombinator.com/item?id=41015038 > "b) Since n, n-1 and n-2 versions of the sensor all died equally spectacularly, that bug as been a…
-
comment
Comment #36939556
Hey, what style of diagram are you using for this? Deployment diagram? Do you have link to an example?
-
comment
Comment #33737225
I tend to agree with you, but we don't always have control over the networks we access, and fitting in with other org's policies is often required. ProxyJump is very handy for that…
-
comment
Comment #33737199
Try looking at options ServerAliveInterval and TCPKeepAlive, they should prevent SSH from detecting when there's temporary transport issues and persist when wireguard roams between…
-
comment
Comment #33269626
I see this when my equipment roams back into my private network and the wireguard server is inside that LAN. It can be solved by NAT'ing packets arriving on your edge router's insi…
-
comment
Comment #32761004
The author doesn't appear to have documented the bookmarklet itself. If they are here or another person, can you suggest what it might look like to have a bookmarklet collect the u…
-
comment
Comment #31592570
I love the idea of these crowd-sourced systems, but is there any appetite to open source the data behind them? In theory the collective knowledge of all of these platforms could co…
-
comment
Comment #30301039
MeshCentral https://github.com/Ylianst/MeshCentral “This is a full computer management web site. With MeshCentral, you can run your own web server and it to remotely manage and con…
-
comment
Comment #26575042
Hey there! What would be required to host my own version of this style of call access? adapter-latest.js and caller.js from the HTML source? Is there any more information to do som…
-
comment
Comment #25218643
Yup - https://github.com/lefcha/imapfilter "IMAPFilter is a mail filtering utility. It connects to remote mail servers using the Internet Message Access Protocol (IMAP), sends sear…
-
comment
Comment #22044426
An app called PhotoSync is fantastic - can backup to cloud services, WebDAV, SMB and others. They recently introduced auto backup when charging. The app has really positive reviews…
-
comment
Comment #13893399
Website randomly working for me, multiple agents failing to connect or partially connecting but then timing out. Interesting that Dropbox help center [0] links to [1], which redire…
-
comment
Comment #13461834
To be fair, those are app choices to require 'Always' for location tracking. You can most definitely restrict an app to use location only while using - you can't fault Apple or IOS…
- comment
-
comment
Comment #11487217
Hey, I do many things similarly (track connections with people, record movies watch etc. Nowhere near to the level of detail you've experimented with, but I've dreamt of using cale…
-
comment
Comment #11444391
I've implemented the same thing in a Usenet/NZB streaming project a few years ago - it's actually trivial since the multi-part rars are uncompressed, so the raw bytes of inner-cont…
-
comment
Comment #10955823
Registering at http://v2.wallabag.org/login , I just got exactly the same symptoms. See: https://gist.github.com/cgb/04a7291f2377f818b663
-
comment
Comment #10891898
I've found pipework ( https://github.com/jpetazzo/pipework ) still to be the easiest way to manage networking in containers when you know what you want. Start up your container wit…
-
comment
Comment #10512281
All the time (many times per hour when doing bookkeeping). But I use git & remote bare repos as a backup & multi-device sync method for nearly everything I do on my systems, so I'm…
-
comment
Comment #10512273
I use https://github.com/nuex/t , which generates ledger timelog entries as documented here http://www.ledger-cli.org/2.6/ledger.html#Using-timeclock-to... . I've tracked approx 20…
-
comment
Comment #10512249
I do something similar, although I name my receipts/documents with yyyymmdd-friendlyname.pdf for ease of lookup. For my IT consulting business, I also wrote a wrapper that rejects …
-
comment
Comment #9933809
Don't know about the OP, but I visited Bad Kreuznach a few years ago which has a reputation for health/spas. They have public Saline Graduation Towers which offer a place to sit an…
-
comment
Comment #9420662
I corrected myself for the other person to mean '[..] upgrade your docker containers'. I heavily use LXC containers (and had used openvz and vserver before that) and treat them as …