Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bazzargh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bazzargh
16d ago
yes, you can't stick with a 32 bit account any more, needs 64.
2.
▲
by
bazzargh
20d ago
Interestingly, the 10-lines-of-basic competition, which has been running the last 15 years ( https://itch.io/profile/bunsen ), has this covered in the rules: 15. If the game is controlled with the keyboard, use "O&q
3.
▲
by
bazzargh
22d ago
It'd be nice to be able to permalink to the view for a specific location While that'd be useful for things like telling someone else what buses they can get, planning a trip, etc, what I actually tried to do was to link to the Kil
4.
▲
by
bazzargh
3mo ago
Our experience has been the direct opposite. The way to get the most out of cursor was to leave it on auto - we saw it average around 3.9 cents per request under the old contract (per-seat pricing) and more like 39 cents per request under t
5.
▲
by
bazzargh
7mo ago
I quite enjoyed their Omega Mart in Vegas. Was there for work and gambling, shows, and gun ranges are really not my thing, glad there was something different. (I did wander round the strip but enjoyed the hike in Red Rock Canyon more) When
6.
▲
by
bazzargh
7mo ago
I think maybe https://oeis.org/A263499 You can shorten the candidates list quite a bit: https://oeis.org/search?q=author%3A%22Chai+Wah+Wu%22+2015+Pr... The article says "Spring 2015" but in fact t
7.
▲
by
bazzargh
8mo ago
I was doing something related for genuary recently, but with different constraints - I wanted to make a photgraph look painted in a fauvist style, with visible brushstrokes (and a vivid, unrealistic colour scheme). When you're overlayi
8.
▲
by
bazzargh
8mo ago
You would find things in there that were already close to QM and relativity. The Michelson-Morley experiment was 1887 and Lorentz transformations came along in 1889. The photoelectric effect (which Einstein explained in terms of photons in
9.
▲
by
bazzargh
8mo ago
It's been shared here many times, but Terence Eden has a great anecdote about how the UK's GDS standards - lightweight, simple html - meant the site was usable even on a crappy PSP https://shkspr.mobi/blog/202
10.
▲
by
bazzargh
9mo ago
it works for any number of integers. The first proof above (before tl;dr) is showing that every positive integer has a unique representation as a sum of distinct powers of 2, ie binary, and that no two integers have the same representation.
11.
▲
by
bazzargh
9mo ago
I'm saying it's a tautology because it's just a binary representation of the set. Suppose we have 8 players, with x and y being 2 and 4: set the 2nd and 4th bits (ie 2^2 & 2^4) and you have 00001010. But to lay it out: ev
12.
▲
by
bazzargh
9mo ago
you're only sorting players within a single hand. so a list of under 10 items? thats trivial
13.
▲
by
bazzargh
9mo ago
BTW, yet another way to do it (more compact than the bitwise and prime options) is the Cantor pairing function https://en.wikipedia.org/wiki/Pairing_function ... z = (x+y+1)(x+y)/2 + y - but you have to sort x,y f
14.
▲
by
bazzargh
9mo ago
The typo is most likely the extra /, in (x/y)/(x^2+y^2) instead of (xy)/(x^2+y^2). `2^x & 2^y ...is the & a bitwise operator...???? That would produce a unique ID? That would be very interesting, is that provable
15.
▲
by
bazzargh
9mo ago
It looks like you have typos? (x^2+y^2)+(sin(atan(x/y))*cos(atan(x/y))) reduces to x^2+y^2+( (x/y) / (x^2/y^2 + 1) ) - not the equation given? Tho it's easier to see that this would be symmetrical if you rearra
16.
▲
by
bazzargh
9mo ago
The boids in this demo form smaller flocks (both tighter, and fewer individuals) than other implementations I've seen. I had a look at the code and I'm not sure it's "right"? (I know the whole thing is subjective, I
17.
▲
by
bazzargh
9mo ago
"release" is maybe too strong a word, it's not a lot of code and I don't plan to put any more effort into the nonexistent interface since it was just built for personal use. But the code: https://gist.github.c
18.
▲
by
bazzargh
9mo ago
On the subject of whisper being great... A few weeks ago a co-worker commented about the difficulty he'd had editing a work demo, I pointed at various jump-cutting tools that had automated what he did in the past (editing out silences)
19.
▲
by
bazzargh
10mo ago
That's an odd take. Teams doesn't have the leading market share in videoconferencing, Zoom does. I can't judge what it's like because I've never yet had to use Teams - not a single company that we deal with uses it,
20.
▲
by
bazzargh
10mo ago
One of the results for hilbert curve marble tracks, mentioned elsewhere in the thread, was a video showing how to make one in blender, which has a physics engine so it can simulate it pretty well. https://www.youtube.com/wat
21.
▲
by
bazzargh
11mo ago
You can also get reasonable results from using quasirandom sequences https://extremelearning.com.au/unreasonable-effectiveness-of... - which are trivial to generate. That's the kind of thing I use dithering on BBC Micr
22.
▲
by
bazzargh
11mo ago
Also, disabling scrolling and using swipe for sections instead _at a font size that causes text to overflow_, depending on phone screen size, meaning a bunch of the site is _literally_ unreadable, since it's off the screen with no way
23.
▲
by
bazzargh
1y ago
In the code I saw, at least twice in its history people had introduced a "pure lua" solution for speed, and were clearly unaware of the shotgun they'd just pointed at their feet. (as in, somebody saw the issue and fixed it, a
24.
▲
by
bazzargh
1y ago
A word of caution. A few years ago we had a production impact event where customers were getting identical cookies (and so started seeing each others sessions). When I took a look at the code, what I found was that they were doing something
25.
▲
by
bazzargh
1y ago
Bush Derangement Syndrome is covered (the writeup is linked to from the TDS article) but there is something special when republicans in multiple state legislatures have proposed _legislation_ on the subject of TDS, under that name, which wo
26.
▲
by
bazzargh
1y ago
Remove 501(c)3 status, apparently. Trump's repeatedly threatened this in other cases - the TNPA concluded he didn't have that power with executive orders, but congress did https://tnpa.org/nonprofits-under-fire-h
27.
▲
by
bazzargh
1y ago
the paper also has a website with a longer supplemental video than the one linked to above, includes most of the examples from the paper but animated https://www.epfl.ch/labs/gcm/research-projects/c-tubes/
28.
▲
by
bazzargh
1y ago
Absolutely you can. The places in France and Spain I've flown to just suggest you bring your own pedals, so they match your shoe cleats; they'll fit them before your hire. You can usually bring your own saddle too. It's far m
29.
▲
by
bazzargh
1y ago
The limit given in the article is 360KB (on floppy). At that size, you can't use Tries, you need lossy compression. A Bloom filter can get you 1 in 359 false positives with the size of word list given https://hur.st/blo
30.
▲
by
bazzargh
1y ago
to me it doesn't look great that Perplexity use BrowserBase at all. I asked BB's doc bot if you can customise the user agent; it says you can't because it sets the user agent automatically _in order to bypass bot checks_. Thi
More ›