Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
geoffhill
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
geoffhill
10mo ago
One of my agents is kinda like this too. The only operation is SPARQL query, and the only accessible state is the graph database. Since most of the ontologies I'm using are public, I just have to namedrop them in prompt; no schemas and
2.
▲
by
geoffhill
1y ago
Both Clang and GCC have musttail attributes than can force tail calls at specific return statements in C/C++.
3.
▲
Magenta RealTime: An Open-Weights Live Music Model
(magenta.withgoogle.com)
2 points
by
geoffhill
1y ago
|
0 comments
4.
▲
by
geoffhill
2y ago
Idk, `o3-mini-high` was able to pop this Prolog code out in about 20 seconds: solve(WaterDrinker, ZebraOwner) :- % H01: Five houses with positions 1..5. Houses = [ house(1, _, norwegian, _, _, _), % H10: Norwegian lives in
5.
▲
by
geoffhill
2y ago
I found myself empathizing more with MrBeast and his kid audience than the grump who wrote this article.
6.
▲
by
geoffhill
4y ago
> When we use the $10B satellite that took 25 years to build, we must be secretive about why we point it at a certain part of the sky. > Then we must gatekeep all data for up to a year, in order to better take personal credit for the
7.
▲
by
geoffhill
4y ago
You're gonna want that TrueCoat though...
8.
▲
by
geoffhill
5y ago
> not copying and pasting code https://news.ycombinator.com/item?id=27710287
9.
▲
by
geoffhill
6y ago
For cheap esp32-based smartwatches and wristbands, I've had good success with LILYGO and the esp-idf toolchain. $18 T-Wristband: https://www.aliexpress.com/item/4000527495064.html $26 T-Watch-2020: https:/&#
10.
▲
by
geoffhill
6y ago
I use NewsBlur in Firefox and via the Android app, and I'm very happy with it.
11.
▲
by
geoffhill
7y ago
I like popcount for converting a 2^N-bit uniformly-distributed random number into a N-bit binomially-distributed one. Each bit of the input simulates a random coin flip.
12.
▲
by
geoffhill
8y ago
None of the other replies try to explain specifics of how this works, so let me illustrate an example of two teams collaborating to add Feature X to the monorepo without branching: 1) Team A checks in their code to provide Feature X. Their
13.
▲
by
geoffhill
13y ago
Most notably missing from this page: how, where, and when can I get one?
14.
▲
by
geoffhill
13y ago
I like this idea a lot! A less powerful solution implemented completely locally: A "known_hosts" file for SSL certificates for repeat visits. As long as you've visited a site once before, any subsequent visits will be safe. T
15.
▲
by
geoffhill
13y ago
Here's the actual commit that was reverted, for anyone curious like me: http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/com... Doesn't exactly seem like a lot of work to support this.
16.
▲
HAVEGE: An LGPL random number generator using CPU non-determinism
(issihosts.com)
2 points
by
geoffhill
13y ago
|
0 comments
17.
▲
by
geoffhill
13y ago
Amazon Web Services does offer a worldwide CDN, CloudFront. http://aws.amazon.com/cloudfront/
18.
▲
Joe Armstrong: Solving the wrong problem
(joearms.github.com)
237 points
by
geoffhill
13y ago
|
168 comments
19.
▲
by
geoffhill
14y ago
Racket supports running multiple (sometimes incompatible) dialects of Scheme through the use of a #lang directive. If you prefix your program with "#lang racket", you get the definitions for the full Racket language, with all of the extensi
20.
▲
Monadic music composition in Haskell
(geoffhill.org)
4 points
by
geoffhill
14y ago
|
0 comments
21.
▲
by
geoffhill
14y ago
> Valve has granted these Intel Linux developers complete access to the game's source-code, including the Source Engine. This has allowed Intel's Linux developers to better investigate possible optimizations and tweaks to their driver
22.
▲
by
geoffhill
14y ago
So speaking just in terms of the JRE, is there any reason to download it from Oracle instead of Apple? A separate Oracle updating program is a much less elegant solution than the current Software Updates integration that Apple uses.
23.
▲
by
geoffhill
14y ago
Just go into your About Me and enable "hidden from timeline" for the @facebook.com email address. Now everything is back to normal.
24.
▲
by
geoffhill
14y ago
This attitude is extremely anticompetitive. Big guys like Craigslist need to give away their customer base just because they're big? That doesn't make sense to me.
25.
▲
by
geoffhill
14y ago
> "It's hosted on SourceForge, just kidding that was weird and scary" How the world has changed...
26.
▲
by
geoffhill
14y ago
More clutter.
27.
▲
by
geoffhill
14y ago
Probably a much better idea with the gift of hindsight. However, Objective-C is more than 28 years old, and Go is just 3 years old at time of writing. The Go language has changed and continues to change a lot, and tying such a large platfor
28.
▲
by
geoffhill
14y ago
This article makes no mention of SOPA. The title doesn't correspond to the article. ACTA is a more appropriate analogue, according to the story.
29.
▲
by
geoffhill
14y ago
Don't sweat it; Linus's needs are far different from the rest of us. We're talking about the guy here who made Git just to have a tool that perfectly conformed to his ideal kernel development process. Since his job is basically to be a fu
30.
▲
by
geoffhill
14y ago
No, Dirac is based on wavelet transforms, which have different math behind them, not using Fourier transforms. This Sparse Fourier Transform (which the authors are now calling the sFFT) would be more useful for traditional FFT/DCT compressi
More ›