@robryk@qoto.org avatar

robryk

@robryk@qoto.org

I enjoy things around information theory (and data compression), complexity theory (and cryptography), read hard scifi, currently work in infosec, am somewhat literal minded and have approximate knowledge of random things. I like when statements have truth values, and when things can be described simply (which is not exactly the same as shortly) and yet have interesting properties.

I live in the largest city of Switzerland (and yet have cow and sheep pastures and a swimmable lake within a few hundred meters of my place :)). I speak Polish, English, German, and can understand simple Swiss German and French.

If in doubt, please err on the side of being direct with me. I very much appreciate when people tell me that I'm being inaccurate. I think that satisfying people's curiosity is the most important thing I could be doing (and usually enjoy doing it). I am normally terse in my writing and would appreciate requests to verbosify.

I appreciate it if my grammar or style is corrected (in any of the languages I use here).

This profile is from a federated server and may be incomplete. Browse more on the original instance.

grrrr_shark, to random
@grrrr_shark@supervolcano.angryshark.eu avatar

LB: OMG. This is my favourite fantasy ever for many, many bearded men of my acquaintance (not all of them, obviously - SPECIFIC ones...)

robryk,
@robryk@qoto.org avatar

@grrrr_shark what does LB mean?

LaF0rge, to random
@LaF0rge@chaos.social avatar

Started to implement a use-count based system for powering up/down build hosts and other lab CI hardware infrastructure on demand, rather than running things 24/7 wasting power: https://osmocom.org/issues/6023 - please let me know if I'm reinventing the wheel and this already exists elsewhere?

robryk,
@robryk@qoto.org avatar

@LaF0rge I know little about the setup, so might be very off the mark: have you considered shutting down on (sufficiently long) inactivity? If the device can detect that it's being used and can shut itself down, that should work and might be significantly simpler.

hollie, to random
@hollie@social.coop avatar

For the last couple of years orcas have been ramming and breaking the rudders of small boats off the coasts of Spain and Portugal. They've actually figured out that without a rudder a boat stops moving, that's pretty forking impressive. They sunk at least one (but didn't attack the lifeboat). Hundreds of these events have happened, it's now a known hazard in the area and boats are advised to avoid the area if they can.

https://www.yachtingworld.com/news/why-have-orcas-been-attacking-yachts-a-puzzling-mystery-143953

robryk,
@robryk@qoto.org avatar

@hollie I started wondering whether it's actually worse on a sailing ship: the ship's center of water resistance shifts forward, so is in a different position vs the center of wind resistance. I don't know how narrow is the acceptable range of the distances between them. If that's important enough, broken rudder would be strictly worse than a stuck rudder.

whitequark, to random
@whitequark@mastodon.social avatar

🤍 got 50 sachets of silicagel and put it in a sealed container with a digital hygrometer

it started off at 38% and four hours later it's at 41%

i think silicagel is a lie

robryk,
@robryk@qoto.org avatar

@leo @whitequark Care to elaborate? I expected the datasheet to give something like the equilibrium RH in presence of unbounded amount of silica as a function of temperature, but i can't find anything like that there.

whitequark, to random
@whitequark@mastodon.social avatar

accessibility is important and undervalued. at one point i spent a significant amount of time and effort (~months) improving accessibility of a complex application i maintained

do you know what is the difference between "software application" and "my mastodon feed"? the former is a product. i am not a product.

i do not owe it to anyone to constrain my self-expression to fit their needs. anyone. for any reason. i've spent enough of my life doing that already

robryk,
@robryk@qoto.org avatar

@x4nw @whitequark

Technically they are because they're missing alt text. One might say that that's similar to the jokes being incomprehensible because they are missing an explanation (for some of them the explanation would be be absurdly long, but for some it wouldn't be longer than a typical alt text).

eta, to random
robryk,
@robryk@qoto.org avatar

@eta If you are ever there for longer you might wish to be aware of the Merrill Collection of Sci-Fi and Fantasy (a non-loaning branch of Toronto public library with ~everything you might wish to read from sci-fi and fantasy; I've read many of the hard to find stories by Hal Clement there).

Ange, to random

The landscape of metadata formats is more complex than I expected.
The amount of different thumbnails that you can put in a JPG is crazy.

robryk,
@robryk@qoto.org avatar

@Ange What do different arrow colors/styles mean? I'm confused by e.g. lack of path from Exif tags to Exif in .jpg that doesn't pass through Tiff.

LukaszOlejnik, to random
@LukaszOlejnik@mastodon.social avatar

And now we await for the next advancement in the field of military technology, i.e. controlling autonomous automatic machine gun turrets using Nintendo Switch game console. Because the one below uses Steam Deck! https://www.vice.com/en/article/5d9g9z/ukraine-is-now-using-steam-decks-to-control-machine-gun-turrets

image/jpeg
image/jpeg
image/png

robryk,
@robryk@qoto.org avatar

@LukaszOlejnik That probably won't happen, because it'd ~require Nintendo's approval/help/support, while a Steam Deck is just a reasonably typical x86_64 computer in a weird form factor.

dunkelstern, to random
@dunkelstern@kampftoast.de avatar

That’s interesting… there are no g-code simulators out there that can handle the stuff the Heidenhain controller from 1989 can do. CNC Machining is really behind on the open source software side. There’s so much more for 3D printing, but even there is so much more potential. I never understood how you would want to do NC programming by hand, but with those controllers it’s so much easier than with the stuff we have as opensource.

robryk,
@robryk@qoto.org avatar

@dunkelstern Do you mean that gcode interpreters we use don't support instructions that that controller did, and that were useful for hand-writing gcode? If not, I'd appreciate a more verbose version.

robryk,
@robryk@qoto.org avatar

@dunkelstern I'm not surprised that's not supported TBH. If controllers support such high-level commands, you end up with multiple codebases (or multiple different implementations of floating point underneath) trying to do the same thing, so much more opportunity for translation bugs (esp. if the computation of position after a command was not trivial from the command's arguments).

Would you want controllers to have that support, or to have a language that has all those higher-level constructs that can be compiled down to g-code?

robryk,
@robryk@qoto.org avatar

@dunkelstern I don't get how repetitions or calculations have no effect on positioning. If you simulate them inaccurately, you'll end up in a different final position than you'd otherwise, no? Then, given that the usual gcode I've seen contained mostly (only?) relative movement commands, such errors would be applied additively to the rest of the program. Do I misunderstand some part?

robryk,
@robryk@qoto.org avatar

@dunkelstern I am thinking of (a) numerically unstable implementations (which, in some parameter regions, amplify floating point inaccuracies ~arbitrarily much) or (b) slightly buggy implementations, rather than simply floating point inaccuracy adding up.

robryk,
@robryk@qoto.org avatar

@dunkelstern Hm~ I wonder how related what you want here is from a missing format I see in 3d printing: there we have either shape description (STL or one of the ones based on parametric surfaces), or toolpath description (basically gcode). There's no format that would allow one to specify a shape, with tolerances (e.g. "this surface can be arbitrary as long as it stays between these two provided surfaces") and with printing expectations (e.g. "this has to be at least two extrusions wide"). Currently that lack causes people to have to reverse-engineer e.g. what thickness of a wall will cause it to be formed out of 2 circumferences without a space between them (e.g. from the POV of mechanical strength, width of 2.5 seems worst, because it creates a weird print with a somewhat wider gap between the two lines of extrusion), or what is the shape of an unimportant surface that causes the object to be printable without supports.

robryk, to random
@robryk@qoto.org avatar

How can one estimate comparisons of human heat loss across different scenarios?

According to, a.o. https://sci-hub.se/https://pubmed.ncbi.nlm.nih.gov/4820331/, one can assume that a swimming person's skin temperature is between T_water and T_water+1degC. This seems to suggest that a swimming person at T_water=T will observe similar heat loss as a nude sweating person at T_wetbulb=T with significant relative wind. (Well, that's kinda reasonable even without that confirmation, and relies on similarly intuitive-but-uncited statement that the temperature of sweat film and skin under it will both be at not more than T_wetbulb+1degC, which is probably reasonable in the nontrivial wind assumption.)

Is there a rule of thumb how (thin) clothing should affect that? (I'm trying to figure out rough comparisons of heat loss between running and swimming.) I'm most curious about rules of thumb for (a) loose thin clothing (which I'd model as reducing wind speed and increasing humidity experienced by the film of sweat, but I can't guess by how much) (b) skintight hydrophilic clothing with high heat conductivity (which I'd model at first approximation as changing nothing from being nude).

robryk,
@robryk@qoto.org avatar

Ah, and boosts are very welcome.

robryk, to random
@robryk@qoto.org avatar

Amusing (IMO poorly chosen) turn of phrase:

> So far, the declining power supply hasn’t impacted the mission’s science output, but to compensate for the loss, engineers have turned off heaters and other systems that are not essential to keeping the spacecraft flying.
-- https://www.jpl.nasa.gov/news/nasas-voyager-will-do-more-science-with-new-power-strategy

I wonder if no one noticed (IMO "keeping the spacecraft talking" would be more accurate and all around better; but I'm slightly discordian in that I want people to be confused in a way that teaches them), or people noticed and had a differing opinion.

chlopmarcin, to fediverse Polish
@chlopmarcin@101010.pl avatar

🤔 :fediverse: :mastodon_oops: Zastanawiam się, czy fenomen niezwykłej łagodności (w porównaniu z Twitterem, Facebookiem itd.) nie bierze się z czegoś całkiem innego niż się powszechnie uważa. Ludzie mówią: tu nie ma algorytmów, za pomocą których BigTechy manipulują emocjami ludzi, dlatego ludzie w są milsi, mniej konfliktowi, bardziej pomocni itd. A czy nie jest tak, że o tym decyduje po prostu
b i o l o g i a ? 🍃
Skoro ponad połowę użytkowników stanowią osoby po czterdziestce, to czy sam ten fakt nie sprawia, że w atmosferze jest mniej testosteronu, gówniarstwa, fochów itp. przedszkolnych zachowań?

robryk,
@robryk@qoto.org avatar

@kravietz @chlopmarcin @rcz @timorl

Jak definiujesz punkt (obszar?) oddzielający społeczeństwo nietolerancyjne (i.e. w którym istnieje m.in. presja równieśnicza przeciw niestandardowym przejawom tożsamości płciowej) od społeczeństwa, w którym istnieje presja rówieśnicza w przeciwną stronę? Mam wrażenie, że to nie jest trywialne: Na pierwszy rzut oka możnaby to definiować jako społeczeństwo, w którym decyzje ludzi o własnej prezentacji są takie same jak gdyby społeczeństwa nie było; no ale ludzie bez społeczeństwa byliby na tyle inni, że takie porównanie nie działa. Na drugi rzut oka możnaby to definiować jako społeczeństwo, w którym ludzie są długoterminowo najbardziej szczęśliwi. O tym z kolei bardzo ciężko wnioskować, i to będzie w bardzo wyraźny sposób zależeć od zupełnie niezwiązanych cech społeczeństwa. Innych pomysłow nie mam.

robryk,
@robryk@qoto.org avatar

@timorl @chlopmarcin @rcz @kravietz

> Że jest niesymetryczne jest interesujące, ale też nie aż tak zaskakujące – w końcu są biologiczne różnice, które z pewnością wpływają na rozkłady tożsamości płciowych, podobnie jak na różne rozkłady preferencji seksualnych między płciami.

No i społeczne, które podejrzewam, że są silniejsze. Chociażby jeśli w UK kobiety ubierające się w sposób (w UK) typowo męski są mniej zaskakujące niż sytuacja symetryczna, to osobom powszechnie uważanym za kobiety łatwiej jest (a) zauważyć własne preferencje dotyczące ubioru nawet nie próbując tego zrobić (b) eksperymentować z ubiorem bez przyznawania się (przed innymi lub sobą) o swoich wątpliwościach.

robryk,
@robryk@qoto.org avatar

@rcz @timorl @chlopmarcin @kravietz

więc proszę, czuj się uprawnionym powiedzieć mi, żebym sobie sam wpierw poszukał

Czy masz może jakieś źródła śledzące, jak wielu ludzi rezygnuje z tranzycji na różnych etapach? (Nie wiem np. czy następuje to głownie przed blokerami pokwitania, czy może w przedziale między owymi a HRT jest szczególnie mało rezygnacji w porównaniu do przed i po.) Różne źródła, które podawałeś, lub o których rozmawialiśmy mówiły o reyzgnacjach na różnych etapach, ale żadne z tych co widziałem nie próbowało ich porównywać między etapami.

robryk,
@robryk@qoto.org avatar

@timorl @chlopmarcin @rcz @kravietz

> ale nawet jeśli jest poprawne to wciąż uważam że dostęp do tranzycji nie jest nadmiernie łatwy

Frakcja żałujących pewnie nawet nie jest monotoniczna w łatwości (dla jakiegoś sensownego porządku na łatwości).

robryk,
@robryk@qoto.org avatar

@timorl @chlopmarcin @rcz @kravietz

Dodatkowy problem z mierzeniem żalu to stawianie pytania. Pacjent nie wie, jak by się czuł bez terapii, więc nie może porównać z hipotetycznym stanem. Może on porównywać swój stan z oczekiwaniami (co jest w tej samej mierze pomiarem własności terapii jak i własności jej przedstawienia pacjentowi[1]) lub ze stanem sprzed terapii. Stanowi to problem głównie w sytuacjach, gdzie zmiana stanu pacjenta w funkcji czasu jest dla niego trudna do przewidzenia (wpp. porównanie ze stanem przed działa dobrze), co raczej nie dotyczy tej terapii. Dotyczy to jednak terapii, z którymi możemy tą porównywać. (Dodatkowym problematyczne są terapie, które krótkoterminowo pogarszają stan pacjenta, aby uniknąć znacznie gorszego pogorszenia później, ale to chyba nie jest tuż istotne.)

[1] Gdybyśmy chcieli minimalizować żal w tym znaczeniu, winniśmy opisać skutki terapii w sposób jak najgorszy przy którym pacjent nadal by się zgodził jej poddać. Widać więc, że gdy używamy żalu jako funkcji wyboru terapii musimy unikać tej interpretacji, aby nie wyprodukować systemu, który premiuje takie zachowanie.

robryk,
@robryk@qoto.org avatar

@timorl @chlopmarcin @rcz @kravietz

> Wiele osób trans czuje, że mogą być zaakceptowani przez szersze społeczeństwo jedynie w wyniku daleko posuniętej medycznej tranzycji.

Czy chodzi ci o coś więcej niż HRT? Miałem wrażenie, że to jest wystarczające do bycia rozpoznawanym jako kobieta/mężczyzna przez losowych ludzi, których spotykasz. (Może nie jest? Może chodzi ci o jakąś inna definicję akceptacji?)

> TERFowie (ironicznie) – ci drudzy się lubują w opisywaniu jak to łatwo np. zauważyć że ktoś “tak naprawdę” jest mężczyzną, w praktyce podnosząc standardy akceptacji przy tranzycji. :/

Jeśli szukamy standardu pt. nie da się tego zobaczyć na podstawie łatwych do przeprowadzenia obserwacji, to faktycznie jest to bardzo trudne/niemożliwe (bo kształt miednicy wpływa na chód -- chyba zauważalnie -- i na łatwość noszenia ciężkich przedmiotów opartych o biodra).

Jednocześnie w innych przypadkach (np. ludzi ze stomią lub z protezą kończyny lub jej fragmentu lub po prostu ludzi w danej chwili miesiączkujących) jest, wydaje mi się, szeroko przyjęte w społeczeństwie, że nie jest akceptowalnym publiczne zwracanie uwagi na to, że ktoś nieidealnie ukrywa swój stan (jak i niepubliczne używanie tej wiedzy w sposób inny niż bezpośrednio temu człowiekowi pomocny). (Disclaimer: moje obrazy społeczeństwa mogą być dziwne :P)

Czy ~niemożność odróżnienia jest faktycznie standardem, do którego ludzie nietrywialnie rzadko dążą?

robryk,
@robryk@qoto.org avatar

@timorl @chlopmarcin @rcz @kravietz

> Społeczeństwo cię traktuje tak jakbyś był tej płci której jest twoje ciało po zmianie i bez zdziwienia.

Czy to nie powoduje, że odpowiedź na twoje pytanie jest predykowana przez to, jak indagowany ocenia seksizm w społeczeństwie? (A może ludzie, którzy w ogóle o tym pomyślą są po prostu w grupie "Ok, spoko, mogę tak żyć"?)

robryk,
@robryk@qoto.org avatar

@timorl @chlopmarcin @rcz @kravietz

"Wyobraź sobie, że z nieznanych powodów losowi ludzie budzą się w ciele o przeciwnej płci i tak im zostaje. Wszyscy wiedzą, że tak jest. Pewnego dnia..." chyba jest lepsze pod tym względem.

robryk,
@robryk@qoto.org avatar

@miklo @kravietz @rcz @chlopmarcin @timorl

Jeśli dobrze rozumiem, pytasz o to, jak taka presja w ogóle mogłaby wyglądać (a nie ile/czy/gdzie ona jest w istniejącym społeczeństwie). Jeśli to drugie, to zauważ proszę, że ja pytam o ~to samo.

Wyobraź sobie społeczeństwo z dokładnie symetryczną nietolerancją do tego jak niektóre nasze wyglądają. (Nietolerancja większości nie jest zbyt nierealistyczna, porównaj np. kasty w Indiach.) Podejrzewam, że stwierdziłbyś, że tam jest presja na zmianę płci która prezentujesz.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • khanakhh
  • magazineikmin
  • ethstaker
  • mdbf
  • osvaldo12
  • rosin
  • Youngstown
  • InstantRegret
  • slotface
  • ngwrru68w68
  • kavyap
  • DreamBathrooms
  • tester
  • JUstTest
  • modclub
  • everett
  • cubers
  • tacticalgear
  • Durango
  • GTA5RPClips
  • thenastyranch
  • normalnudes
  • provamag3
  • cisconetworking
  • anitta
  • Leos
  • lostlight
  • All magazines