HackerTrans
TopNewTrendsCommentsPastAskShowJobs

flowingfocus

no profile record

Submissions

Learn about Steam

spiraxsarco.com
1 points·by flowingfocus·4 maanden geleden·0 comments

[untitled]

11 points·by flowingfocus·7 maanden geleden·0 comments

comments

flowingfocus
·19 dagen geleden·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
·4 maanden geleden·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
·5 maanden geleden·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
·6 maanden geleden·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
·7 maanden geleden·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
·7 maanden geleden·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
·8 maanden geleden·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
·9 maanden geleden·discuss
Version control and meaningful diffs for .xlsx will be in high demand in a few months
flowingfocus
·9 maanden geleden·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
·vorig jaar·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.