HackerTrans
TopNewTrendsCommentsPastAskShowJobs

arduinomancer

no profile record

Submissions

Ask HN: Is a human brain more like a CPU or an FPGA?

3 points·by arduinomancer·hace 7 meses·6 comments

comments

arduinomancer
·hace 7 meses·discuss
I mean the Handmade hero game
arduinomancer
·hace 7 meses·discuss
Did Casey ever finish the video series?
arduinomancer
·hace 7 meses·discuss
To be honest there isn't really one, a lot of these concepts are advanced even for graphics programmers
arduinomancer
·hace 7 meses·discuss
You don't have to use the same solution for work and personal notes
arduinomancer
·hace 7 meses·discuss
What I realized at least for me is that work notes and personal notes are two different use cases

The .txt file approach works for work stuff because I never need to reference it on mobile, if I'm doing software development I need to be on a computer anyway.

Whereas personal stuff I need an actual notetaking app like Notion for the mobile usability
arduinomancer
·hace 7 meses·discuss
I've done the same thing for a long time

The only extra thing is I set up autohotkey macros

For example typing $today or $yesterday will insert the date with a dividing line underneath to separate days into clear blocks

I've tried a lot of different note apps and what I eventually realized is that when it comes to work, I generally don't actually care about old notes 98% of the time.

I only really care about the last week or two and when everything is in one file its optimized for viewing that, like a working memory.

The text file ends up gigantic but its still small data for a computer even after many years of adding to a single file and searching is still fast.
arduinomancer
·hace 7 meses·discuss
Every time I see an article like this I ask the same question: show me the money?

If it’s so good why hasn’t it made you rich?
arduinomancer
·hace 7 meses·discuss
Not everyone is building web apps/web services

The more niche the thing you’re working on the worse results I’ve found these tools to give
arduinomancer
·hace 7 meses·discuss
These articles act like creating new demo apps or isolated tools is what software development is all about
arduinomancer
·hace 8 meses·discuss
Have you considered the idea that it is just exaggerating to make a point and isn’t meant to be taken literally?

Exaggeration is a common technique employed in human language for emphasis.
arduinomancer
·hace 8 meses·discuss
Exactly, the whole process is a business itself
arduinomancer
·hace 8 meses·discuss
I’ve never seen that in my entire life
arduinomancer
·hace 8 meses·discuss
It’s not foveated rendering, it’s foveated streaming
arduinomancer
·hace 8 meses·discuss
To be fair its obviously not meant for professional work

Valve is a game company
arduinomancer
·hace 9 meses·discuss
Educational visualization seems like a really good use case for GS
arduinomancer
·hace 10 meses·discuss
Ripping through single track forest trails on 2-stroke dirt bikes

I joke that it’s the most opposite activity from programming
arduinomancer
·hace 12 meses·discuss
Yeah for me figuring out _what_ to build and estimating it are the biggest problems day to day
arduinomancer
·hace 12 meses·discuss
I’ve found that as well

It’s a good idea to take some time to understand how the official language docs are organized so that you can just jump there straight away and bypass all the noise
arduinomancer
·hace 12 meses·discuss
I’ve noticed that as well with README’s

Sometimes you come upon a library and it tells you what it does but there is no explanation or context on why you would want to use it
arduinomancer
·hace 12 meses·discuss
That is an interesting idea, like a universal bug tracker

If you could report a bug on any product/project and it’s up to the users to open/verify/close it

Could put pressure on companies to improve quality since the number of bugs is public