@phryk@mastodon.social
@phryk@mastodon.social avatar

phryk

@phryk@mastodon.social

Your friendly neighbourhood hⒶcker hobo.
Likes dinosaurs, dislikes hierarchy.

Come for the music recommendations, stay for the #propaganda.

#nojs #ux #infosec #python #freebsd

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

phryk, to random
@phryk@mastodon.social avatar

>>> pprint(main.search.tokenize('bare words -exclusion "quoted words" field:match -negative:"quoted field match"'))

[<BareToken 'bare'>,
<BareToken 'words'>,
<BareToken NOT 'exclusion'>,
<QuoteToken '"quoted words"'>,
<FieldToken field == 'match'>,
<FieldToken NOT negative == <QuoteToken '"quoted field match"'>>]

Cool, so that seems to work. Now I "just" have to translate the tokens to WHERE clauses… but that's a problem for future phryk. :tinking:

phryk, to LLMs
@phryk@mastodon.social avatar
phryk, to random
@phryk@mastodon.social avatar

Hokay, tokenizer seems to work, time to extend this into a working search feature…

phryk, to dnb
@phryk@mastodon.social avatar

Art vs. Science – Magic Fountain (Royalston Remix)

Still a huge fuckin banger. 👌

phryk, to random
@phryk@mastodon.social avatar

It's an obscenely beautiful day and instead of leaving the house I am sitting here, writing a hacky tokenizer. :F

phryk,
@phryk@mastodon.social avatar

Honestly, I might qualify for agoraphobia by now.

Excluding grocery shopping, I have left the house a grand total of TWO TIMES this entire year. Once to go bouldering and once to have a smoke in the park. :/

phryk,
@phryk@mastodon.social avatar

And I didn't particularly enjoy either.

elomenelomina, to random German
@elomenelomina@mastodon.social avatar

Hab aktuell derartigen Flugzeuglärm Tinnitus, dass ich davon nachts wach werde mit dem Gefühl, das Flugzeug starte gerade 😬

Meine Matratze bebt dabei krass unter den Vibrations"lautstärken" in meinem Körper bei gleichauf starkem Tinnitus.

Muss wohl ärztlichen Rat holen. 🤔Bloß bei welcher medizinischen Fachrichtung? HNO sicher nicht ...

phryk,
@phryk@mastodon.social avatar

@elomenelomina Wieso nicht HNO? IIRC kann Tinnitus mit temporärem Tragen eines Hörgerätes gefixt werden, habe aber nie weiter reingeschaut, weil meiner mich noch nicht wahnsinnig genug gemacht hat.^^

QasimRashid, to random
@QasimRashid@mastodon.social avatar

Incredible. Read the text of the ceasefire agreement.

The ceasefire mandated release of ALL Israeli hostages, a permanent & indefinite ceasefire—meaning Hamas could never offensively take up arms against Israel again—and Qatar, Egypt, USA, & the UN serving as Guarantors.

Israel still said no.😐
https://www.aljazeera.com/news/2024/5/6/text-of-the-ceasefire-proposal-approved-by-hamas

phryk, (edited )
@phryk@mastodon.social avatar

@QasimRashid Uh, not trying to be an asshole, but reading that text I can definitely see some reasons why Israel wouldn't agree to that.

This would objectively enable Hamas to free a bunch of its incarcerated fighters, possibly even some of those involved in the October attacks.

Additionally "movement of goods" "without restrictions" sounds a lot like it'd enable weapons to be brought in again.

Also I don't think a ceasefire works like you think it does.

phryk, (edited )
@phryk@mastodon.social avatar

@QasimRashid Ceasefires are traditionally a much weaker thing than peace treaties and even those don't offer a strong guarantee.

I really don't see where you get the interpretation that this would guarantee in any way that Hamas won't attack again. Honestly, with understandably risen resentments against Israel, I highly doubt that'd be the case.

PS: To clarify, I'm definitely not on the side of Israel in this conflict (and neither on that of Hamas, before anyone asks).

phryk,
@phryk@mastodon.social avatar

@QasimRashid To further clarify, I would have liked a ceasefire like 6 months ago and a proper road towards peace.

I would have liked for UN blue helments to actually do something useful for once and go into Gaza to guarantee human aid deliveries.

But Hamas and the Netanyahu government have fucked the prospects for peace six ways to sunday and that's a complete tragedy that the population with nothing to gain in this conflict will continue to suffer under for decades to come.

phryk, to random
@phryk@mastodon.social avatar

UX people: Pwease downt fowgewt alt text
Meanwhile SVG: Bitch, I AM the alt text!

phryk,
@phryk@mastodon.social avatar

And yes, this works even if you want to use decorative hand-picked fonts like I do.

You just group all your texts, copy that group and transform all texts in the copy to paths.

That way you have the visual information what the text looks like baked directly into the SVG without having to refer to a font file.

Then, instead of switching visibility off globally for the group with the original <text> objects, you simply set the alpha channel of the fill for those texts to 0.

geistesgift, to random German
@geistesgift@mastodon.social avatar

Können Leute feministisch sein, die einen Lebensentwurf mit zeitweiligem (notwendigem) Fokus auf Kinder/Familie unerträglich mit anzusehen finden? 🤔

phryk,
@phryk@mastodon.social avatar

@geistesgift Yip, gibt genug Leute, die aus guten Gründen Antinatalisten sind und die sind nicht automatisch davon ausgenommen, feministisch zu sein.

phryk, to random
@phryk@mastodon.social avatar

Aight, time to see if a bit of gaming sparks some joy and then off to bed…

alcinnz, to random
@alcinnz@floss.social avatar

I figure RISC32imv running at multiple megahertz would be plenty for decent realtime audio & graphics. Without any external audio & graphics cards! Though the V extension standardizes 128bit vectors, not 32bit like we minimally need.

Meanwhile early home computers are prized for how simple & understandable their OSs are.

Who can paint me a picture of bringing that appeal to risc32imv?

Abstractions might you want over an audio queue & framebuffer?

Programming language? Input? Simplifications?

phryk,
@phryk@mastodon.social avatar

@alcinnz I'd personally like rich objects that allow for high-level things like vector drawing and perspective projection for graphics and filtering for audio, but I'm not sure how realistic that would be.

phryk,
@phryk@mastodon.social avatar

@alcinnz Yeah, I'm not even thinking that complex – tho I'd like to have an alpha channel.

I'm mostly thinking of cyberpunk UI. The kind of stuff you'd see in 80s and 90s sci-fi.

phryk, to random
@phryk@mastodon.social avatar

Hokay, form field grouping now works for checkboxes in the form system for my new site.

Now radio buttons. Then, I can finally continue implementing the sites administration features.

phryk,
@phryk@mastodon.social avatar

Done. Now I can have groups of checkboxes and radiobuttons distributed over arbitrarily nested fieldsets and comfortably handle them as one thing. :)

phryk, to random
@phryk@mastodon.social avatar

Good news for all my neighbors – I ordered an unreasonable amount of audio hardware.

In about a month, my sound should finally be proper and balanced all across the board.

phryk, to random
@phryk@mastodon.social avatar

https://yewtu.be/watch?v=krfbdCWOo-A

Dr. Peacock – The Universe (Where Is My Mind Bootleg) #np #frenchcore

alios, to random German
@alios@chaos.social avatar

Macron macht es richtig: "Vladimir, noch so nen Spruch -> Kieferbruch"
Unser Kanzler ja eher so: "Wir sollten mit Wattebällchen werfen, aber bloß nicht so hart, nicht das am Ende noch wer böse wird."
https://euromaidanpress.com/2024/05/02/macrons-conditions-to-deploy-troops-in-ukraine-russias-breakthrough-and-ukraines-request/

phryk,
@phryk@mastodon.social avatar

@alios Bin ja echt kein Fan von Macron, aber der Ansatz mit "strategic ambiguity" hört sich nach einem viel passenderen Konter als das, was der Großteil des Westens macht, an…

Sowas sollte IMO auch bei den Materiallieferungen gemacht werden. Einfach mal (in Abstimmung mit der Ukraine) publik ein bisschen darüber reden, ob man nicht auch noch F35, A10, ATACMS, etc. liefert. Einfach mal 20 MANTIS Luftabwehrsysteme in den Raum stellen. Diesdas.

phryk,
@phryk@mastodon.social avatar

@alios Ja, es ist mir echt unbegreiflich, wie das russische Konzept, die Öffentlichkeit einfach mit einem arschvoll – sich zum Teil widersprechenden – Narrativen vollzumüllen, von Leuten in solchen Machtpositionen immer noch nicht verstanden wurde, von effektiven Gegenmaßnahmen mal ganz abgesehen…

Mal davon abgesehen, dass der Einsatz europäischer Soldaten zumindest für die Defensive in der Ukraine eigentlich ziemlich unkontrovers sein sollte.

itsfoss, (edited ) to random
@itsfoss@mastodon.social avatar
phryk,
@phryk@mastodon.social avatar

@itsfoss I've noticed that when sharing links to my own website, but I thought this was more of a me-problem with the sites performance.

Will be interesting to see how that'll pan out with the new site I'm currently building… :thaenkin:

flisk, to random
@flisk@fops.cloud avatar

i've had this little sarcastic banner at the bottom of my nextcloud instance forever and i keep updating the line count each time i do a major upgrade

phryk,
@phryk@mastodon.social avatar

@wonka @flisk Well, if you want to go down that road, I'm pretty sure there's a bunch of retro and embedded OSes at that size range that are still around. Things like FreeDOS and Frosted.

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