Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@toxi@mastodon.thi.ng
2024-10-14 16:26:08

Old graphical editor prototype (2019/20) with various ways of managing multiple selections of graphical entities, incl. align/distribute, duplicate, invert, select/deselect region (box/convex hull). editor is generic. items could be files, shapes, mesh vertices, 2d/3d points, graph nodes, whatever...
Been re-animating this prototype and toying with integrating it into my personal note taking & media management tool to organize items into piles for batch-processing and to easier app…

Screenrecording of a graphical editor prototype showing a number of circles being duplicated/manipulated and re-arranged via a sequence of mouse gestures and keyboard commands (the most recently executed command is shown in the top-left corner). The steps are:

- turn on grid
- create/duplicate circles (with grid snapping)
- selecting all
- duplicating selection(s) to form an 8x8 layout
- manually selecting 4 circles and then all circles in the convex hull
- drawing multiple box selectio…
@kronomoon@me.dm
2024-08-27 02:54:35

#LGBTQ People in the #Space Industry
 
…"Although there have been over 600 people in space, there has never been an openly LGBTQ #astronaut … it's important for us to examine the industry's historical treatme…

@Jeff@mastodon.opencloud.lu
2024-07-18 17:04:45

via #NATO

"At the 2024 NATO Summit in Washington, D.C., Allies agreed to establish the NATO Integrated Cyber Defence Centre to enhance network protection, situational awareness and the implementation of cyberspace as an operational domain."
read more:

@x_cli@infosec.exchange
2024-10-04 13:32:55

Unpopular opinion on software development
Yesterday, I came across CI cultists.
They were preaching one should merge in main multiple times a day.
Quite frankly, I associate this behaviour to lab rats compulsively clicking the button to get gratifications (please don't do that to rats).
I think developers should refrain from becoming merge junkies. Code review is essential for good code quality. Automated tests suck at detecting logical errors, security vulnerabilities, and even decent code coverage.
Also, I believe pair programming is absolutely not a strategy to allow continuous integration. Everybody involved in the development process is drunk on their own bullshit reasons they made up to justify their poor design. Either the code review should be done by someone else, or the developers should sober up for a fortnight before code reviewing their own code.
PS: I am a software developer. I get drunk on my own bullshit as well.
#software #development #ci #codereview