Viewing profile — risos
risos
HN member- Joined
- Fri, Dec 25, 2015, 1:39 PM UTC
- HN karma
- 35
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About risos
No profile information was provided.
Recent public activity
-
comment
Comment #39466361
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).
-
comment
Comment #34073848
AFAIK anki is primarily funded by sales from the iOS app https://apps.apple.com/us/app/ankimobile-flashcards/id373493...
-
comment
Comment #23961997
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 bott…
-
comment
Comment #23597531
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.
-
comment
Comment #23447702
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 Uni…
-
comment
Comment #23445489
What kind of synthetic images are you wanting to generate? Blender has a lot of power in terms of procedural generation.
-
comment
Comment #23373898
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/ …
-
comment
Comment #22344496
> 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…
-
comment
Comment #20790825
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 w…
-
comment
Comment #19938050
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…
-
comment
Comment #19889398
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 …
-
comment
Comment #18549446
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 d…
- comment
-
comment
Comment #10791197
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…