HackerTrans
TopNewTrendsCommentsPastAskShowJobs

arduinomancer

no profile record

Submissions

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

3 points·by arduinomancer·7 месяцев назад·6 comments

comments

arduinomancer
·7 месяцев назад·discuss
I mean the Handmade hero game
arduinomancer
·7 месяцев назад·discuss
Did Casey ever finish the video series?
arduinomancer
·7 месяцев назад·discuss
To be honest there isn't really one, a lot of these concepts are advanced even for graphics programmers
arduinomancer
·7 месяцев назад·discuss
You don't have to use the same solution for work and personal notes
arduinomancer
·7 месяцев назад·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
·7 месяцев назад·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
·7 месяцев назад·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
·7 месяцев назад·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
·7 месяцев назад·discuss
These articles act like creating new demo apps or isolated tools is what software development is all about
arduinomancer
·8 месяцев назад·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
·8 месяцев назад·discuss
Exactly, the whole process is a business itself
arduinomancer
·8 месяцев назад·discuss
I’ve never seen that in my entire life
arduinomancer
·8 месяцев назад·discuss
It’s not foveated rendering, it’s foveated streaming
arduinomancer
·8 месяцев назад·discuss
To be fair its obviously not meant for professional work

Valve is a game company
arduinomancer
·9 месяцев назад·discuss
Educational visualization seems like a really good use case for GS
arduinomancer
·10 месяцев назад·discuss
Ripping through single track forest trails on 2-stroke dirt bikes

I joke that it’s the most opposite activity from programming
arduinomancer
·12 месяцев назад·discuss
Yeah for me figuring out _what_ to build and estimating it are the biggest problems day to day
arduinomancer
·12 месяцев назад·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
·12 месяцев назад·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
·12 месяцев назад·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