Svish's Avatar

Svish

@geekality.net

Software Engineer, Web Developer, Introvert, AvPD, HSP, SDA, ...

36
Followers
197
Following
164
Posts
05.12.2023
Joined
Posts Following

Latest posts by Svish @geekality.net

"And then there are the special cases; the ones who hide because they just want someone to care enough to look for them..." - In Plain Sight

07.01.2026 14:20 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

"We all live in hiding. And one way or another each of us conceals pieces of ourselves from the rest of the world. Some people hide because their life depend on it, others because they don't like being seen."

07.01.2026 14:20 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Screenshot of the rtgamecrowd profile on Tiltify

Screenshot of the rtgamecrowd profile on Tiltify

Hey, just wanted to let you know that the links to your socials on tiltify.com/@rtgamecrowd... are incorrect. The Twitch and YouTube links to rtgamecrowd which does not seem to exist. From your profile here I suppose it should be just rtgame now. 😊

01.12.2025 20:29 πŸ‘ 11 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

`{ ...obj, newProp}` or `Object.assign(obj, { newProp })` should both work fine for adding new props to an object without any errors. `Object.entries(obj)` should work fine for looping over properties of an object.

29.11.2025 19:44 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

You can do both those things fairly easy in TS?

29.11.2025 11:27 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I find TS helpful in forcing me to document the API in a clear way, and when that in itself becomes really hard, it's a great reminder to take a step back and question my "cleverness". Maybe my one cool function should be split into three more boring, easier to test and maintain, functions.

29.11.2025 11:04 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

JS is a dynamic language, yes, which allow you to do a lot of clever stuff that makes for APIs that feel cool and fun in the moment, but often ends up being hard to debug, test, and maintain in the long run.

29.11.2025 11:04 πŸ‘ 3 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

Writing typescript becomes a lot more enjoyable when you learn to use it as a guide to reduced complexity. Types becoming a messy pile of interactions, unions, and overloads? Yeah, time to rethink your api.

29.11.2025 10:18 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Not only have I never thought it would be appropriate, I haven't even thought of it as an option, as a thing to do. I seriously struggle to understand how so many men even get it in their heads to consider it to begin with.

29.11.2025 10:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
State of React 2025 Take the State of React survey

State of React 2025 survey open:
survey.devographics.com/survey/state...

21.11.2025 18:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Like, our website at work will never hit a wall, it will always be a website, it won't suddenly start becoming a service bus or a compiler and be limited by the web framework.

08.11.2025 19:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I would guess most projects never hit that wall though, because their purpose is usually within the bounds of the framework anyways. If you start on a website (of some complexity) it's sensible to pick a framework for making websites, rather than writing one from scratch yourself.

08.11.2025 19:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Kozoro, Zeni & Koo Read - In Your Eyes
Kozoro, Zeni & Koo Read - In Your Eyes YouTube video by MrSuicideSheep

"in your eyes", thank you for reminding me of this lovely tune: youtu.be/ppku0-bRRAQ

07.11.2025 16:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Only thing I can think of is to judge others who use it and as a sign it's a codebase I don't want to work with πŸ˜… But there are much smarter people than i, so maybe there are some legit uses?

05.11.2025 18:50 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Great! πŸ‘

05.11.2025 16:11 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

That's awesome, and I'll probably finally be able to use it in around 7 years, when it's also supported in Safari and FireFox, and datepicker components, form and validation libraries also support it! πŸ˜…πŸ‘

05.11.2025 07:34 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Sign Git commits with SSH | 1Password Developer Learn how to use the SSH integration to create new Git signing keys and use them with Git clients without the private key ever leaving 1Password.

I'm on Windows, used to use gpg4win for this, and have to say it was kind of a pain to setup and manage. When I moved from KeePass to 1Password i found they actually have built in support for both git signing and ssh authentication with MUCH easier setup:

developer.1password.com/docs/ssh/git...

03.11.2025 20:07 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Must have been that time of the year for a while already because I went to take it now and... apparently I have already completed it πŸ˜¬πŸ‘

03.11.2025 19:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Add a sick child on top and it's even more fun...

30.10.2025 18:44 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
1Password SSH agent | 1Password Developer Use the 1Password SSH agent to authenticate SSH and Git clients without your private key ever leaving 1Password.

For auth with GitHub, signing commits and such I use 1Password:
developer.1password.com/docs/ssh/age...

24.10.2025 19:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Git - Install for Windows

For git, last time I set up new work computer, i _think_ i just installed Git for Windows via winget: git-scm.com/install/wind...

24.10.2025 19:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - coreybutler/nvm-windows: A node.js version management utility for Windows. Ironically written in Go. A node.js version management utility for Windows. Ironically written in Go. - coreybutler/nvm-windows

For installing Node (and NPM), I highly recommend github.com/coreybutler/..., which is very easy to install and very simple to use. Zero fancy/convoluted stuff needed.

24.10.2025 19:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Been working with React on Windows for years and honestly can't even remember having had any issues. Not using WSL either. Just VS Code, Microsoft Terminal, and Edge

24.10.2025 19:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Why does it have to be updated if it's able to do its thing without the Internet though? Shouldn't that mean it can work offline and work the way it's currently working until the hardware is worn out?

24.10.2025 19:25 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Not sure I see a problem with firmware as long as that firmware can do it's job properly as expected without an Internet connection?

24.10.2025 19:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Been there, done that 🀦

13.10.2025 18:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Most alternatives to AI are probably better for the environment, resource/electricity-wise πŸ˜›

10.10.2025 19:54 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Is `useEffectEvent` basically a function-only latest-ref pattern as a built-in hook? πŸ€”

09.10.2025 15:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

"Happiness is your current situation, minus expectations"

06.10.2025 22:07 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Bible Gateway passage: Joshua 7:2-5 - New Living Translation Joshua sent some of his men from Jericho to spy out the town of Ai, east of Bethel, near Beth-aven. When they returned, they told Joshua, β€œThere’s no need for all of us to go up there; it won’t take m...

Turns out Ai is nothing new; even the old testament Israelites struggled with it.
www.biblegateway.com/passage/?sea...

25.09.2025 08:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0