Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fenollp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
fenollp
2y ago
> The asteroid mass needed to support one astronaut for one year is between 160 000 metric tons and 5000 metric tons. Even these orders of magnitude are correct, this is still 14t-438t of material to process /per day/ just for
2.
▲
by
fenollp
2y ago
Yes! I'm on this route myself, trying various things out at https://github.com/fenollp/reMarkable-tools Handwriting (in and out) support is very important IMO. Also being able to draw DAGs. I'd like an e-ink
3.
▲
by
fenollp
2y ago
What do you mean by "adding rootless"?
4.
▲
by
fenollp
3y ago
From the article: > Nothing in this diatribe argues that encryption at rest is creating a net negative, outside of it being represented as a be-all and end-all security measure. When I say encryption at rest is a scam, I’m talking about
5.
▲
by
fenollp
3y ago
I love seeing work in this space! I made a collaborative whiteboard app for the reMarkable a while ago: https://github.com/fenollp/reMarkable-tools It is packaged in the homebrew Toltec repo https://toltec-d
6.
▲
Dispatchable solar power using molten salt directly irradiated from above (2021)
(sciencedirect.com)
2 points
by
fenollp
3y ago
|
0 comments
7.
▲
by
fenollp
4y ago
https://github.com/moby/buildkit
8.
▲
by
fenollp
5y ago
ESC freezes it on Chrome on Linux.
9.
▲
by
fenollp
5y ago
We use K-Sortable Globally Unique IDs: https://github.com/segmentio/ksuid Some differences: 128 bit strongly generated payload (instead of 80 bits for ULIDs). Only 32 bit time precision but that's wall clock time
10.
▲
by
fenollp
5y ago
> I needed something that would manage all the containers without me having to ever log into the machine. Not saying this would at all replace Harbormaster, but with DOCKER_HOST or `docker context` one can easily run docker and docker-co
11.
▲
by
fenollp
5y ago
Here's the video with timestamp https://youtu.be/kIFjDV_zHaQ?t=1168 You mention different goals (from GA) and a will to open source (RK). The parent user seems to have found a way for you to publicize your business eff
12.
▲
by
fenollp
6y ago
Then you'd be interested by https://github.com/denzp/cargo-wharf And DOCKER_HOST, and BuildKit! And if any of this makes sense: https://fenollp.github.io/faster-rust-builds-docker_host
13.
▲
by
fenollp
6y ago
While this seems good to have a more efficient transport, I can't make sense of this > Since the subsequent IETF drafts 30 and 31 do not have compatibility-breaking changes, we currently are not planning to change the over-the
14.
▲
by
fenollp
6y ago
If you want to upgrade your Bazel dependencies using pinned semver constraints and a lockfile I've made this [0] for you. It superseeds http_archive and falls back to git_repository if needed. Just run `bazel sync`. See it working at [
15.
▲
Show HN: MediaPipe tutorial: Find memes that match your facial expression
(medium.com)
2 points
by
fenollp
6y ago
|
0 comments
16.
▲
by
fenollp
7y ago
From a quick look this looks like a subset of what https://repl.it/ provides (which is fine!). Any features / wild ideas you feel deserve more attention than a quick look?
17.
▲
by
fenollp
7y ago
Acoustics is such a high dimensional medium yet one humans can readily manipulate... This reminds me of [1] (2016), where they optimize a 3D series of conduits so that they produce the desired output signal (given object shape and output au
18.
▲
by
fenollp
7y ago
Maybe going a bit off tangent here but really let's all agree that Dockerfile.s are just not good enough for building any kind of software through time. There's no lockfile system and caching is just awkward to work with. Dockerfi
19.
▲
by
fenollp
7y ago
Were any thoughts given to a process dictionary implementation? One (maybe supervised) process per instance of the pd_ordset type. The process would only ever have one client so no locking needed. Only potential issue would be the cost of s
20.
▲
by
fenollp
7y ago
Could we see a comparison with both `-ldflags '-s -w'` and `CGO_ENABLED=0`? I feel like this would solve: > the Go standard library is not well modularized; importing just one function (fmt.Println) pulls in about 300KB of code
21.
▲
by
fenollp
8y ago
Points for helping against monopolies. I have been following the project for some years and am very happy to see it grow and on top of a functional front end at that! Now where is Futhark's GEMM implementation & the vs. CuDNN bench
22.
▲
by
fenollp
8y ago
IMO Erlang needs Elixir’s `|>` and `with` pipes. I voiced my opinion on the ML and kind of started working on it! I need https://bugs.erlang.org/plugins/servlet/mobile#issue/ERL-639 fixed first. I find Erl
23.
▲
by
fenollp
8y ago
> Some crypto funcs now randomly read an extra byte Can someone explain how this is a feature?
24.
▲
by
fenollp
8y ago
Soooo any way this can help run OS X in docker?
25.
▲
by
fenollp
8y ago
I wonder what this can mean for fuzzing, optimization, learning or any kind of task that has to do with tip-toeing into potentially high dimensional spaces?
26.
▲
by
fenollp
8y ago
echo -n is not POSIX. Use printf '%s\n' "$var" instead.
27.
▲
by
fenollp
8y ago
There's also "An Industrial Application of Mutation Testing: Lessons, Challenges, and Research Directions (2018)" by the same authors: https://ai.google/research/pubs/pub46907
28.
▲
by
fenollp
8y ago
So why a new spec format when there’s already OpenAPI, API Blueprint, RAML, ...? Is it just to support GraphQL?
29.
▲
by
fenollp
8y ago
I hope it's the last Terry Gilliam movie that's ever becoming true! (Brazil, 1985)
30.
▲
by
fenollp
8y ago
Code is at https://github.com/w8rbt/blooming_password but is private/404 right now.
More ›