Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ImJasonH
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ImJasonH
29d ago
Excellent read, I loved it. Incidentally, the image seems to be the one the resort uses on their website! https://oanresort.wixsite.com/chuuk
2.
▲
by
ImJasonH
1mo ago
nah we'll verb anything
3.
▲
Show HN: How far do I have to go to run into 100k people?
(imjasonh.github.io)
71 points
by
ImJasonH
2mo ago
|
48 comments
4.
▲
by
ImJasonH
2mo ago
Fun easter egg: the barcode on the cover (the one on the left at least) is for the book's ISBN.
5.
▲
by
ImJasonH
2mo ago
https://www.nola.com/news/hurricane/weather-satellite-goes-1... explains a bit more what this is, and what this means. > The main NOAA satellite for tracking Atlantic, Gulf Coast hurricanes is out until further
6.
▲
by
ImJasonH
2mo ago
Already been done https://grit-scm.com/
7.
▲
by
ImJasonH
2mo ago
I fell down a YouTube hole and watched all of these Derail Valley playthroughs: https://youtu.be/JSONttyEJ4o Highly recommend if you like having something interesting on in the background.
8.
▲
by
ImJasonH
3mo ago
Relatedly, I vibecoded this a few days ago for fun: https://imjasonh.github.io/kubescheduler-the-game/ It was fun.
9.
▲
Kubescheduler: The Game
(imjasonh.github.io)
1 points
by
ImJasonH
3mo ago
|
0 comments
10.
▲
by
ImJasonH
4mo ago
Unfortunately due to the limitations of a valid image ref you can't include creds like that. You can fork the registry and include your own creds in the backend when it pulls the repo though.
11.
▲
by
ImJasonH
4mo ago
AFAIK people only begrudgingly pay for Docker and it does way waaay more. I have yet to receive any commercial interest in any of these tools :)
12.
▲
by
ImJasonH
4mo ago
You absolutely can just build things and put them on base images without building or pulling the base image at any point. This is a central feature of ko, a simple container build tool for most Go applications: https://ko.build
13.
▲
by
ImJasonH
4mo ago
I love seeing folks learn that container images are just fancy tar files and JSON and are therefore buildable by normal tools. Along my own journey of demystification I made a few toy container image registries over the years that generated
14.
▲
by
ImJasonH
4mo ago
What's NASA :)
15.
▲
Containers Are a Security Boundary (some assembly required)
(ram.tianon.xyz)
4 points
by
ImJasonH
4mo ago
|
0 comments
16.
▲
by
ImJasonH
4mo ago
I'm really interested to see what folks can do with animated Gaussian splats: https://youtu.be/X8yRlA7jqEQ?si=dXeHa03jO7MTBNLA The filesize of a 3d animated splat is seemingly very small, and the method enables ~arbitr
17.
▲
by
ImJasonH
5mo ago
In the US we have the Super Bowl Flush: https://medium.com/nycwater/the-big-flush-on-super-bowl-sund...
18.
▲
by
ImJasonH
5mo ago
Can you create it?
19.
▲
Cerberus Anti-theft is stalkerware: a reverse engineering
(hexproof.dev)
4 points
by
ImJasonH
5mo ago
|
0 comments
20.
▲
by
ImJasonH
5mo ago
The first time I'd heard of this was via https://github.com/jonjohnsonjr/dagdotdev/blob/main/internal... which powers https://oci.dag.dev to let you browse OCI images (e.g., https:/
21.
▲
by
ImJasonH
5mo ago
Reminds me of: https://www.youtube.com/watch?v=fqYyxvM85zU
22.
▲
by
ImJasonH
5mo ago
I did not get that impression from these docs or from a brief look through the gh CLI codebase. Can you point to evidence that makes you believe this is used to collect metrics about requests to other services?
23.
▲
by
ImJasonH
5mo ago
Do people think that GitHub isn't already collecting and aggregating all the requests sent to their servers, which is after all the entire point of the gh CLI? If you don't want your requests tracked, you're going to have to
24.
▲
by
ImJasonH
5mo ago
Why would OpenAI have bought stars for openai-fm I wonder?
25.
▲
by
ImJasonH
5mo ago
On this topic, there was a great episode of a little-known podcast about Python cryptography and OpenSSL that was really eye opening: https://securitycryptographywhatever.buzzsprout.com/1822302/... :)
26.
▲
by
ImJasonH
5mo ago
It's pretty easy to write your own. I made this one a while ago: https://github.com/chainguard-dev/crow-registry
27.
▲
Show HN: Portcullis, a review gate for curl|bash
(github.com)
5 points
by
ImJasonH
6mo ago
|
1 comments
28.
▲
by
ImJasonH
6mo ago
The leaked source code is fake? Or it's the real code that they leaked purposefully to generate buzz? Either way I'm not sure I believe it's worth the effort. People have been talking about Claude Code plenty without having t
29.
▲
Stop using ldflags to embed Go build information
(github.com)
3 points
by
ImJasonH
6mo ago
|
1 comments
30.
▲
by
ImJasonH
6mo ago
tl;dr debug.ReadBuildInfo has basically everything you need
More ›