Viewing profile — raytracer
raytracer
HN member- Joined
- Fri, Jun 03, 2016, 1:26 AM UTC
- HN karma
- 160
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About raytracer
No profile information was provided.
Recent public activity
- story
-
comment
Comment #32905661
I like header comments too, but I almost never use them when working on a team. I feel like there are a bunch of coding habits that work well for solo developers but not devs on a …
-
comment
Comment #31393684
Having a billing limit is important to me as I don't want to risk unbounded costs for personal projects. > we'll just suspend your apps when the credit runs out. This sounds great!…
-
comment
Comment #27992961
Reservoir Cats is actually a movie! I feel like I've slipped into an alternative time stream.
- story
- story
-
comment
Comment #25785024
Thank you for your work on adding user registration and authorization to Phoenix! I'm setting up a new Phoenix app for a side project this weekend and have just run Arron Renner's …
-
comment
Comment #25341146
The Great Barrier Reef will continue to deteriorate until the problems of global warming and ocean acidification are resolved. But these aren't the only problems the ocean is facin…
-
comment
Comment #25339086
Are you using types in your JS Doc comments? If so, that's not vanilla JavaScript.
-
comment
Comment #24576159
It's possible to actively support positive change at the same time as having little hope our collective actions will avert catastrophic climate change.
-
comment
Comment #24576119
Thanks for the summary. > These are the good days. Yep. I'm beginning to feel this is true. 2020 has been a crap year in many ways. But I expect 2020 will be one of the better year…
-
comment
Comment #24467788
+1 for Orca. Orca is live coding environment / procedural music playground. This video gives an overview of what it is. https://youtu.be/RaI_TuISSJE
- story
-
comment
Comment #24208131
> it creates some other kind of mental load: I find it's actually the opposite. Writing things down means I can forget about whatever it is and focus on the task at hand. > it's no…
-
comment
Comment #24207942
It does have a Zettelkasten mode but it's not enabled by default. Out of the box Obsidian is more like a wiki with markdown syntax.
-
comment
Comment #24207921
Obsidian is basically a "markdown renderer + code coloring with some extra search and other features" too. Notes in Obsidian are just regular markdown files that sit in a directory…
-
comment
Comment #23904261
Are there any downsides to using a service like this?
- story
-
story
Ask HN: CLI tool to download webpages and convert to Markdown?
Is there a CLI tool that downloads webpages and converts them to Markdown? I've just started using Obsidian https://obsidian.md/ and would like a way to save interesting blog posts…
-
comment
Comment #23346245
> Also - one big difference - most 'good music' today is not very 'up' or 'hit' oriented. +1. Pop music is just a genre. There is plenty of other new stuff out there. Just gotta pu…
-
comment
Comment #22698758
Don't let Dwarf Fortress put you off ASCII graphic games if Dwarf Fortress is the first you've played. I tried DF a while back but didn't have the time available to get comfortable…
-
story
Ask HN: How do you sync your keepass database between multiple computers?
I'm considering using Keybase but not sure if it's secure enough.
-
comment
Comment #21407161
React, it works well with Typescript and hooks are interesting to work with.
- story
-
comment
Comment #18227434
> no FPU. How much of a hit does floating point math take? I have a desire to build some realtime audio tools.