Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
risos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
risos
3y ago
Deno uses swc, but Bun does not, it uses its own parser/transpiler written in zig. Source: check the language breakdown on zig's repo: 0% rust (what swc is written in).
2.
▲
by
risos
4y ago
AFAIK anki is primarily funded by sales from the iOS app https://apps.apple.com/us/app/ankimobile-flashcards/id373493...
3.
▲
by
risos
6y ago
I don't think those bottles have been altered in anyway, a lot of standard glass bottles will have imperfections in them that look like that, amplified by the thickness of the bottle itself. You don't see this with jars because th
4.
▲
by
risos
6y ago
The article doesn't actually have a paywall, it's more of a blocking message asking you to donate, but you can click it away and read the whole article for free.
5.
▲
by
risos
6y ago
Well I know you could definitely render the same thing in blender and it would probably be faster as blender is actually designed to render images and animations, as opposed to Unity being primarily a game engine. As far as generating them
6.
▲
by
risos
6y ago
What kind of synthetic images are you wanting to generate? Blender has a lot of power in terms of procedural generation.
7.
▲
by
risos
6y ago
I guess you must've downloaded an older version of blender. The latest official release version is 2.82 which you can download here https://www.blender.org/download/releases/2-82/ .
8.
▲
by
risos
7y ago
> no immersion I see this somewhat frequently among some parts of the online language community. For some reason people seem to think that you're not immersing in a language unless you're in a country where that language is fre
9.
▲
by
risos
7y ago
The difference between this and an unmaintained salt water aquarium is that the aquarium isn't a closed system. Whatever gases are created by the life in the aquarium being mixed with fresh air and eventually diffusing into the surroun
10.
▲
by
risos
7y ago
Except that's not what the algorithm does at all. It shows you things SIMILAR to what you've already watched, but not exactly the same. Of course no one wants to listen to the same songs over and over, but Spotify recommends you S
11.
▲
by
risos
7y ago
The pitch accent ShinTakuya mentioned is actually a huge part of why attaining a native-like Japanese accent is so hard. It's more than just individual words having an accent that can affect the meaning of the word. There are rules for
12.
▲
by
risos
8y ago
I think Duolingo is great for forming habits. Ultimately, if you want to learn something new you need to work on that skill over a decent period of time, and this becomes hard to do without a regular habit. Duolingo is also great at exposin
13.
▲
by
risos
11y ago
If you can make a really nice MIPS emulator, that would be awesome. I had to learn MIPS for a programming unit I did in my first year of university. We had to use the MARS emulator which is a not particularly good MIPS emulator in java. A w