HackerTrans
トップ新着トレンドコメント過去質問紹介求人

wryun

no profile record

投稿

[untitled]

1 ポイント·投稿者 wryun·3 か月前·0 コメント

Neo6502 the credit card size Open Source Retro computer with W65C02 processor

olimex.wordpress.com
2 ポイント·投稿者 wryun·3 年前·0 コメント

Wrench Embedded Interpreter

northarc.com
56 ポイント·投稿者 wryun·3 年前·20 コメント

Ask HN: Tell me what programming project I should finish

9 ポイント·投稿者 wryun·4 年前·18 コメント

コメント

wryun
·7 か月前·議論
OpenWrt devs had this epiphany many years ago:

https://openwrt.org/docs/techref/ubus https://openwrt.org/docs/techref/ubus#what_s_the_difference_...

(no endorsement implied; in particular, ubus has not much of a security model, though OpenWrt has an excuse for that)
wryun
·8 か月前·議論
Which doesn't mean that it's easy to use an ARM device in the way I'd want to (i.e. as a trouble-free laptop or desktop with complete upstream kernel support).
wryun
·8 か月前·議論
I guess you must be doing trickier things than I ever have. I've found docker's emulation via qemu pretty reliable, and I'd be pretty surprised if there was a corner case that wouldn't show on it but would show on a native system.
wryun
·8 か月前·議論
Surprising. Cross compilation too annoying to set up? No CI pipelines for things you're actually deploying?

(I'm keen about ARM and RISC-V systems, but I can never actually justify them given the spotty Linux situation and no actual use case)
wryun
·8 か月前·議論
The tree mesh thing you're thinking of is actually just EasyMesh (it's a standard!). We're using prplmesh.

But yes, 11s Mesh also works. Let us know on the forum (https://community.morsemicro.com/) or via github (https://github.com/MorseMicro/) if you're having issues. Err, I work for Morse in case that wasn't clear.
wryun
·10 か月前·議論
But what if you're using mesh or running an AP? Won't the software out of the box allow you to set the regdomain to AU?
wryun
·10 か月前·議論
If this is like the RPI4 with a single global model I'm wondering how it passes FCC regs, in that presumably the Wi-Fi is flexible enough to transmit on illegal US channels (i.e. Ch 12-14 on 2.4).

Am I missing something?
wryun
·12 か月前·議論
They do have: https://github.com/jolibrain/colette/blob/main/pyproject.tom...

I agree it's better to have the full licence at top level, but is there a legal reason why this would be inadequate?
wryun
·昨年·議論
Search for WiFi HaLow.

(I work for Morse Micro; we can do 30mbps udp)
wryun
·昨年·議論
On most openwrt devices you can compare /rom/etc/config to /etc/config (though this will get you a bunch of automatic changes as well).
wryun
·2 年前·議論
Just use a Surface Go? Tablet linux has been working well for years...
wryun
·3 年前·議論
https://en.m.wikipedia.org/wiki/Masters_of_Rome is an enjoyable fictionalised account.
wryun
·3 年前·議論
But also:

https://www.theguardian.com/business/2023/sep/06/deezer-and-...
wryun
·3 年前·議論
My vote is for x32.

(you didn't know? https://wiki.debian.org/X32Port)
wryun
·3 年前·議論
I like it, but it feels funny to have this discussion without acknowledging this is really similar to pjax/turbolinks. Ok, now I'm feeling better; carry on!
wryun
·3 年前·議論
Or nftables...
wryun
·3 年前·議論
The sweet spot in my opinion is to use an ordinary Linux box as the router and just wire up whatever wireless router(s) you have lying around for the APs (give them a static address in the appropriate subnet and you're done). No need to run OpenWRT on on the AP, since it's just mindlessly pushing packets around on the internal network.

For bonus points, block it from accessing the internet itself.
wryun
·3 年前·議論
Figure out why docker and snap are broken?

---

You could use https://wiki.debian.org/nspawn unless it's really old.
wryun
·4 年前·議論
I believe you can somewhat mitigate these concerns by reading and removing the secrets on startup, ideally whitelisting the entire env.
wryun
·4 年前·議論
Yeah, good thought, though I worry that would add another layer of planning and make it seem more like work. Probably should do Mik.