Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
almostdigital
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
almostdigital
7mo ago
https://elevenlabs.io/sound-effects With the prompt "WWII Plane Japan Kawasaki Ki-61 flying by, propeller airplane" and setting looping on and 30 sec duration manually instead of auto (the duration predictor fails
2.
▲
by
almostdigital
1y ago
Super disappointed it didn't have Chūō Line, had to go find them :) https://www.youtube.com/watch?v=1nkEfZKMEnw
3.
▲
by
almostdigital
1y ago
I saw some people report that their dishes are pointing in unusual directions so it would explain that, and that my service is fine since I only use the polar orbiting ones ¯\_(ツ)_/¯
4.
▲
by
almostdigital
1y ago
https://www.starlinkmap.org
5.
▲
by
almostdigital
1y ago
I'm posting this from my Starlink connection, been working fine here. I'm close to the arctic circle so maybe the polar orbiting satellites are not affected
6.
▲
by
almostdigital
3y ago
I thought those pans that are marketed as "granite" with a speckled pattern where just PTFE coated aluminium, is this something different?
7.
▲
by
almostdigital
3y ago
Just whatever you get by default with pip install numpy... Changing the benchmark to run with a 1024x1024x1024 matrix instead of a 128x128x128 does speed up numpy significantly though Python 119.189 GFLOPS Naive:
8.
▲
by
almostdigital
3y ago
Here's the same benchmark with np.matmul instead of native python (on M2 MBP) Python 4.216 GFLOPS Naive: 6.400 GFLOPS 1.52x faster than Python Vectorized: 22.232 GFLOPS
9.
▲
by
almostdigital
3y ago
I did just that, it's 120x faster than numpy. See my comment to OP.
10.
▲
by
almostdigital
3y ago
Here's the same benchmark with numpy instead of native python (on M2 MBP) Python 4.216 GFLOPS Naive: 6.400 GFLOPS 1.52x faster than Python Vectorized: 22.232 GFLOPS 5.27
11.
▲
by
almostdigital
3y ago
Haha! This is great! Maybe it could be less jarring if you put a low pass filter on the angle changes
12.
▲
by
almostdigital
3y ago
Yeah, just realized that and was about to edit my comment. Found an issue tracking the black replacement bit: https://github.com/charliermarsh/ruff/issues/1904
13.
▲
by
almostdigital
3y ago
This is great, I'm going to switch to this from black. Being used to working in other languages I feel like I'm swimming in molasses when using Python. It's funny that all good things for Python are not written in Python. Say
14.
▲
by
almostdigital
3y ago
I'm offended! I don't click around like some lowly peasant, I navigate by keyboard like God intended.
15.
▲
by
almostdigital
3y ago
In theory it seems neat but in practice I'm here with 10 tabs all called "+page.svelte" or "+page.server.ts" and it completely breaks my workflow since I can't tell them apart or navigate with fuzzy name matchi
16.
▲
by
almostdigital
3y ago
SvelteKit's routing pattern is anything but clean. It uses filesystem based routes where every file is called "+page.svelte" (or +page.server.js/ts for API only routes). For anything but a demo app with just a couple of
17.
▲
by
almostdigital
4y ago
Looking forward to trying this, VSCode is great but I really miss the performance of Sublime Text. I hope they get the plugin system right, killer feature would be if it could load VSCode plugins (incredibly hard to pull off, yes)
18.
▲
by
almostdigital
4y ago
Code from the paper: https://github.com/trailofbits/polytracker https://github.com/trailofbits/polyfile
19.
▲
Simulating a Steam Engine with C++ [video]
(youtube.com)
3 points
by
almostdigital
4y ago
|
0 comments
20.
▲
by
almostdigital
4y ago
Automatic dark/light mode tracking sunset/sunrise is the best of both worlds IMHO.
21.
▲
by
almostdigital
4y ago
This standard isn't part of the metric system though
22.
▲
by
almostdigital
4y ago
Camera phones killed it but generative AI models will revive it. Who cares if someone takes a photo of you on the beach when they can just as well ask the AI to see you nude in any situation they can dream of... That, or the burka will beco
23.
▲
by
almostdigital
4y ago
Love this blog, I get the "Dat Parallax" achievement every time I visit :D
24.
▲
by
almostdigital
4y ago
Another interesting idea: Drop asteroid pieces from space into the ocean to increase biomass growth https://www.youtube.com/watch?v=2zQb_OitsaY
25.
▲
The Man behind Stable Diffusion [video]
(youtube.com)
3 points
by
almostdigital
4y ago
|
0 comments
26.
▲
by
almostdigital
4y ago
Link to non-paywalled paper: https://www.biorxiv.org/content/10.1101/2020.12.03.410399v4
27.
▲
by
almostdigital
4y ago
It's interesting that Lex is so polarizing, I personally find him a great host. Him almost never doing research is objectively false though. He often reads books/articles/tweets written by the guests and asks about them for e
28.
▲
Lexman Artificial Podcast (100% AI-generated podcast)
(lexman.rocks)
22 points
by
almostdigital
4y ago
|
3 comments
29.
▲
Level 5 self-producing podcast: Lexman Artificial
(lexman.rocks)
2 points
by
almostdigital
4y ago
|
0 comments
30.
▲
by
almostdigital
4y ago
I can't recommend docker swarm enough, it does 95% of what you need in k8s without requiring someone full-time just to manage it.
More ›