HackerTrans
TopNewTrendsCommentsPastAskShowJobs

flowingfocus

no profile record

Submissions

Learn about Steam

spiraxsarco.com
1 points·by flowingfocus·há 4 meses·0 comments

[untitled]

11 points·by flowingfocus·há 7 meses·0 comments

comments

flowingfocus
·há 19 dias·discuss
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
·há 4 meses·discuss
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
·há 5 meses·discuss
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
·há 6 meses·discuss
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
·há 7 meses·discuss
Another great write-up on datacenters in space that goes a bit deeper in cost calculations: https://angadh.com/space-data-centers-1
flowingfocus
·há 7 meses·discuss
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
·há 8 meses·discuss
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
·há 9 meses·discuss
Version control and meaningful diffs for .xlsx will be in high demand in a few months
flowingfocus
·há 9 meses·discuss
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
·ano passado·discuss
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.