Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vortico
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
SampleBrainz: Browse music samples, curated by the MusicBrainz community
(samplebrainz.com)
2 points
by
vortico
8mo ago
|
1 comments
2.
▲
by
vortico
8mo ago
I built a site to browse which songs include samples of others. It's common in hip hop, electronic, pop, etc to reuse drum breaks, melodies, or vocal snippets of other tracks. SampleBrainz includes 220,000+ of these connections. All me
3.
▲
by
vortico
1y ago
I want to specify heat, cool, or auto. I don't want to cool in the winter under any circumstances. I can simply open a window. Vise versa for the summer.
4.
▲
by
vortico
1y ago
>Scientists claim to have discovered a ‘new color’ no one has seen before. LOL!
5.
▲
by
vortico
1y ago
Cool! Some random requests to consider: Could the range x~y be uniform instead of 2 std dev normal (95.4%ile)? Sometimes the range of quantities is known. 95%ile is probably fine as a default though. Also, could a symbolic JS package be use
6.
▲
by
vortico
2y ago
As a workaround you can type a trailing slash: example.internal/
7.
▲
by
vortico
2y ago
The cafeteria manager likely had no idea they were running out of forks. A simple email or phone call to the cafeteria department would have probably solved the problem, since managers are likely looking for ideas of things to buy, especial
8.
▲
by
vortico
2y ago
Why so many posts about Firefox bugs getting fixed after N years? https://hn.algolia.com/?q=firefox+bug+years
9.
▲
by
vortico
3y ago
Have you tried contacting support? https://www.oracle.com/virtualization/contact-form.html
10.
▲
by
vortico
3y ago
The reason is surprising but perfectly valid once you remember the spec of map() and parseInt(). Love JS WTFs.
11.
▲
by
vortico
4y ago
Also http://ai./
12.
▲
by
vortico
4y ago
Notepad++ refund request form Product price: 0 USD Name: _______________________ Email: _______________________ Purchase Date: _______________________
13.
▲
by
vortico
4y ago
Mindustry https://anuke.itch.io/mindustry
14.
▲
by
vortico
4y ago
Reminded me of my favorite article. http://worrydream.com/ABriefRantOnTheFutureOfInteractionDesi... I'm willing to pay extra to avoid touch screens in my cars, washing machines, door locks, and personal computers. I ca
15.
▲
by
vortico
4y ago
Very cool, although index funds like S&P 500 and DJI don't seem to work. https://betagainst.fun/asset/_gspc_spy/ https://betagainst.fun/asset/_dji_dia/
16.
▲
by
vortico
4y ago
Why did they have to add the super slow scroll lag? That ruined the whole site.
17.
▲
by
vortico
4y ago
How so? I can buy a modified Thinkpad ( https://minifree.org/product/libre-t440p/ or http://www.cnmod.cn/x210/ ) because enough people demand it. If enough people demand dumb TVs but their nich
18.
▲
by
vortico
4y ago
Wouldn't the free market simply provide modifications with the cell networking removed for an extra $50 or so? The "discount" you get from buying a smart TV verses a dumb TV (which is a niche product so it would cost hundreds
19.
▲
by
vortico
5y ago
Was going to say PDF but this is close enough :)
20.
▲
by
vortico
5y ago
Bonus: Can this be a pure CSS library?
21.
▲
by
vortico
5y ago
Agreed, it looks like a really nice product and I wish people would pay for quality software like this, but the market is super saturated, and even free, cross-platform chat platforms struggle to gain users since they require their friends
22.
▲
by
vortico
5y ago
Isn't base64 encoding/decoding bound to memory bandwidth? If so, won't all 4/3 memory formats encode/decode at the same speed?
23.
▲
by
vortico
5y ago
Here's a list of hundreds of funny examples. https://www.androidpolice.com/2021/09/29/gboard-emoji-kitche... Someone could probably make a huge table of all of them on one page.
24.
▲
by
vortico
5y ago
Ownership goes to the author's heirs.
25.
▲
by
vortico
5y ago
This might be the largest contributor relicensing project of any IP category: 2800 people and companies. 94% progress is impressive.
26.
▲
by
vortico
5y ago
I usually put this at the top, so it raises a syntax error if using an old version. f"Python 3.6+ is required"
27.
▲
by
vortico
5y ago
If I didn't include that note, someone would say "Is is slow because you're on 56kbps dial-up?"
28.
▲
by
vortico
5y ago
I don't think so. You'd need to run it in a terminal with something like from sympy.plotting import plot3d x,y=symbols('x y') plot3d(x*y, (x, -10,10), (y, -10,10))
29.
▲
by
vortico
5y ago
I doubt the bad performance is due to evaluating expressions itself. If I type N[Log[2]] into Mathematica, it evaluates in less than a millisecond. It's probably because Wolfram Alpha is using natural language process to try to process
30.
▲
by
vortico
5y ago
1. It's slow, even for simple microsecond computations like log(2). Takes about 5-20 seconds to load a page on my 1Gb fiber connection. Opening Python/SymPy Gamma is much faster for most things. https://gamma.sympy.org&
More ›