HackerTrans
トップ新着トレンドコメント過去質問紹介求人

flowingfocus

no profile record

投稿

Learn about Steam

spiraxsarco.com
1 ポイント·投稿者 flowingfocus·4 か月前·0 コメント

[untitled]

11 ポイント·投稿者 flowingfocus·7 か月前·0 コメント

コメント

flowingfocus
·19 日前·議論
For anyone interested in economics and life cycle math (for sailing in general, not the trimarans they are using here) I recommend https://solar.lowtechmagazine.com/2021/05/how-to-design-a-sa...
flowingfocus
·4 か月前·議論
I think I ran into an edge case: Directly after opening the example https://tuneithub.com/Legit-Control/get-colibri I pressed Undo and all text disappeared and I couldn't get it back via Redo
flowingfocus
·5 か月前·議論
For folks using devenv: prek is the default used for devenv's git-hooks since November 2025

https://devenv.sh/blog/2025/11/26/devenv-111-module-changelo...
flowingfocus
·6 か月前·議論
I'm also curious to see if we will see more "no drive zones".

We see this in other domains: I recently talked to someone from an asset inspection (think flying around bridges to check for fractures) company. They can't use DJI drones because of security concerns.
flowingfocus
·7 か月前·議論
Another great write-up on datacenters in space that goes a bit deeper in cost calculations: https://angadh.com/space-data-centers-1
flowingfocus
·7 か月前·議論
Careful though, you might end up like me and add more and more machines, because setting up new machine is very satisfying with nixos
flowingfocus
·8 か月前·議論
Instead of drilling deep, there is also an intersting case for storing cheap solar energy as hat in piles of dirts in the summer to power turbines in the winter: https://austinvernon.site/blog/standardthermal.html
flowingfocus
·9 か月前·議論
Version control and meaningful diffs for .xlsx will be in high demand in a few months
flowingfocus
·9 か月前·議論
A diff makes these kind of errors much easier to catch.

Or maybe someone from XEROX has a better idea how to catch subtly altered numbers?
flowingfocus
·昨年·議論
specifically for working better with diffs, I can recommend tmux + lazygit with this keybinding for quickly opening a floating lazygit:

bind-key C-g display-popup -E -d "#{pane_current_path}" -xC -yC -w 80% -h 75% "lazygit"

not only does it allow you to see the diffs, but you can directly discard changes you don't want, stage, commit, etc.