Viewing profile — casept
casept
HN member- Joined
- Fri, Nov 04, 2016, 5:46 PM UTC
- HN karma
- 78
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About casept
No profile information was provided.
Recent public activity
-
comment
Comment #47058616
Most cheap watches are microcontroller-only. AsteroidOS is a Linux distro and therefore needs a chip capable of running some Linux variant.
-
comment
Comment #46028134
If you want desktop Integration, try distrobox.
-
comment
Comment #45713120
Sure, but one is much more likely to have some ARM(64) SBC / smartphone / tablet / IoT device laying around than a SPARC box. Those are much more likely to have Linux than NetBSD d…
-
comment
Comment #45680132
I've always had good experiences with TP-Link, just not their stock firmware. They're cheap and reliable OpenWRT devices.
-
comment
Comment #41502866
My experience with RR is that the chance of it working without hitting a missing syscall or desync is only about 50%, which is why I want a different solution that doesn't rely on …
-
comment
Comment #41501386
Does anything like the Antithesis hypervisor exist as open source? The closest I've seen is Qemu record/replay, but that's very slow (no KVM acceleration, no multicore), and broken…
-
comment
Comment #40656009
Only if you use their SDK. Quite a few parts of the chip lack actual register-level documentation, not so on the 2040.
-
comment
Comment #34492686
For vscode, I like the `arrterian.nix-env-selector` extension. Can IntelliJ be configured to simply use whatever JDK belongs to the `javac` in PATH? If so, it should suffice to sim…
-
comment
Comment #28878946
Why do you want to move off Android? Depending on the reason, your needs would probably be better met with an alternative Android distribution on Android hardware.
-
comment
Comment #27854861
Oh, it's absolutely possible as long as your brain is flexible enough to appreciate both minimalist and maximalist language design. Same goes for C and Rust.
-
comment
Comment #27835925
For languages with relatively uniform package ecosystems (like Rust and Go) there are tools that can generate Nix code for you from lockfiles with exact versions. In practice this …
-
comment
Comment #27835715
The (idiomatic) answer is based on the fact that your global environment doesn't need pync, weechat needs pync. Therefore, you override weechat's dependencies and inject the packag…
-
comment
Comment #27431562
GCC-RS will never have the same level of investment as rustc, which means that either it'll rot or the entire ecosystem will rot due being tied down waiting for it to catch up. Als…
-
comment
Comment #27373970
Given that you already have flakeified everything, it's not that hard to pull in a different version of nixpkgs and cherry-pick packages from it. I have a (somewhat complex) setup …
-
comment
Comment #27264481
The central government doesn't even want that pipe all that badly anymore, it's mostly the clowns governing the federal state of Mecklenburg-Prepommerania who want to continue.
-
comment
Comment #26654327
Very unlikely, the Android driver infrastructure is quite different from Linux.
-
comment
Comment #26454459
So you have a Google server running in your PC? Copyleft only requires disclosure for source code that's actually shipped (which definetly applies to Intel).
-
comment
Comment #26301006
That may be true for peripherals, but all a compiler has to care about is the core ISA. The board zoo is very much not relevant.
-
comment
Comment #26300968
CI builds should be locked to exact versions anyways, for the sake of reproducibility.
-
comment
Comment #25999459
Well, if the protocol is fundamentally broken there's no way to go but an incompatible rewrite.
-
comment
Comment #25852009
The screensharing can be worked around by building a somewhat hacky solution (recording the desktop to an XWayland window and sharing that, for example by using https://gitlab.com/…
-
comment
Comment #25330906
It's possible to have a locked bootloader (so no unsigned OS), but still have vulnerabilities in the vendor OS image that allow rooting (on devices that are 4 years out of date thi…
-
comment
Comment #25040360
Go is sufficiently trivial that anyone who dares call themselves a programmer can learn it in two weeks if they already have experience in some even remotely-related language.
-
comment
Comment #24983680
Put LineageOS on it.
-
comment
Comment #24967009
When was the democratic party ever truly "left"? My impression of them is that they were arguably mildly SocDem in the past, and then turned into (neo)liberals in the 90's. Liberal…