HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aidomi

no profile record

Submissions

Making an osu keypad out of spite [video]

youtube.com
1 points·by aidomi·il y a 3 ans·0 comments

comments

aidomi
·il y a 2 ans·discuss
Woodworking/Carpentry. As much as I like writing code and working in Product, it'd be nice to work on something tangible. It's so much easier to give someone a physical product that (for the most part) is 'done' when it's handed over, and there's also the knowledge base that remains mostly intact and isn't continuously iterated like it does in programming.
aidomi
·il y a 2 ans·discuss
Does anyone know what happened to TinyProjects? I looked forwards to reading his updates and it looks like he stopped a while ago…
aidomi
·il y a 2 ans·discuss
Pretty sure he's using "Synthwave '84': https://marketplace.visualstudio.com/items?itemName=RobbOwen...
aidomi
·il y a 3 ans·discuss
It's cool watching someone I knew at uni build something that's useful for so many people, especially seeing him pop up on Hacker News from time to time!
aidomi
·il y a 3 ans·discuss
Maybe start by looking at a small problem/time sink you're currently facing and build something around that? For example, I wrote a small script in Python to automatically scrape jobs in the past 24 hours when I was applying for a new role (It return the Company, Job Name, and Job Link).
aidomi
·il y a 3 ans·discuss
I usually just pick a very small problem that I have and start building around that. For example, right now I spent too much time reading HN/Reddit and not enough time studying for an exam coming up, so I'm thinking about making a chrome extension that prompts me to answer a random question from a bank every few minutes otherwise it'll lock me out of whatever I'm reading.

Picking a simple stack (e.g Browser Extensions are underrated imo) also helps with building something small and quick.

Someone who I get a lot of inspiration from is https://tinyprojects.dev/. I've been reading his blog for quite a while and it's definitely kicked my brain into gear with small projects.
aidomi
·il y a 4 ans·discuss
I'd rather not share it publicly just yet.
aidomi
·il y a 4 ans·discuss
Happy to DM you the github repo if you'd like!
aidomi
·il y a 4 ans·discuss
I created a simple browser extension to help me organise my links. It solves a problem I had where there was a middle ground between keeping a tab open to read later and saving something to my bookmarks.

It's under 200 lines of JS, not available on the Webstore and not complicated (or even well-written) at all, but it's a nice feeling to use a little piece of software I wrote that's purely customised to my specific use case(s).
aidomi
·il y a 4 ans·discuss
Merry Christmas and Happy New Year! I was a lurker for over ten years but recently made an account. I've always learnt something new from here, and not just related to computing. I owe a significant part of my career to some of the ideas that were sparked from reading links on HN over the years and I've grown fond of this site and the community that sustains it.
aidomi
·il y a 4 ans·discuss
Have you taken a look at https://leekwars.com/?

Still has a pretty active community, and the gameplay revolves around programming your 'Leek' to fight other leeks in a battle-bot type situation. The language you write the code in isn't python-like (it's called LeekScript), but it's easy to pick up.