Hacker Newsnew | past | comments | ask | show | jobs | submit | cyrialize's commentslogin

The Wii is very moddable. I've modded my Wii in the past just for playing modded versions of Super Smash Brother Melee (mainly training packs, like flashing a red light when I miss an L-cancel).

I wrote that L-cancel training code! Funny to see it come up out of nowhere. I too have always adored the Wii and its moddability. It'd be my go-to choice if I someday ever get the itch to write console homebrew software of my own.

Oh hi! I'm a huge fan of your work! I've watched so many videos breaking down Doki Doki Literature Club.

Thank you for all that you do.


Yes - this project (and countless others) would not have been possible without the incredible work to hack the Wii from Team Twiizers (now fail0verflow) back in the day. The work they did was a huge inspiration for me getting into computer science when I was a teenager.

I'm a fan of ambient and instrumental hip hop for programming.

My personal favorites are pretty much anything by Nujabes (including the soundtracks for Samurai Champloo), Fat Jon, and DJ Okawari.

I also like some classic albums in the genre like Donuts by J Dilla, Dr. No's Oxperiment by Oh No, and Endtroducing by DJ Shadow.

I will sometimes go through essential charts I find to dive into new genres, and other times I'll pick a random artist and go through their entire discography start to finish.

I highly recommend doing that with Talk Talk, their transition from 80s pop to experimental is phenomenal.


Based on what you've already mentioned, there's a good chance you're familiar, but on the off chance you're not: "Funkungfusion" (or, really, anything off the Ninja Tune label) might be right up your alley.

same. combining the 10 volumes of Special Herbs makes a good 5 hour playlist too

Thank you for mentioning this, it was the first thing I thought of in this conversation thread!


Another way to frame trade deficit (sometimes) is using the phrase "investment surplus".

Many top economies have trade deficits. China is a unique example that goes against that, although I believe China is trying to have their population spend more rather than save.


If you drive a truck because you like trucks, then a Cybertruck works.

If you drive a truck because you need a truck, then Cybertrucks don't really work.

That being said, I think a lot of people are in the first category.

The second category people have things that can be fit in a normal truck, but not a Cybertruck.


Fastmail is awesome! I've been a happy user for a long time. Everything just works. The UI is great, nothing gets in my way.

I'm a fan of the randomly generated emails as well. That service integrates with 1Password too.


The 1P integration is a pretty compelling feature


Dang, and I felt like I wrote up a good response lol


I'm sorry that you are going through this.

I haven't gone through something similar, but I think something that helped me out the 2nd time I looked for a job was how valued work experience is.

As a new grad, personal projects are useful because it adds to the pile of things for an employer to look at (along with internships). After that though, personal projects matter less and less compared to real world experience.

(There are exceptions to this though. Personal projects matter less because you don't face real world problems with them. If you have a personal project that gets users, that is definitely something worth talking about).

I recommend just applying to smaller, lesser-known companies just to get some experience. My 1st job was at a small financial tech company that no one ever heard of, and they hired in a lower-cost, non-competitive area. We used a very old tech stack, and had custom everything - that didn't stop me from getting hired at other places.

You should check out: universities, banks, insurance companies, and marketing firms. Applying to companies that are tech companies is pretty rough right now, but you can find non-tech companies that are hiring.

(There's no such thing as a "non-tech" company, but I really just mean companies that don't advertise themselves as tech).

You could also do something like use Indeed, pick a smaller town, and then minimize the miles.


I've been using Org Mode for organizing my life in plain text for the past 10 years now.

Beorg on iOS [0] makes it great. I've also started using things like org-ql [1] and org-super-agenda [2] to make me even more productive.

I also have a daily log org file I use at work. It helps me keep track of what I need to do and what I've done. It makes yearly reviews easier as well!

[0]: https://www.beorgapp.com/

[1]: https://github.com/alphapapa/org-ql

[2]: https://github.com/alphapapa/org-super-agenda


Hi @cyrialize , Hopefully this is an acceptable level of self-promotion. It sounds like my browser extension, BrainTool might be useful in your workflow. It's kindof a bookmark/tab management tool. It syncs to a .org file and allows you to do things like mark tabs as a TODO, which you can then track in org-agenda etc. There's some brief descriptions and videos here: https://braintool.org/2025/09/16/Browser-Workflows-with-Brai...


Oh wow this looks really awesome! I'll have to check it out.

I unfortunately primarily use Firefox, but still this is great. I've manually tried to keep track of bookmarks via org, but of course I'll always forget to update it.


I’ve looked into a log/journal date tree approach with my various activities across the day (meeting notes, independent work notes, etc) under the date. But then I prefer being able to look through headings that anchor on context first, then dates second (/eventually).

Does your daily log link to other parts of one org file, or other org files?

I’ve asked LLMs their opinions. But curious for yours!

Also thinking about trying denote. The filenames begin with dates, then use tags/keywords to keep the thread on recurring topics.


My daily log file basically looks like this:

* Year

* Month

** Day

For example: * 2025

* January

** Saturday 01/10/26

In each day heading I'll have either a short note (like saying what meeting happened), or a link to a separate org file.

I keep an org file for each JIRA ticket I'm working on, so I'll link it out there. The presence of a link indicates that I've worked on that ticket that day.

Then in each individual ticket file I'll just keep top level day headings with notes of what I've done on the ticket, as well as other headings.

For example, an org file for a ticket would look something like:

* PR 1

#+BEGIN_SRC markdown

I like to pre-write up my PRs in a doc block in markdown in org mode just to use my keybindings. I copy-paste when I create a PR.

#+END

* Monday 01/01/26

- Started work on this today, figuring out where in the codebase to touch

- Straightforward, got a PR out

When I need to find something, I use something like consult-org-heading or consult-outline or consult-line.


This makes a ton of sense - thank you for taking the time to write it out like that. Crystal clear. It’s somewhat different than what I’m solving for and that’s reassuring to see!


I also have a bunch of different org files for work and personal use.

For example, I have a file called tracker.org that is just for recurring habits/tasks that I set up with org-schedule.

I've thought about writing up a blog post about how I use org-mode, since I've been using every day for at least 8 years.


I highly recommend just trying out org-mode and seeing what works best for you.

There are so many things built into org-mode and so many tools built around org-mode that you'll be able to find something that feels comfortable.

My other comment describes what I currently use, but I only really got there after trying out a bunch of different things after a while.


When I start working on a ticket I actually start writing up a PR early on.

As I figure out my manual testing, I'll write out the steps that I took in my PR.

I've found that writing it out as I go does two things: 1) It makes it easier to have a detailed PR and 2) it acts as a form of rubber-ducking. As I'm updating my PR I'll realize steps I've missed in my testing.

Something that also helped out with my manual testing skill was working in a place that had ZERO automated testing. Every PR required a detailed testing plan that you did and that your reviewer could re-create.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: