Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
boustrophedon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
boustrophedon
4mo ago
Yes, if anything the issue is that the House was capped in seats in 1929 and the population has tripled. Smaller states have an outsized representation in Congress currently.
2.
▲
by
boustrophedon
8mo ago
The contradiction he's pointing out is that they often speak out against so-called "illegals", but as you've documented they enjoy it when business reap the benefits of undocumented labor (i.e. wage suppression).
3.
▲
by
boustrophedon
1y ago
The excessive amount of emdashes does seem to imply it's LLM slop ragebait. The prompt probably included "make intentional mistakes in your arguments to drive engagement" or something like that.
4.
▲
by
boustrophedon
2y ago
I haven't downloaded your model but https://www.i-solids.com/ (US-based, FDM and MJF) and https://www.weerg.com/ (Italy, mostly MJF ) will both do instant quotes and you might get reasonable prices fro
5.
▲
by
boustrophedon
2y ago
Thanks! Feel free to file an issue if there's something missing from the library or the daemon.
6.
▲
by
boustrophedon
2y ago
Related self-promotion: I built pgtemp ( https://github.com/boustrophedon/pgtemp ) to automate doing exactly these mkdir/initdb/load/destroy steps.
7.
▲
by
boustrophedon
2y ago
I made https://github.com/boustrophedon/pgtemp to solve this for myself
8.
▲
by
boustrophedon
2y ago
Thanks for writing the blogpost! I think it's perfectly valid as a fun demonstration of the utility of the wayback machine.
9.
▲
by
boustrophedon
2y ago
The `parse_program` function is public inside the `bc_util::parser` module, and the parser module is marked public inside `bc_util`, but in the `calc/src/bc.rs` file the `bc_util` mod isn't public, and can't be accessed
10.
▲
by
boustrophedon
2y ago
There are several sites with instant quotes that are cheaper than Shapeways. PCBWay and JLCPCB both offer similarly-priced very cheap 3d printing and CNC services out of China. Weerg in Italy also offers 3d printing and CNC services and I&#
11.
▲
by
boustrophedon
2y ago
I'm not sure if it's related, but I have the git branch in my PS1 and I've noticed that it's much slower to show a new prompt when inside very large repositories now, and I don't think that was the case previously.
12.
▲
by
boustrophedon
2y ago
I built this weather forecast / todo list with the weather.gov and todoist APIs https://harrystern.net/halldisplay.html
13.
▲
by
boustrophedon
2y ago
Linux has seccomp and landlock, which are basically harder-to-use versions of pledge/unveil.
14.
▲
by
boustrophedon
2y ago
Since the author mentioned rewriting it in Rust, I recently added support to my library extrasafe that allows you to sandbox your own code: https://harrystern.net/extrasafe-user-namespaces.html So if you wanted to call ff
15.
▲
"Containerize" individual functions in Rust with extrasafe
(harrystern.net)
3 points
by
boustrophedon
2y ago
|
0 comments
16.
▲
Pgtemp: The easiest way to write tests with Postgres, no Docker necessary
(github.com)
2 points
by
boustrophedon
3y ago
|
1 comments
17.
▲
by
boustrophedon
3y ago
I made a Rust library and cli tool that starts a clean postgres instance for each test. The daemon version transparently proxies your connection to a new postgres server every time you connect to it.
18.
▲
by
boustrophedon
3y ago
I think the biggest underlying difference is that Rust does not have a language runtime, whereas the other three you've listed do. Since the language runtime can preempt your code at any time, it becomes a lot easier to make async work
19.
▲
by
boustrophedon
3y ago
Without specifying a particular representation[0] on the struct you want to put in "permanent memory", this seems liable to break any time you recompile the code with different optimization flags, or with a newer or older compiler
20.
▲
by
boustrophedon
3y ago
There are a lot of companies that make electronics enclosures. Some of them are waterproof. Usually they have a couple pre-drilled mounting flanges to screw in the board as well, and then you'd drill your own external holes for input&#
21.
▲
Show HN: Extrasafe – use seccomp and Landlock to make your Rust code extra safe
(github.com)
1 points
by
boustrophedon
3y ago
|
0 comments
22.
▲
by
boustrophedon
3y ago
Non-root can use seccomp-bpf. Chrome already does.
23.
▲
by
boustrophedon
3y ago
Thanks for the detailed markup! I'm going to take a look at the code tomorrow and see if there's some obvious mistake I've made with the highs/lows. I do remember doing some filtering to only show the lows after noon bec
24.
▲
by
boustrophedon
3y ago
The vendor toolkit is in C, so often you'll see for newer boards that Arduino/CircuitPython/etc don't support it yet because they have to build their own wrappers. Rust lets you use bindgen to basically immediately have
25.
▲
by
boustrophedon
3y ago
Thanks for the explanation! I didn't know it was possible to turn off the crystal at all. Maybe I'll splurge for a CurrentRanger as well. I'm definitely on board with changing batteries as infrequently as possible.
26.
▲
by
boustrophedon
3y ago
Is there a way to fully turn off the RTC on the esp and still go into sleep, or are you using the external RTC to enable/disable the chip itself? I noted this in the "future work" section but I don't have a way to actual
27.
▲
by
boustrophedon
3y ago
It seems accurate enough at least to pick out clothes for the day. The precipitation forecast sometimes is a bit overzealous later out in the week but seems pretty accurate for the next 24 hours or so.
28.
▲
by
boustrophedon
3y ago
Yours looks way better than mine - I intentionally didn't show the inside because it's a mess of wires and the screen is held on with masking tape and blue sticky tack and the waveshare esp board wasn't really designed to be
29.
▲
by
boustrophedon
3y ago
Somehow I completely did not notice this - this must be the bug another commenter (doodlebugging) is talking about. Thanks for pointing it out!
30.
▲
by
boustrophedon
3y ago
I could have explained that better. The numbers on the Y axis indicate the min/max for the week, and the ones next to the days of the week are min/max for the day. The temperature graph is also scaled to not go all the way to the
More ›