Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
queezey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
queezey
12d ago
This approach is actually ideal for Docker ignore files to reduce bloat of your Docker images.
2.
▲
by
queezey
1y ago
Unfortunately, Pivotal Tracker was decommissioned on April 30, 2025. It's dead and gone. Related HackerNews discussion: https://news.ycombinator.com/item?id=41591622
3.
▲
by
queezey
1y ago
This would be a great advertisement for security consulting. "I was just able to run arbitrary code on your computer. Here is a sample of your recent browser history. Let me tell you help you mitigate your security vulnerabilities.&quo
4.
▲
by
queezey
4y ago
Nintendo 64’s RSP (Reality Signal Processor) was effectively a vector-optimized MIPS CPU, so its “microcode” was really just MIPS assembly. The “micro” aspect of RSP microcode came from the 4KB Instruction Memory and 4KB Data Memory that th
5.
▲
by
queezey
4y ago
Related reading from DHH (creator of Ruby on Rails, Basecamp, and Hey): https://world.hey.com/dhh/why-we-re-leaving-the-cloud-654b47...
6.
▲
by
queezey
4y ago
FYI: Your link for Overmind is to the wrong project. The process manager is https://github.com/DarthSim/overmind The article currently links to a deprecated Angular.js project with the same name ( https://git
7.
▲
by
queezey
4y ago
Not a retail release, but 2MB is plenty for homebrew development. For example, there is a clone of Flappy Bird[1] written for the open-source LibDragon SDK[2] that works great on PicoCart64. With FPGA-based flash carts increasing in price a
8.
▲
by
queezey
5y ago
The “jitter” of PSX graphics is caused by a number of factors: https://retrocomputing.stackexchange.com/a/5021 Incidentally, the Nintendo 64 also used fixed point numbers in RDP graphics instructions, but did not exhib
9.
▲
by
queezey
6y ago
> These improvements are available to users running watchOS 6.2 [...] I would like more information about Safari being available on Apple Watch. Normally I'd think it's inclusion was an accident or oversight, but it's ment
10.
▲
by
queezey
8y ago
I am not a/your lawyer, but what you are describing is known as a ["Holographic Will"]( https://www.investopedia.com/terms/h/holographic-will.asp ). Such a document may not be sufficient depending on
11.
▲
by
queezey
9y ago
Very cool. I noticed that it's mangling some of my URLs, though. `/!0ead1aEq` is getting turned into `/%210ead1aEq` (the exclamation point is getting percent-encoded), which leads to a bunch of spurious 404 errors. https:&#x
12.
▲
Bi-Directional Cursor Pagination with React.js, Relay, and GraphQL
(medium.com)
1 points
by
queezey
9y ago
|
0 comments