stefan, (edited ) to fediverse
@stefan@stefanbohacek.online avatar

Alright, what is the #fediverse?

"Social networks that..."

stefan,
@stefan@stefanbohacek.online avatar

@mnemonicoverload I don't know. I like standards.

If there's one thing I'd change about the fediverse (as I understand it), it would be a wider adoption of the ActivityPub client-to-server API. Even more standards!

https://www.w3.org/TR/activitypub/#client-to-server-interactions

https://github.com/mastodon/mastodon/issues/10520

chikorita157, to random
@chikorita157@sakurajima.moe avatar

This is a big yikes as SSH is generally used for system administration. Thankfully there is a patch for OpenSSH to fix this.

https://arstechnica.com/security/2023/12/hackers-can-break-ssh-channel-integrity-using-novel-data-corruption-attack/

kkarhan,

@chikorita157 I wounder ehat other Software besides #OpenSSH is affected and if so if patches are already under way...

I.e. #Dropbear is a popular #SSH #Server & #Client used in a lot of #embedded devices...

rory, to FreeBSD

I've been re-reconverting a lot of my "stuff" to the BSDs (Free, Open, Net). It's refreshing. The Linux every-tool-has-to-be-a-swiss-army-knife ethos is exhausting after a while. The relative simplicity and clean organization of *BSD (especially OpenBSD) re-affirms my fondness for UNIX-y things.

You might think there's not that much difference but, in many cases, I'd rather admin a BSD box. Try it, you'll see.

Also, NetBSD is soo lean, it has made my old Pentium III almost useful again. Even with 333Mhz and 128 MB of RAM 🙃

#bsd #openbsd #freebsd #vintagecomputing

kkarhan,

@rory Well, for OS71337 I took inspiration from @w84death 's #Floppinux and took his #documentation and went full "chimp banging rocks together" on it, but swapping #BusyBox for @landley 's #toybox since I prefer #bash over #ash and wanted something really basic that would do more than cat text files but provide i.e. a portable #SSH #client on a FDD.
Something that could serve as a foundation or rather plain "slate for my other projects in lieu of a THICC distro that is not practically auditable

lexd0g, to random
@lexd0g@wetdry.world avatar

holy fucking shit bitwarden finally got passkeys

kkarhan,

@ljrk @lexd0g The problem is that #SSL is trivial to #DoS & #DDoS and doesn't require a malicious actor on #Client-side to create their Pubkey at a similar computational cost,

And PGP would solve the whole #login issue more elegantly - just like with eMail encryption!

kkarhan, to linux

I really did underestimate as compression for a :

I was able to just shove the pre-made, full & uncut binary from @landley and still have some breathing room.

Tho I expect this to change once I put a in that has actual capabilities...

This will be interesting for OS/1337.

http://landley.net/toybox/bin/
https://landley.net/toybox/help.html

the complete toybox binary outputting the commands it has implemented

kkarhan, (edited )

@landley I'll propably have to gut functions out of toybox to get it where I want it to be, but then again the "#CORE" Version of OS/1337 will be very much barebones....

Just the essentials to get #Dropbear #Client to be able to #SSH into stuff, be able to make a #ramdisk and #wget / tiny-#curl everything else (i.e. a system image one could dd onto a HDD/SSD)...

Kinda like an old #netinstall #Floppy...

Ideally configureable to the point that I could also swap #dbclient for dropbear as #Server

retr0id, to random
@retr0id@retr0.id avatar
kkarhan,

@KiltedQueer @olives @joeo10 @anedroid @retr0id better, because it actually works and Threads and stuff just works...

And unlike #Discord it's not a #centralized shit they host with #VC money on #aws, #GCP or whatever but instead you can #SelfHost and even write your own client because it has an actual #API...

https://zulip.com/api/
https://zulip.com/help/getting-your-organization-started-with-zulip

There's even a #TUI #client: https://github.com/zulip/zulip-terminal

kkarhan,

@retr0id @saagar @signalapp it's not #FLOSS if you can't #SelfHost yoir own #Sefvers + build your own #Client from scratch.

Besides #Signal collects so much metadata it has a #Honeypot stench like #ANØM had.

What's the point of an #anonymizing #messenger if they - in clear violation of #GDPR & #BDSG - conmect that to a #PhomeNumber which im more juristictions than ever can't be obtained anonymously in.any legal capacity???

hrefna, to random
@hrefna@hachyderm.io avatar

An inbound parser view into the #ActivityStreams object.

Yes, this is the base object. All objects can have any/all attributes.

hrefna,
@hrefna@hachyderm.io avatar

@anderseknert In AS2 it's defined as "Identifies one or more Objects that are part of the private secondary audience of this Object."

Then AP dictates how to handle it (https://www.w3.org/TR/activitypub/#client-to-server-interactions): you treat it like a cc/to field but strip the information before sending it. So it gets sent to the actor and they know who sent it, but don't see any of the other actors in the b(to/cc) fields.

amadeus, to mastodon
@amadeus@mstdn.social avatar

Lately, I often see people in my home feed that I do not follow. I have to follow and unfollow them to remove them from my feed. 🤔 #mastodon

stahlbrandt,

@amadeus I had it happening to me yesterday: A toot from an account (from another server) I do not follow showed up in my stream. None of its hashtags followed. Noticed a person I do follow had replied to a post on the thread further below the toot. For now I assume the following: A person I follow retoots/boosts a post, then remove the boost. The post stays published/cached and is seen by me, confusing me. #mastodon #cache #refresh #client #mastodon_client #tooot

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
minioctt, to web Italian

Colpo di #genio estremamente radicale per risolvere un annoso #problema: il creare una data #webapp, che non abbia bisogno di grande interattibilità (vedi un social network, o un CMS), senza dover mantenere 2 #codebase separate e quindi impazzire, facendola funzionare sia con un #server che totalmente senza… ossia, come unire in una sintesi circa accettabile i due maggiori paradigmi del #frontend? 🤔️

  • Quello antico, delle prime #piattaforme #web, dove il server genera tutto l’HTML e il browser lo visualizza com’è, spesso con (quasi) zero #JavaScript (vedi la Spacc BBS). 📦️
  • Quello moderno, dove nel #backend si espongono API (spesso JSON REST), e il fronte viene sviluppato a parte come app che gira totalmente lato #client, con il #browser che richiede pezzetti di dati e fa i suoi iperprocessamenti. 💱️

Ormai quello antico non si usa quasi mai per #progetti nuovi, perché gli svantaggi sono pesanti appena si vuole andare un po’ più in là: per tappare i buchi nel progetto medio si finirebbe a dover scrivere talmente tanto #codice #ClientSide, che a questo punto era meglio fare tutto nel secondo modo, senza menzionare i modelli e le #API da esporre nel server che altrimenti non si sarebbero implementati. Però, le webapp antiche girano bene anche sul computer tascabile meno performante (average Ximi), sui browser vecchi, e spesso sono le uniche che vanno quando tutto il resto ti lascia a piedi. D’altro canto però, anche se in teoria quella #app potrebbe funzionare #offline, magari mostrando dati cachabili, se è sviluppata in modo attaccato al server ecco allora che non si può fare nulla: muore il server, muore tutto. 💣️

Quindi la mia #idea paxxerella, dato che devo fare banalmente una #applicazione come frontend per un altro servizio già esistente, ma voglio i vantaggi appena millantati: sviluppare con i paradigmi #ServerSide in un framework JS adatto, che giri sia in Node che nel browser. A quanto pare, qualcuno ci ha pensato prima, e qualcosa di già fatto ho trovato (Express+FrontExpress, Koa+Koa-Client, Rill)… ma è tutta roba ormai abbandonata, che o non funziona (ho provato) o ha altre #rogne. Te pareva che trovavo mai qualcosa di buono già pronto… Però, in un quarto d’ora ho tirato su uno #script scheletrino, giusto per poter partire per questa via. ☠️

Rapido #esempio: questo #programma (giusto da #dimostrazione, non fa nulla se non mostrare questo testo e far navigare tra pagine) gira sia come server su #NodeJS, che come script in una pagina #HTML totalmente #locale, e l’esperienza non cambia. Percepisco il potenziale, continuerò così. 😤️https://octospacc.altervista.org/2024/02/07/frontendare-lato-client-come-fossimo-nel-backend/

#API #app #applicazione #backend #browser #client #ClientSide #codebase #codice #dimostrazione #esempio #frontend #genio #HTML #idea #JavaScript #locale #NodeJS #offline #piattaforme #problema #progetti #programma #rogne #script #server #ServerSide #web #webapp

simplescreenrecorder-2024-02-07_17.05.35

nono2357, to security
ErikJonker, to mastodon
@ErikJonker@mastodon.social avatar

Elk is a good example of a mastodon client that has not the most functionality but is just very nice to use. Easy, fast, small.
https://github.com/elk-zone
#Elk #Mastodon #client

gnulinux, to Matrix German
@gnulinux@social.anoxinon.de avatar

Fractal: Die Version 5 ist da - mit frischer Kryptographie

Update zur Anwendung Fractal mit kurzem Erfahrungsbericht.

#Fractal #Matrix #Client #Update #Linux

https://gnulinux.ch/fractal-die-version-5-ist-da-mit-frischer-kryptographie

minioctt, to telegram Italian

[⤴️ https://octospacc.altervista.org/2024/01/13/wordpress-che-non-e/]

Dunque, quel bellissimo #MBViewer, che ho iniziato a realizzare appena 3 giorni fa… è già #SpaghettiCode. Ehh, si, quel codice di #Telegram lì non è proprio fatto per gestire un caricamento di dati troppo avanzato e tutto #ClientSide: nel suo normale caso d’uso riceve #HTML già preparato dal server, ed usa #JavaScript non #moderno, quindi tentare il #retrofitting che ho fatto io è chiaro porti a difficoltà. Si può fare, perché nella #programmazione si può fare tutto, ma è un #casino. …E un po’ me lo aspettavo, e lo sapevo da quando ho iniziato. 😁️

Considerate, questa #idea mi era venuta per un motivo molto #semplice: era da un po’ che volevo implementare una vista più #minimale e con #comodità moderne (come lo scorrimento infinito, o la vista in contesto) per il #MicroBlog nuovo, ma tenendo comunque io il controllo dei miei #dati. Farlo dentro #WordPress non mi va, dato che alla fine comunque dovrei usare #script #JS, e a questo punto ho ritenuto #intrigante l’idea di fare proprio una cosa a parte, che potesse potenzialmente essere facilmente adattata per prendere i #contenuti anche da altre fonti (e lo fa, legge #JSON da ovunque, se opportunamente assemblato), qualora il #sito Altervista dovesse avere dei problemi. 🧭️

Però, questa non è la mia #soluzione a lungo termine. Per quello, in realtà, ho in mente un #progetto semi-segreto che iniziai mesi fa, ma che poi, presa da altre cose, non continuai. Doveva essere una #webapp per il Fediverso e, potenzialmente qualunque altro #protocollo #social grazie ad un layer di astrazione di #API interno. È Il #software che vorrei far funzionare con una doppia #interfaccia, a #messaggi o a “piazza” (stile Miiverse), e quindi in secondo luogo anche come #client Matrix, e in terzo e quarto per #blog e #feed standard… problema è che, dovendo non solo #progettare tutto il #frontend, ma anche svecchiare una spaventosa porzione del #codice, non è affatto una cosa rapida arrivare ad uno stato di primissimo #MVP. 😳️

Insomma, è per questo che questa piccola #applicazione, tirata su alla bene e meglio e che esiste in buona parte per via di #lavoro non mio, l’ho chiamata “#distrazione”. Continuerò ad aggiornarla, anche dopo che ora ho aggiunto l’ultima funzione fondamentale, ossia l’apertura di #post specifici? Probabilmente no, sarebbe meglio pensare a sistemare quell’altro progetto e fare un robo fatto bene. Importa qualcosa? Naaaah… come si dice, “the first rule of gun safety is to have fun“? Vale la stessa cosa per il #coding, quando l’arma è la propria tastiera insomma. Basta sia stato #divertente. 😈️

https://octospacc.altervista.org/2024/01/16/spaghetti-a-breve-termine/

#API #applicazione #blog #casino #client #ClientSide #codice #coding #contenuti #dati #divertente #feed #frontend #HTML #idea #interfaccia #intrigante #JavaScript #JS #JSON #lavoro #MBViewer #messaggi #MicroBlog #minimale #moderno #MVP #post #progettare #progetto #programmazione #protocollo #retrofitting #script #semplice #sito #social #software #soluzione #SpaghettiCode #Telegram #webapp #WordPress

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar

Heroic Games Launcher 2.12.0 Brings Automatic Installation of the Epic Games Overlay: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.12.0
#linux #linuxgaming #update #foss #release #heroic #egs #client

nono2357, to random French
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • tacticalgear
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • lostlight
  • All magazines