HackerLangs
TopNewTrendsCommentsPastAskShowJobs

cjm42

117 karmajoined 7 ปีที่แล้ว

comments

cjm42
·เมื่อวาน·discuss
This is the classic example of why you should always set the foreground color when changing the background color. Otherwise you end up with <code> blocks that are black-on-black. It probably works fine if your browser is in dark mode.

A workaround is to open one of the code elements in the browser's debugger and add color: white to the :not(pre) > code style.
cjm42
·5 เดือนที่ผ่านมา·discuss
Does it allow truly persistent mosh connections? I can't remember which iOS client it was, but I've used one which forgot I was connected if I left the app for long enough. The mosh process was still running on the server, but my iPad had forgotten how to talk to it.
cjm42
·9 เดือนที่ผ่านมา·discuss
I believe the primary use-case for devices like this is debugging "Why isn't this server rebooting?" without driving to the datacenter. Good luck figuring that out with AnyDesk or SSH.
cjm42
·9 เดือนที่ผ่านมา·discuss
I've had decent results with html-pdf-chrome[0], which automates printing to PDF from Chromium or Chrome.

[0] https://github.com/westy92/html-pdf-chrome/