Readit News logoReadit News
pss314 commented on Mosh Mobile Shell   mosh.org... · Posted by u/rbinv
pss314 · 3 days ago
Mosh is really great. When working on remote servers, I combine it with tmux.

Note: Mosh does not natively support agent forwarding similar to ssh. Creator of Mosh explained why in this comment https://github.com/mobile-shell/mosh/issues/120#issuecomment...

pss314 commented on Omarchy Is Out   world.hey.com/dhh/omarchy... · Posted by u/kristianp
marstall · 6 days ago
For mac users interested in tiling (ish) managers, but not willing to make the leap DHH made, I highly recommend the Magnet app, which gets me most of the goodness he is demoing in the first part here ... (and maybe a little more?)
pss314 · 6 days ago
Free version of Rectangle is very good https://rectangleapp.com/
pss314 commented on Iterative DFS with stack-based graph traversal (2024)   dwf.dev/blog/2024/09/23/2... · Posted by u/cpp_frog
dinobones · 7 days ago
I’m surprised this isn’t a more common and well known issue.

I stumbled upon this issue when trying to convert a recursive DFS to iterative because my recursive DFS was running out of stack space.

The solution produced by this iterative version was wrong, completely different from the recursive implementation.

It’s fascinating how many primitive, basic algorithms are probably implemented incorrectly but work just well enough that no one ever cares or notices… reminds me of how so many text books have an incorrect or overflowing version of binary search.

pss314 · 7 days ago
reminds me of how so many text books have an incorrect or overflowing version of binary search.

Extra, Extra - Read All About It: Nearly All Binary Searches and Mergesorts are Broken https://research.google/blog/extra-extra-read-all-about-it-n...

pss314 commented on Why was Apache Kafka created?   bigdata.2minutestreaming.... · Posted by u/enether
pss314 · 8 days ago
LinkedIn recently announced that it transitioned from Kafka to Northguard. Introducing Northguard and Xinfra: scalable log storage at LinkedIn [1] & LinkedIn: Stream Processing 4.16.25 [2]

[1]: https://www.linkedin.com/blog/engineering/infrastructure/int...

[2]: https://www.youtube.com/watch?v=RDV6-MUVEbQ

pss314 commented on Debian 13 “Trixie”   debian.org/News/2025/2025... · Posted by u/ducktective
pss314 · 22 days ago
A new APT sources format "debian.sources" is announced with trixie. The now older "sources.list" format is still supported, but is likely to be deprecated in a future Debian release.

See below:

  APT is moving to a different format for configuring where it downloads packages from. The files /etc/apt/sources.list and *.list files in /etc/apt/sources.list.d/ are replaced by files still in that directory but with names ending in .sources, using the new, more readable (deb822 style) format. For details see sources.list(5). Examples of APT configurations in these notes will be given in the new deb822 format.

  If your system is using multiple sources files then you will need to ensure they stay consistent.
- https://wiki.debian.org/SourcesList#APT_sources_format

- https://www.debian.org/releases/trixie/release-notes/upgradi...

"apt modernize-sources" command can be used to simulate and replace ".list" files with the new ".sources" format.

  Modernizing will replace .list files with the new .sources format, add Signed-By values where they can be determined automatically, and save the old files into .list.bak files.

  This command supports the 'signed-by' and 'trusted' options. If you have specified other options inside [] brackets, please transfer them manually to the output files; see sources.list(5) for a mapping.

pss314 commented on So you want to parse a PDF?   eliot-jones.com/2025/8/pd... · Posted by u/UglyToad
pss314 · a month ago
pdfgrep (as a command line utility) is pretty great if one simply needs to search text in PDF files https://pdfgrep.org/
pss314 commented on What to expect from Debian/Trixie   michael-prokop.at/blog/20... · Posted by u/exiguus
ducktective · a month ago
Can anyone experienced with debian package development, point me to some valid, recent and Best Practice™ guides or blog posts explaining how to package stuff for Debian?
pss314 commented on “Dynamic programming” is not referring to “computer programming”   vidarholen.net/contents/b... · Posted by u/r4um
pss314 · a month ago
Richard Bellman on the Birth of Dynamic Programming (2002) [pdf] https://news.ycombinator.com/item?id=42482289
pss314 commented on DNS traffic spiked as Musk–Trump clash boosted Truth Social (+268%) and X (+20%)   twitter.com/CloudflareRad... · Posted by u/emot
greyface- · 3 months ago
Thanks, Cloudflare, for the demonstration of the granularity of data collected by 1.1.1.1; this is your periodic reminder to run your own local recursive DNS resolver.
pss314 · 3 months ago
If one is running a pi-hole, then you might want to consider configuring the pi-hole instance with unbound. https://docs.pi-hole.net/guides/dns/unbound/

u/pss314

KarmaCake day65May 11, 2024View Original