Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
boronine
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
boronine
8d ago
I use this script for provisioning runners (with org-level single use access token). https://github.com/vbem/multi-runners The motivation is simply to have the runners share a local docker build cache rather than pushi
2.
▲
by
boronine
3mo ago
For any small team wanting to try Copilot, heed my warning that you will waste hours navigating their billing settings using various out-of-date documentation. Long story short, I finally got an email from them saying that "Copilot Bus
3.
▲
by
boronine
4mo ago
For anyone wondering, you can use Aerospace purely as a workspace switching solution without the tiling: https://www.boronine.com/2025/02/09/Instant-Workspace-Switch...
4.
▲
by
boronine
9mo ago
You can literally download a file called LineageOS_on_arm64.utm from the Releases page, drag and drop it into UTM and it Just Works. I've been looking for this holy grail for years. (Seems that the bulk of the work is done by some hero
5.
▲
LineageOS for QEMU Virtual Machines
(github.com)
15 points
by
boronine
9mo ago
|
4 comments
6.
▲
by
boronine
9mo ago
I went down this rabbit hole before, you have to ignore all the recommended approaches. The real solution is to have a build server with a global Docker install and a script to prune cache when the disk usage goes above a certain percentage
7.
▲
by
boronine
1y ago
Wow, this might be the best use of HSLuv so far, I'm going to add it to the examples page https://www.hsluv.org/examples/
8.
▲
by
boronine
1y ago
I also used yabai for this purpose but found a solution that doesn’t require messing with security: https://www.boronine.com/2025/02/09/Instant-Workspace-Switch...
9.
▲
by
boronine
1y ago
I had some success experimenting with this: https://github.com/boronine/the-landing-pad#modeling-a-secti...
10.
▲
h2tunnel – TCP over HTTP/2
(boronine.com)
3 points
by
boronine
1y ago
|
0 comments
11.
▲
by
boronine
1y ago
This is the correct answer. Pro-tip: use Django admin as a user facing interface in your prototype, then you won’t even need to write HTML templates, let alone client-side JS.
12.
▲
by
boronine
2y ago
Here you go: https://www.boronine.com/2025/02/09/Instant-Workspace-Switch...
13.
▲
by
boronine
2y ago
I have been using AeroSpace for this purpose for over a year. I simply disable all the tiling features in the config and only use two shortcuts: switch to workspace and move current window to workspace. It's absolutely essential when w
14.
▲
by
boronine
2y ago
Oh looks like we misunderstood each other. The fact is that h2tunnel is not using SSH, because my goal was a minimal Node.js native solution. So I had to look for a built-in alternative for multiplexing and found HTTP2.
15.
▲
by
boronine
2y ago
SSH does some kind of lower-level multiplexing. Multiplexing is unavoidable here because the local server must maintain simultaneous TCP connections that must be somehow distinguished between each other whereas the tunnel is just a stream o
16.
▲
by
boronine
2y ago
Let me know how to goes! And watch for an update this week. I'm writing thousands of lines of tests to iron out all the event handling quirks in case of bad network conditions etc. I want to make it rock solid.
17.
▲
H2tunnel – ngrok alternative for Node.js in 600 LOC and no dependencies
(github.com)
45 points
by
boronine
2y ago
|
13 comments
18.
▲
by
boronine
2y ago
I was able to keep my code small by leveraging existing protocols: TLS for authentication and HTTP2 for multiplexing, stuffing simultaneous HTTP1 requests onto a single TLS-encrypted tunnel socket. Hopefully I'll make it on the hall of
19.
▲
by
boronine
2y ago
I think most of this is covered by a good Decimal API, currency stuff probably shouldn't be embedded into a language because it changes: currencies come and go, get redenominated etc. Although one simple thing that would be useful is k
20.
▲
by
boronine
2y ago
I am happily using a few other AWS services for this project, provisioned by CDK. I thought I could simplify things my getting rid of Heroku altogether but this turned out to be an incredibly frustrating rabbit hole with no solution in sigh
21.
▲
by
boronine
2y ago
I should have mentioned in my original post that my web server also has a background process which needs to be a singleton. I could split it off into a separate container, but this will require a third container because they need a shared c
22.
▲
Ask HN: Is there any service on AWS that enables *INSTANT* deployment?
1 points
by
boronine
2y ago
|
8 comments
23.
▲
by
boronine
2y ago
What kind of isolation do you need? We are building our own code so I don't see the need for isolation beyond a clear directory.
24.
▲
by
boronine
2y ago
I've spent days trying all of these solution at my company. All of these solutions suck, they are slow and only successful builds get their layers cached. This is a dead end. The only workable solution is to have a self-hosted runner w
25.
▲
by
boronine
3y ago
That DMARC link talks about "From: rewriting" with a similar example using "via". I suppose this addresses the "spoofing" part of my question, thanks! I would still like to know more about this practice in tran
26.
▲
Ask HN: Why are most web services "spoofing" the From email header?
2 points
by
boronine
3y ago
|
2 comments
27.
▲
by
boronine
3y ago
To be clear, I find IntelliJ extremely fast, surprisingly so in fact. I was only looking for alternatives out of curiosity.
28.
▲
by
boronine
3y ago
Very interesting, I'm going to test this. Seems that Rust is the best supported language?
29.
▲
Ask HN: High performance, low latency IDE suggestions
5 points
by
boronine
3y ago
|
11 comments
30.
▲
Ask HN: Why are most web services spoofing the "From" header?
3 points
by
boronine
3y ago
|
0 comments
More ›