HN user

tripdout

1,293 karma
Posts74
Comments243
View on HN
spinningnumbers.org 8d ago

Spinning Numbers – Learn about electricity and electrical engineering

tripdout
3pts0
moonrf.com 1mo ago

QuadRF

tripdout
6pts2
www.youtube.com 1mo ago

Hydrogen and oxygen make water [video]

tripdout
3pts0
www.scattered-thoughts.net 1mo ago

Ruminating about mutable value semantics

tripdout
2pts0
hylo-lang.org 1mo ago

Introduction to Hylo

tripdout
1pts0
wiki.freecad.org 5mo ago

Topological Naming Problem

tripdout
74pts33
en.wikipedia.org 5mo ago

Internet Background Noise

tripdout
3pts0
wiki.ai03.com 5mo ago

Learn how to make mechanical keyboard PCBs

tripdout
2pts0
neodyme.io 6mo ago

Drone Hacking Part 1: Dumping Firmware and Bruteforcing ECC

tripdout
155pts28
en.wikipedia.org 6mo ago

Dying Gasp

tripdout
6pts0
www.androidauthority.com 6mo ago

Google will now only release Android source code twice a year

tripdout
72pts21
book.systemsapproach.org 10mo ago

Computer Networks: A Systems Approach

tripdout
21pts1
fohdeesha.com 10mo ago

Network Switch Reverse Engineering

tripdout
3pts0
tinyhack.com 11mo ago

Reverse Engineering Pokémon Go Plus (2018)

tripdout
3pts0
words.filippo.io 12mo ago

Age and Authenticated Encryption

tripdout
4pts0
en.wikipedia.org 1y ago

Canadian Cross

tripdout
12pts2
dashdot.me 1y ago

Nix doesn't have to be hard

tripdout
2pts0
en.wikipedia.org 1y ago

Passive Optical Network

tripdout
6pts0
en.wikipedia.org 1y ago

Halloween Documents

tripdout
2pts0
9to5google.com 1y ago

Google Pixels are no longer the AOSP reference device

tripdout
218pts141
www.cs.dartmouth.edu 1y ago

How to write shared libraries [pdf]

tripdout
6pts0
github.com 1y ago

Magisk v29.0

tripdout
1pts0
wiki.gnuradio.org 1y ago

What is GNU Radio?

tripdout
34pts3
newandroidbook.com 1y ago

Reverse Engineering Android's Aboot

tripdout
1pts0
www.busybox.net 1y ago

Busybox Frequently Asked Questions

tripdout
2pts0
googleprojectzero.blogspot.com 1y ago

Mitigations are attack surface, too (2020)

tripdout
9pts0
en.wikipedia.org 1y ago

10BASE2

tripdout
3pts1
linus.schreibt.jetzt 1y ago

Make your QEMU faster (2022)

tripdout
150pts22
aaka.sh 1y ago

"BGP at home": getting a DIA circuit installed at home

tripdout
242pts67
docs.banana-pi.org 1y ago

Banana Pi BPI-R4

tripdout
4pts0

I remember seeing a video where someone was talking about how from someone on the YouTube team said that their goal is for you to to replace the word “algorithm” with “audience”.

Whether they achieve that goal or not is a different story.

I agree I run the risk of being wrong and could at least provide some evidence, but I think at the very least it can be one additional piece of information someone could use in their consumption of this content.

I’m running the risk of just getting an AI response back, but:

How are you able to boot Debian from an SD card, and without unlocking the bootloader?

Does the bootloader look for an OS on SD card by default? SD and eMMC are basically the same thing, is it just the same lines but an SD card takes priority over the eMMC? And does it not enforce verified boot properly / at all? Maybe being a Rockchip and not MTK/QCOM has something to do with it, but it’s still an Android device and I would assume there’s something in CTS/VTS/GMS licensing that makes verified boot mandatory.

Copy Fail 3 months ago

There’s SELinux, everything is mounted nosuid, barely anything runs as root except init. I doubt it.

As someone who doesn't pay much attention to the world of mechanical keyboards, very happy that I can use "thock" as a filter.

EDIT: A quick Google shows it's a pretty popular term, so I guess that's how I even know about it, the only other mechanical keyboard term in my vocabulary being "Cherry MX Blue clicky switches" for the ones on my AliExpress mechanical keyboard that prevent me from using the keyboard around other people. Unfortunately it also makes it difficult to hear the keyboard sounds without clicking on the letters instead :(

Reading Is Magic 3 months ago

I guess I could see that, but if all the water left, it could be dry like a desert too.. (although even though that was my initial interpretation, I did understand that's not what he meant)

And yes even without the reference it's not that there's a literal animal there.

Reading Is Magic 3 months ago

I actually don’t understand the meaning of that sentence in Dickens fully either.

As much mud in the streets, as if the waters had but newly retired from the face of the earth, and it would not be wonderful to meet a Megalosaurus, forty feet long or so, waddling like an elephantine lizard up Holborn Hill.

Why does “as if the waters had but newly retired” mean there’s a lot of water (and thus mud)? “As much mud as” clued me in, but I don’t get this part.

And apparently it’s also referencing not just some flood but the flood of Noah’s Ark from the Bible, which is why you might happen to see a dinosaur because it was such a long time ago. I guess I don’t come across many opportunities to think of / that remind me of Noah’s Ark because I didn’t think of that either.

The beta site was a horrible redesign. It hid information that was previously visible, the layout was confusing, comments were harder to read, and it just made no sense.

Is this, along with the comments by the other green usernames on this post, an AI-generated comment? Apologies if it isn't, AIs are trained on human writing and all that, but they're jumping out at me.

Edit: I see another green comment was flagged for AI, might be indicative of something, but why so many green comments on this thread specifically?

The BPI-R4 is great for use as a 10G WAN router if your ISP uses PPPoE since the network processing engine has hardware acceleration for it.

Unifi released the UCG-Fiber around a year ago that can also apparently finally handle it, but plenty of threads about slow performance with their UDMs since it's entirely done on the CPU [0].

I'm not the biggest fan of OpenWRT and would prefer something like OPNSense, but it's x86 only and good PPPoE performance isn't guaranteed either - need a CPU with good single core performance that costs more than the BPI-R4, or apparently virtualizing OPNSense allows it to process PPPoE with multiple threads.

0: https://community.ui.com/questions/What-is-the-max-performan...

The article states:

Lenovo tells us, “The biggest challenge in getting to a 10/10 was balancing repairability with all the other expectations of a commercial device: performance, reliability, thermal efficiency, form factor, and design integrity. Repairability isn’t achieved by a single change: it requires many small, intentional decisions across the entire system, and each of those decisions can introduce trade-offs.

For local services, I don't see the benefit of using DNS challenges and a Let's Encrypt certificate over running my own CA and generating my own certificates. It's not that much work to trust my root certificate on each device, and then I don't need an internet connection to verify local service certificates.