s-video | 1 year ago | on: Nobody cares
s-video's comments
s-video | 1 year ago | on: The Internet Archive has lost its appeal in Hachette vs. Internet Archive
s-video | 1 year ago | on: One Laptop per Child
s-video | 2 years ago | on: Any sufficiently advanced uninstaller is indistinguishable from malware
s-video | 2 years ago | on: Kenneth Anger has died
s-video | 2 years ago | on: Effective Spaced Repetition
2. Do you have any sort of guide or principles for note-taking? I'm always debating whether or not it's worth taking notes, and when I do take notes I'm debating what the best way to do it is. (Hierarchal/bulleted information like in your post, or summarizing things in paragraphs, or what) A lot of times it's unclear to me what information is worth writing and it frustrates me.
s-video | 3 years ago | on: Git Internals – Git Objects
s-video | 3 years ago | on: Why are online recipes so long-winded?
s-video | 3 years ago | on: “They wanted my Instagram handle, and somehow they've now got it.”
s-video | 3 years ago | on: Noma, Rated the World’s Best Restaurant, Is Closing Its Doors
s-video | 3 years ago | on: My bad habit of hoarding information
For example, here's two tabs I opened recently:
A Neat XOR Trick: https://www.mattkeeter.com/blog/2022-12-10-xor/
Code Only Says What it Does: https://brooker.co.za/blog/2020/06/23/code
So that first one is about solving an advent of code problem cleverly. That second one makes some nice points about how code doesn't necessarily capture your intent or the reasons you wrote what you did. So if I had both of those open in my browser or in some queue for unread links, and I wanted to cut down, I'd delete the first one.
I also find it helpful to ask if a link has any information that isn't already covered by some other resource in more depth. So if my goal was to learn more about compilers I might be tempted to save the blog post OP links to about writing a brainfuck compiler in Go with LLVM but there's already resources like Crafting Interpreters out there, so I'd probably only give that blog post a skim and not bother saving the link. (But if it was my goal to specifically write a brainfuck compiler, or write a compiler in Go, or write a compiler that uses LLVM, or some combination, I'd be more likely to save that particular post.)
s-video | 3 years ago | on: Best ecommerce UX practices from mcmaster.com
s-video | 3 years ago | on: Launch HN: Shimmer (YC S21) – ADHD coaching for adults
Well, sure, it's not like I own them!
I guess the first line of my post came off a bit jaded. After having people paid to deal with my ADHD not come up with anything truly effective in my whole education since high school, it was both relieving and disappointing to end up figuring out something myself. If your app helps people figure out what works for them, then best of luck to you.
s-video | 3 years ago | on: Launch HN: Shimmer (YC S21) – ADHD coaching for adults
I'll try and describe one briefly: I use a free app called Virtual Motivaider[1] to make my phone vibrate every 2 to 6 minutes. I'll print a sheet[2] that has a table with two columns. Every row is the same: the first column has the text "Am I on Task?" and the second column has two check boxes, "[ ] Yes [ ] No". When I start a task that I typically struggle to hold my attention to, I start the app, and when I feel the vibration, I check off if I was on task or not. I picked the 2 to 6 minutes interval arbitrarily; there could be many other intervals that work just as well. There's also probably other apps out there that just vibrate at a user-set interval.
This has worked extremely well for me. It seems that just recording a behavior can increase it or decrease it in the direction that you want.
I learned about this from a textbook called "Applied Behavior Analysis" by Cooper et al, in a chapter titled "Self-Management". If my technique (technically known as "self-monitoring of attention" or "self-monitoring of on task behavior") sounds interesting, I would recommend finding a pdf of that book and reading that chapter. It has some vocabulary that's defined earlier in the book, so you can just look them up in the index or glossary as you read. The book and the field it hails from can be annoyingly dogmatic, though.
I'll stop talking about it for now, but I do like to share this whenever adult ADHD comes up because its helped me dramatically, and much more so than any professionally-run special education program I was in or popular psychology book about habits or getting things done. OP, I haven't looked at your app or page too deeply so maybe you're already doing something like this or other behavioral techniques, but if you're not, it might be worth checking out.
[1] The company that made Virtual Motivaider also sells (well, they stopped producing them because of COVID difficulties, but they're currently trying to get them back) a physical product called Motivaider. It looks like a digital kitchen timer but it just does the same thing as the app. I bought one after using the app for some time, and while the app worked very well, the physical product has some nice benefits, like a very distinct and quiet vibration, and a lot less friction to start a new session.
[2] Printing out new sheets for each task, or printing out a lot and then having to get one for each task, turned out to be pretty inconvenient, so I've since compressed the table into a 2 row by 15 column one, where in the first column the first row has a "Y" and the second one has an "N". The rest of the columns are for putting an x in the Y or N row. I fit 6 of these in a 6 x 9 inch document, made a pdf of 100 of these pages, then used a print on demand service to print a spiral bound book of it, which I carry with me between work and home. This has eliminated a ton of friction and I've ended up using this technique much more often.
s-video | 3 years ago | on: How to Generate Random Numbers That Average to a Specific Value
s-video | 3 years ago | on: Meet the Lobbyist Next Door
"To be clear, if you're opposed to student debt forgiveness, you're not advocating for 'fiscal responsibility'.
You're just an asshole."
I'm assuming that this trend is just influencers noticing what gets a lot of engagement lately, but they're all copying it so well that it almost feels like they're being coordinated. It's uncanny.
s-video | 3 years ago | on: “UBO Minus (MV3)” – An Experimental uBlock Origin Build for Manifest V3
s-video | 3 years ago | on: Oberon (2009)
s-video | 3 years ago | on: A model for journalistic copypasta
Are there any websites that just cut the middleman and link or reproduce the press kits themselves?
s-video | 3 years ago | on: Advanced Metaprogramming in C: A select statement