Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
efrecon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
efrecon
2mo ago
I used comaps on a hike. It really is good at not draining your battery. I've wanted to run it on my wear OS watch, but while you can sideload the APK, wearOS does not have a file browser, so it's not possible to import a planned
2.
▲
Fusion Programming Language
(fusion-lang.org)
113 points
by
efrecon
3mo ago
|
48 comments
3.
▲
by
efrecon
3mo ago
Fusion is a programming language designed for implementing reusable components (libraries) for C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C, all from single codebase.
4.
▲
by
efrecon
5mo ago
Indeed really quick and responsive
5.
▲
Naval shipwreck emerges in Sweden after being buried underwater for 400 years
(cbsnews.com)
5 points
by
efrecon
7mo ago
|
0 comments
6.
▲
by
efrecon
8mo ago
No. Act is for running actions locally. What was mentioned is a way to insert an SSH step at some well-chosen point of a workflow so you can login at the runner and understand what is wrong and why it's not working. I have written one
7.
▲
by
efrecon
8mo ago
I have written https://github.com/efrecon/sshd-cloudflared to solve the same problem. It provides you with an SSH connection inside a transient cloudflare tunnel. The connection is only accessible to the SSH public ke
8.
▲
by
efrecon
1y ago
Because awk understands "columns" better. echo '999 888' | awk '{print $2}' prints 888
9.
▲
by
efrecon
1y ago
Link from the homepage: https://openipc.org/supported-hardware/featured
10.
▲
by
efrecon
1y ago
This is really good! Thanks!
11.
▲
by
efrecon
2y ago
But then... One of those engineers quit and another one becomes seriously ill and cannot work for a longer period of time...
12.
▲
by
efrecon
2y ago
I would believe this is mostly due to panic rather than being stupid. At some point, for many people, your logical brain stops working.
13.
▲
by
efrecon
2y ago
Isn't contiki-ng another one?
14.
▲
by
efrecon
2y ago
That's what I meant indeed. The article never mentions busybox in the text, does it?
15.
▲
by
efrecon
2y ago
I've built dew for this. It "knows" about many of those apps (and where to get a container from). https://github.com/efrecon/dew . Adding a term app is usually just a matter of crafting an .env file with
16.
▲
by
efrecon
2y ago
That's really cool
17.
▲
by
efrecon
2y ago
Or better : use the --wrap option so it gets clearer that no wrapping on long lines happens .
18.
▲
by
efrecon
2y ago
I use ble.sh. I find it really good, even if a bit sluggish at times. The multi-line editing mode is god's end when trying little advanced snippets of shell.
19.
▲
by
efrecon
2y ago
This is both funny and scary. A quick look through some of them reveals (no links on purpose): - Some UI in Swedish to control the heating system (+warm water) of two houses - A host where the username and password are written in clear text
20.
▲
by
efrecon
2y ago
Downloading the tarball/zip with just a shell and regular utils is possible. See https://github.com/efrecon/ungit
21.
▲
by
efrecon
2y ago
Yes. But act isn't entirely compatible unfortunately. To run the "real" thing, my latest attempt is here: https://github.com/efrecon/gh-runner-krunvm . It let you create ephemeral runners in microVMs. As
22.
▲
by
efrecon
2y ago
I've just made a ShowHN [1] about my pet project [2] for the past few weeks. It let you run isolated runners on-prem from any OCI image using microVMs. The project uses a base image to form a minimal runner environment, and an image th
23.
▲
by
efrecon
2y ago
or Tramiel Operating System?
24.
▲
Show HN: Isolated microVM-based self-hosted GitHub runners
(github.com)
1 points
by
efrecon
2y ago
|
0 comments
25.
▲
by
efrecon
2y ago
I second that. At a past job we picked UDF for being the only format that would work across all platforms. That was before ExFAT got everywhere, but still seems like a good choice.
26.
▲
by
efrecon
3y ago
Yes. But if you Program , you do NOT want to use the aliases as they make your program hard to maintain over time. Little equivalent to banning short options and preferring long options in shell scripts. It makes the intent much clearer an
27.
▲
by
efrecon
3y ago
I've got that for rebasing: https://github.com/efrecon/docker-rebase
28.
▲
by
efrecon
3y ago
Also actions won't be able to checkout.
29.
▲
by
efrecon
3y ago
Yes
30.
▲
by
efrecon
3y ago
Compose is for single node setups. K3s runs in multi-nodes clusters.
More ›