Viewing profile — nickjj
nickjj
HN member- Joined
- Fri, Feb 07, 2014, 7:29 PM UTC
- HN karma
- 13,774
- Public activity
- 3,433 items
- HN profile
- View on Hacker News ↗
About nickjj
A self taught / self employed full stack developer focused on building and deploying web apps. I openly write about and make videos on just about everything I've learned along the way.
https://nickjanetakis.com/
Recent public activity
-
comment
Comment #49196296
The interesting thing about SMS is this isn't always usable while traveling. For example my phone provider has really overpriced international fees ($10 / day) so instead I use an …
-
comment
Comment #49057133
I updated a ~3k line Python project with this the other day. I was using v0.15.x beforehand. It didn't take too long and the new rules do improve code quality. It caught quite a fe…
-
comment
Comment #49019466
I go with a simple pg_dumpall approach running on a cron job. It has worked well for over a decade on all sorts of different systems. Here's a complete walkthrough on how I backup …
- story
-
comment
Comment #48990836
It is picky, but picky is good. It's explicit which creates uniformity. For example with niri, if you forget quotes on a string value, you get this error. $ niri validate Error: × …
-
comment
Comment #48985272
> With Ghostty my only option is to maintain different config files per machine. This turns out to be a benefit IMO. Ghostty supports include files. You can have all of your shared…
-
comment
Comment #48985217
It's neat that Hyprland lets you define layouts in its config but I like niri's approach. It uses KDL (an established document / config language) and slightly extends it to add use…
-
comment
Comment #48968437
My main desktop machine with assorted components is from 2014, also with an SSD and HDD. Each component has lasted all this time somehow. The total uptime of each drive is 11.5 yea…
-
comment
Comment #48962743
I like how efficient Arch is, in the sense that you have nothing and now you get to pick and choose what you want. My main desktop I use for full time software development and vide…
-
comment
Comment #48925649
Back when selling online tech courses was viable (pre-AI), about 30% of transactions in the US were from folks using PayPal on the platform I used. There's a huge of people who use…
-
comment
Comment #48925623
I'm not sure I like this idea. Braintree is a legit competitor to Stripe. I'm guessing they have some informal agreement to keep transaction fees about the same but if they become …
-
comment
Comment #48920197
Carmack always seemed to have a really strong idea on what was important for him to work on. How much of that is mental toughness vs having a believable purpose? Believable is impo…
-
comment
Comment #48816448
Nope, but Debian does use systemd by default so it's there. I'm running Arch Linux and /etc/machine-id is present. There's also an optional /etc/machine-info file that could exist.…
-
comment
Comment #48808097
> I don’t have a dog in this fight but it seems you’re not accounting for iteration and feedback You can provide AI official sources to look at and dozens of prompts. I've lost tra…
-
comment
Comment #48803672
> Some devs just 'get it' and thrive, leading a team really well and building a great culture. I don't think it's this because the outcome you get from AI isn't controllable. You c…
-
comment
Comment #48795057
I'm really sad to see this happen to another fellow course creator. I'm not sharing this to steal any thunder, but more to relate: I've been making video programming courses since …
-
comment
Comment #48789984
I'm in the US / NY, with a normal personal account. I think the issue with localizing it to a specific state is oftentimes contracts or working agreements have jurisdiction locatio…
-
comment
Comment #48784454
> If you need the original email for legal/evidence purposes, you can back it up first, either through Gmail or Unattach. Yes, that was covered in the other thread. Presenting a ba…
-
comment
Comment #48765215
Oh nice, if everything they say is true, this seems like a good match but it seems like it has 1 big potential downside. THE GOOD: Their FAQ says it uses OAuth to connect to your G…
-
comment
Comment #48764764
I'd love to somehow do the opposite of this but I don't think it's possible? It would be deleting attachments from emails without deleting the email thread. For example I'm always …
-
comment
Comment #48754859
I remember reading somewhere that one of many long life markers is if you can go from sitting on your butt straight into standing without your hands or knees touching the floor.
-
comment
Comment #48745942
SMART stats shows it's at 54% health remaining, all tests passed without errors. The drive might be too old to report back TBW. It's a Crucial 256 GB SATA 3.1 SSD. It has LBAs writ…
-
comment
Comment #48745120
Yes, so are the hardware components. Current machine has been running since 2014. SMART stats on the SSD shows 100,586 powered on hours which is 4,191 days.
-
comment
Comment #48740606
I've been keeping my desktop machines running 24/7 for ~25 years. I only reboot when necessary. I remember having around 280 days of uptime on Windows 7 when it went end of life. H…
-
comment
Comment #48722271
If anyone is looking for a niri based opinionated set of configuration on top of CachyOS (or vanilla Arch) I put together: https://github.com/nickjj/dotfriedrice The goal is after …