I think I remember that the differences in air pressure in the cabin make food taste differently. Thatβs the main reason most meals on planes are bad.
01.08.2025 07:58 β π 1 π 0 π¬ 0 π 0@sgabriel.bsky.social
Head of Software Engineering | remote work & based in South Germany | building BI products for the aviation industry
I think I remember that the differences in air pressure in the cabin make food taste differently. Thatβs the main reason most meals on planes are bad.
01.08.2025 07:58 β π 1 π 0 π¬ 0 π 0Try Canva first, their constant try for upselling might be annoying, but they have a lot of free images and fonts etc. The UI is very minimal as well
01.08.2025 04:28 β π 0 π 0 π¬ 0 π 0Thanks for the insight
23.07.2025 13:14 β π 1 π 0 π¬ 0 π 0How certain are you with that statement? Iβm not familiar with A/B testing at scale, do the different experiments get the same amount of different leads, like could it be that a certain ad performed better and through coincidence these people got the other string displayed?
23.07.2025 07:52 β π 0 π 0 π¬ 1 π 0I had the same thing when I was bouldering regularly, depending on intensity it took up to 2 days until it worked again. I didnβt need to recalibrate but let the skin heal
17.07.2025 06:16 β π 1 π 0 π¬ 0 π 0Only 100+ ?! At on point our βdo it allβ-combobox had 2000+ LOC π
09.07.2025 11:52 β π 4 π 0 π¬ 0 π 0Yes
09.07.2025 07:40 β π 1 π 0 π¬ 0 π 0Itβs so important to make yourself aware of the goodness in your life. Itβs easy to keep chasing dreams and forgetting to enjoy life
21.06.2025 05:27 β π 1 π 0 π¬ 0 π 0Being able to build it doesnβt mean being able to market it as well. Not saying you couldnβt, but marketing was well as the business side of things is often overlooked
18.06.2025 18:56 β π 0 π 0 π¬ 0 π 0Additionally you should have other mechanisms in place preventing bruteforce credential guessing
10.06.2025 09:40 β π 2 π 0 π¬ 0 π 0With AST you mean the object-structure returned by the parser is uniform? With keys like type, attributes, children. And not a json representation of the XML? Perhaps a DOM parser might help? We use a DOM parser if we need to recreate the exact XML with comments indents etc.
02.06.2025 08:51 β π 1 π 0 π¬ 1 π 0WFH increases productivity but I think the drawback is a lack of βaccidentalβ collaboration/connections. Be it the smalltalk at the coffeemaker, or overhearing issues of colleagues of another team.
30.05.2025 03:48 β π 2 π 0 π¬ 1 π 0As I recall, Remix goal was initially to be framework agnostic like the tanstack libs, but they switch to focus on react
25.05.2025 19:22 β π 0 π 0 π¬ 0 π 0Totally forgot that this wasnβt the default
24.05.2025 16:28 β π 1 π 0 π¬ 0 π 0Calendar has open APIs so that was easier to integrate
21.05.2025 06:53 β π 2 π 0 π¬ 0 π 0Unfortunately, reminders and I assume notes as well, only provide native APIs, my solution is running a REST API written in swift on a Mac mini.
21.05.2025 06:52 β π 2 π 0 π¬ 1 π 0Currently building the same thing, but with apple reminders and apple calendar as backend
21.05.2025 06:04 β π 3 π 0 π¬ 1 π 0Why stop at tariffs? I would like to know the entire pricing composition, like what percentage the manufacturers get etc.
30.04.2025 06:54 β π 0 π 0 π¬ 0 π 0you all are sleeping on @n8n.io
25.04.2025 16:16 β π 35 π 1 π¬ 9 π 0Awesome service!
23.04.2025 16:07 β π 1 π 0 π¬ 0 π 0Carpentry/working with wood, but I must admit gardening is growing on me βΊοΈ
20.04.2025 18:50 β π 0 π 0 π¬ 0 π 0Tried it already, waiting until it supports different profiles
17.04.2025 15:40 β π 0 π 0 π¬ 0 π 0Magnet,
iTerm 2,
Oh my zsh,
Starship.rs
Building your own solution in house is fine. But support and maintenance will be more than paying for a finished product. Also donβt mix up replacing a product for you own needs and productrizing a prototype
14.04.2025 13:13 β π 3 π 0 π¬ 0 π 0Congratulations π
04.04.2025 13:37 β π 2 π 0 π¬ 0 π 0Worrying that you arenβt buying a domain π€
03.04.2025 13:18 β π 2 π 0 π¬ 0 π 0See it as an opportunity
01.04.2025 14:40 β π 0 π 0 π¬ 0 π 0So much potential to remove bureaucracy and make the entire approval process more efficient, by removing it altogether. On the other hand it clearly tells, Elon isnβt paying much attention to Tesla at the moment, that has some βbest weβve gotβ energy
20.03.2025 08:06 β π 1 π 0 π¬ 0 π 0Managing dotfiles with a bare Git repo I've never had a good system for keeping my dotfiles (config files) under version control. I've tried a dotfiles repo with symlinks, but it never seemed all that convenient. I recently discovered a new approach that I like: a bare Git repo and a shell alias. It comes from an HN comment by StreakyCobra: I use: git init --bare $HOME/.myconf alias config='/usr/bin/git --git-dir=$HOME/.myconf/ --work-tree=$HOME' config config status.showUntrackedFiles no where my ~/.myconf directory is a git bare repository. Then any file within the home folder can be versioned with normal commands like: config status config add .vimrc config commit -m "Add vimrc" config add .config/redshift.conf config commit -m "Add redshift config" config push And so onβ¦ No extra tooling, no symlinks, files are tracked on a version control system, you can use different branches for different computers, you can replicate you configuration easily on new installation.
TIL: Managing dotfiles with a bare git repo
β github.com/pdubroy/til...
Yes working with an AI agent seems like working with an intern, but even with disregarding future benefits I would argue that an intern has a better/faster learning curve and thus will faster be able to complete more tasks on their own.
13.03.2025 07:38 β π 1 π 0 π¬ 1 π 0