HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yonatan8070

1,012 karmajoined 3 वर्ष पहले

Submissions

"Long-Term Support" doesn't mean what you think

pointieststick.com
4 points·by yonatan8070·2 माह पहले·2 comments

Is your steak dead? [video]

youtube.com
2 points·by yonatan8070·10 माह पहले·0 comments

comments

yonatan8070
·23 घंटे पहले·discuss
I assume it depends mostly on what frequency and TX power the drone in question is using, as well as the RF environment you're operating in and the noise floor of the SDR
yonatan8070
·4 दिन पहले·discuss
Reading all the comments here about how awful new cars are really reinforces my choice to buy a 2016 Nissan Micra as my first (and currently only) car.

It is capable of beeping, but only does it if I leave the handbrake up or start driving without a seatbelt.

I don't have modern comforts like a backup camera, cruise control, or those fancy motorized seats some cars have. But it does it's job. I push on the go pedal and it goes, I push on the stop pedal and it stops.

I also recently installed an Android Auto capable head unit, so I don't need to illegally interact with my phone to navigate places.
yonatan8070
·17 दिन पहले·discuss
I'm pretty sure every book I've seen has a page that says you're not allowed to copy/scan/photograph it.
yonatan8070
·25 दिन पहले·discuss
One word: "Courage"
yonatan8070
·25 दिन पहले·discuss
Serially.

You read something, get reminded you have car sickness, then look out of the window to try to cure it and not vomit
yonatan8070
·पिछला माह·discuss
This is also the case for the TP-Link Decos we were using, you can only configure and manage them from the app, no local web UI in sight*

And it's not like a mobile app unlocked some new features that couldn't be implemented in a browser. The app is slow, sluggish, and basic things like adding a DHCP reservation took multiple tries to succeed, each taking an agonizingly long time of watching a spinner.

If you contrast this with my home MikroTik, the UI is less "your grandma could configure it" simple, but it's fast, available over local web, SSH, desktop app, mobile app, and I think also an API, and has every feature I can think of from basic bridging to complex routing and firewalling.

* there was a very basic web UI that I recall had like 1 or 2 settings, don't remember which exactly.
yonatan8070
·पिछला माह·discuss
You'd be surprised, at work we recently had a contractor install a new office network (growing startup upgrading from the home grade units we had before), they recommended HP Aruba Instant On, and the guy did all the setup on his phone with their app.

Now that it's my network to manage, I have to say that while it's a huge upgrade from the TP-Link Deco units we had before, the cloud management just makes it worse. The web UI is slow, probably because every click requires a round trip from my laptop, to a datacenter somewhere, to the router/switch/AP 5m away from me, back to the datacenter, and back to my laptop.
yonatan8070
·पिछला माह·discuss
It's like these for other families too, you've got your STM32, then you can get the sub-models ranging from entry-level STM32C0 to the full Linux chips like the STM32MP2, with lots of options in the middle
yonatan8070
·पिछला माह·discuss
In Israel it's the de-facto standard way to communicate. If I'd even suggest to someone to switch to Signal, I'd get laughed out of the room.
yonatan8070
·2 माह पहले·discuss
I wouldn't call it marketing fluff, it's a technical term that's often misunderstood.
yonatan8070
·2 माह पहले·discuss
Bluetooth tethering is a thing, and I believe is enabled by default on Android, maybe it's using that?

For me on Android 16, the setting is in Network & internet > Hotspot & tethering > Bluetooth tethering
yonatan8070
·2 माह पहले·discuss
I feel like the parent comment was sarcasm
yonatan8070
·2 माह पहले·discuss
> It's not X, it's Y = AI pattern.

Yeah, a human has never used this pattern before! Good thing AI always leaves this digital signature which is never wrong, so you always know if the person on the other end has used AI.
yonatan8070
·2 माह पहले·discuss
Another issue I've noticed is they're sometimes very resourceful. For example when Codex can't directly edit file due to sandboxing restrictions, rather than asking "hey can I apply this diff on the file", it'd ask for permission to run a `cat EOF` command to re-write the whole file, which the UI doesn't surface properly (just shows the first line...).

This sounds similar to what's described in the "Claude deleted my DB post", it decided "I need to do X", then searched for whatever would let it do X, regardless of intended purpose.
yonatan8070
·2 माह पहले·discuss
I'd say certianly yes. At my company we've set up an experiment: we've forked our monorepo and gave several agents (OpenClaw, Claude code, GH Copilot reviewer, Codex) full R/W access and a Slack channel where we give them tasks and they carry them out. The fork shows 490 commits ahead, 10 commits behind our real repo (we're only a couple people, and use "Squash and merge" on PRs).

They naturally produce bugs at an astonishing rate, and we don't review the code ourselves, but the project is growing faster than their context windows, and I believe we'll drop it soon.
yonatan8070
·2 माह पहले·discuss
Lenovo has re-invented this particular wheel to fit in laptops, some ThinkPads come with a proprietary Ethernet port which is around the size of USB-C, just with Ethernet signals. And you can get a passive breakout adapter to convert it to RJ45 (idk if it's included with the laptop).

https://www.lenovo.com/us/en/p/accessories-and-software/cabl...
yonatan8070
·3 माह पहले·discuss
I don't really run heavy loads on my home server, so I haven't thought of that

Makes sense, thanks!
yonatan8070
·3 माह पहले·discuss
It's undoubtably a cool solution, but in why do you need to remotely do a hard power cycle? Won't just SSHing in and rebooting be enough?
yonatan8070
·3 माह पहले·discuss
I agree that it shouldn't have SSH enabled, but I do like that the firmware isn't encrypted or signed, so it's not hard to mod it, at no cost to thr manufacturer
yonatan8070
·3 माह पहले·discuss
Having the firmware image just be a boring old tarball + hash sounds super nice. I wish more devices were this open, and I hope Rode won't see this and decide to lock the firmware upgrades down.