lade...

Nowicki.io

Nowicki.io

an avatar

Szymon Nowicki personal website

Public side notes and hacking journeys (and some rants) by Szymon Nowicki.

🌐 Visit Nowicki.io 🌐 Nowicki.io besuchen

✍️Write rieview ✍️Rezension schreiben 🏷️Get Badge! 🏷️Abzeichen holen! ⚙️Edit entry ⚙️Eintrag bearbeiten 📰News 📰Neuigkeiten

Webfan Website Badge

Tags: journeys

Rieviews

Bewertungen

not yet rated noch nicht bewertet 0%

Be the first one
and write a rieview
about nowicki.io.
Sein Sie der erste
und schreiben Sie eine Rezension
über nowicki.io.

Nowicki.io News

Making linux amazing for an Apple user

https://nowicki.io/apple-studio-...

I wanted to upgrade my server, ended up using Ubuntu daily

8.3.2025 19:19Making linux amazing for an Apple user
https://nowicki.io/apple-studio-...

Time Machine on my home server

https://nowicki.io/time-machine-...

Self hosted linux and time machine backups over samba (docker)

9.12.2024 19:19Time Machine on my home server
https://nowicki.io/time-machine-...

Cross instance search for Mastodon

https://nowicki.io/masto-kukei-e...

Lets try fixing Mastodon search

22.6.2024 18:43Cross instance search for Mastodon
https://nowicki.io/masto-kukei-e...

LVM RAID1, LUKS, encrypted with key over FTP

https://nowicki.io/self-hosting-...

Ubuntu server with two SSD RAID1 array, LUKS encrypted with keyscript taking key over curl ftp/http.

18.2.2024 19:19LVM RAID1, LUKS, encrypted with key over FTP
https://nowicki.io/self-hosting-...

Ma! I have a server in a living room!

https://nowicki.io/server-in-a-l...

I managed to set up a server that hosts real stuff and sits in my living room. Here's how I did it.

9.2.2024 19:19Ma! I have a server in a living room!
https://nowicki.io/server-in-a-l...

Kukei.eu

https://nowicki.io/kukei-eu-sear...

Notes about how I started a new project - a curated search engine for web developers. How it started and how it's going...

16.12.2023 18:43Kukei.eu
https://nowicki.io/kukei-eu-sear...

Backup your iCloud Photos on external SSD

https://nowicki.io/icloud-photos...

There are plenty of tutorials how to backup your iCloud photos on an external SSD. This is better one.

7.4.2023 18:43Backup your iCloud Photos on external SSD
https://nowicki.io/icloud-photos...

No more Gatsby

https://nowicki.io/now-more-gats...

How this blog moved from gatsby in favor of React as a template system, bundle-less nodejs and small parceljs setup.

17.2.2023 19:19No more Gatsby
https://nowicki.io/now-more-gats...

On Mastodon

https://nowicki.io/on-mastodon...

My life on Mastodon with a private instance

12.11.2022 18:43On Mastodon
https://nowicki.io/on-mastodon...

Twitter migration

https://nowicki.io/twitter-migra...

I moved to Mastodon, and I'm more than happy. Post about ugly capitalism, evil organisations, and going back to old days.

12.11.2022 14:43Twitter migration
https://nowicki.io/twitter-migra...

How to write a good resume for a software developer

https://nowicki.io/how-to-write-...

Thoughts and experiences I gathered during my first recruitment process where I was the recruiter one.

8.3.2022 19:19How to write a good resume for a software developer
https://nowicki.io/how-to-write-...

How to render a react app as a Web Component

https://nowicki.io/how-to-render...

Small pattern that renders a React component as a child of a custom HTMLElement

3.2.2022 20:00How to render a react app as a Web Component
https://nowicki.io/how-to-render...

How to import a list into Apple reminders

https://nowicki.io/how-to-import...

After some update of Apple's Reminders app pasting a list into Reminders stopped creating a list of reminders items. Here's a workaround for that.

23.1.2021 09:54How to import a list into Apple reminders
https://nowicki.io/how-to-import...

Make your roomba work on a dark carpet

https://nowicki.io/make-your-roo...

Blinding my Roomba so it doesn't recognise dark places as cliff edges refusing to jump to it.

19.12.2020 09:34Make your roomba work on a dark carpet
https://nowicki.io/make-your-roo...

MacBook Pro 16 - 64G i9 vs 16G i7 for heavy webdev

https://nowicki.io/macbook-pro-1...

Hands-on comparison between MBP 16 - the base and top models. How they perform in programming activities? Is 16GB RAM enough?

7.9.2020 20:15MacBook Pro 16 - 64G i9 vs 16G i7 for heavy webdev
https://nowicki.io/macbook-pro-1...

IDN lightning talk on Smashing Conference at Freiburg

https://nowicki.io/idn-lightning...

In September I had a pleasure to give a short talk as a Lightning Talks speaker at Smashing Conference in Freiburg. Watch it! Now!

2.12.2018 19:50IDN lightning talk on Smashing Conference at Freiburg
https://nowicki.io/idn-lightning...

Pure CSS dynamic multiline paragraph placeholder

https://nowicki.io/pure-css-dyna...

Hacking CSS to make a perfect no-jumping placeholders.

16.10.2018 19:17Pure CSS dynamic multiline paragraph placeholder
https://nowicki.io/pure-css-dyna...

How not to be a rookie and let your users use their localised domains

https://nowicki.io/how-not-to-be...

How to make sure your app supports people who use emails with localised domain names so QA won't report a bug (and maybe some user would actually use that).

13.7.2018 18:57How not to be a rookie and let your users use their localised domains
https://nowicki.io/how-not-to-be...

Why you don't want e-mail in internationalised domain

https://nowicki.io/why-you-dont-...

Internationalized Domain Names are hell. Let's dive into that hell and figure out what are the main pain points and why it's can be an issue for you.

13.7.2018 18:32Why you don't want e-mail in internationalised domain
https://nowicki.io/why-you-dont-...

Permanently blocked port on Macos High Sierra

https://nowicki.io/permanently-b...

Webpack and mysteriously blocked port on macOS localhost.

27.3.2018 19:18Permanently blocked port on Macos High Sierra
https://nowicki.io/permanently-b...

Promise is not just simplified callbacks pattern

https://nowicki.io/promise-is-no...

Many forget that _Promise_ is not just a nice way to simplify callbacks it's also a nice way for lazy loading some information and keep it forever.

9.8.2017 12:50Promise is not just simplified callbacks pattern
https://nowicki.io/promise-is-no...

CSS image transition and memory leaks

https://nowicki.io/css-image-tra...

Story about really hard to trace memory leak that happened "sometimes"

11.2.2016 12:38CSS image transition and memory leaks
https://nowicki.io/css-image-tra...

Simple javascript singleton pattern that works everywhere

https://nowicki.io/simple-javasc...

How to make a real Singleton object prototype in javascript and make it really unique. What is object prototype and how the hell primitive object use extended properties.

22.9.2015 20:19Simple javascript singleton pattern that works everywhere
https://nowicki.io/simple-javasc...
Subscribe

🔝

Datenschutzerklärung    Impressum