toastal

joined 4 years ago
[–] toastal@lemmy.ml 1 points 1 day ago* (last edited 1 day ago)

I wrote a TamperMonkey script. 😅 I needed to so I could use my password manager. How dare I.

Should be a general web dev usability note: always aim to make your code to be friendly for scraping & userStyles/userScripts. If a client isn’t updating shit, at least users can easily fix things. This is also another point against this Tailwind-only trend since you tend to lose anything semantic in the DOM & have nothing to select on.

[–] toastal@lemmy.ml 2 points 2 days ago* (last edited 2 days ago)

Software dev was nicer & easier + digital art tools being more than servicable (where Adobe had just moved to a subscription service in 2013) while the philosophy matches my own for privacy & freed. I don’t like compromising on that philosophy unless absolutely necessary or being cost-prohibitve (where convenience is a low priority). In 2016 after seeing the Nvidia 10 series GPU numbers (still primary GPU ha), I built a new PC & vowed that this wouldn’t be a dual-boot machine, & the rest was history.

[–] toastal@lemmy.ml -5 points 2 days ago

All the code is hosted on GitHub. Clone it, build it, and join our Discord if you want to collaborate on it! We're looking forward to seeing you there.

So much for freedom when everything is done thru proprietary services under US jurisdiction.

[–] toastal@lemmy.ml 1 points 2 days ago (1 children)

skill issue

I don’t understand how. Snikket is fully boxed up & preconfigured for the lazy, & offers straight-up hosting for the the even lazier.

I say lazy since setting up ejabbered is already easy to set up with sane defaults, a web admin UI, & availability in like every package manager.

[–] toastal@lemmy.ml 18 points 2 days ago (2 children)

My bank disables paste as has code checking if the browser is greater than Netscape Navigator 4.

[–] toastal@lemmy.ml 1 points 2 days ago (3 children)

Snikket exists for this type of user. If money is an issue, since XMPP is actually lightweight unlike Matrix, you can host multiple things even on the cheapest VPSs so it isn’t dedicated to one taskl or self-host out of your home (which is what I do, but also with some small sites, a feed aggregator, Mumble, terminal sharing, Darcs/Pijul version control systems, & Nix remote builder).

[–] toastal@lemmy.ml 3 points 3 days ago

Honestly that was the initial appeal. Grandma didn’t notice or care that the old SMS app was hidden & just thought there was an update. That ignorance meant she was talking in an encrypted fashion where possible even if accidentally. And since you will need a SMS app anyhow for OTP & other one-off notifications, might as well have it all in one spot. The fact it is different is probably more confusing to some users.

And without that appeal, the missing server code history, the US government funding, centralized service, the requirement of a SIM card (which many places now require ID to get so they can register you in a database), as well as the requirement of bowing to the mobile duopoly (can’t use the service if you have a KaiOS, Linux, or other phone—or without a phone), I don’t know there is much of an appeal. In hindsight, I wish I hadn’t gotten my family on it since I would love to ditch Android.

[–] toastal@lemmy.ml 1 points 3 days ago

Depends. Since this is seen as an out-of-band coms option for work, there is a good chance you will want encryption for only folks in the room either for accidental company secrets leaked or to shit talk folks outside the room. IRC, the best you get is TLS.

[–] toastal@lemmy.ml 0 points 3 days ago (8 children)

…to which for privacy reasons your team shouldn’t like SMS, Discord, Telegram, Slack, and probably even Signal (somewhat for privacy, & more for accessibility)

[–] toastal@lemmy.ml 3 points 3 days ago

Also, if this comment looks wrong, your app’s comment parser is incorrect. (Also Markdown sucks)

[–] toastal@lemmy.ml 7 points 4 days ago* (last edited 3 days ago) (1 children)

You won’t find my filter list on there for obvious reasons: github-less-social The https://git.sr.ht/~toastal/github-less-social/blob/trunk/aggressive.txt file really cuts a lot of the crap out of Microsoft GitHub.

[–] toastal@lemmy.ml 2 points 4 days ago

Underrated language for this space: ATS from the ML family, which has a feeling of what if C met SML/OCaml then graduated.

You get more flexibility for memory safety with linear types over affine types like Rust for preventing double free or use after free-like errors (while be general for any use-X-times problems). Refinement types can enforce bounds. Dependent types + viewtypes can build complex, but zero-cost abstraction for your own code or as wrappers over C libraries to make them safe & pushing checks to the compile phase rather than runtme. On top of that, there are proof-level types/values you can interleave in your code instead of using an auxiliary language like Coq or Agda. Compiling/mapping to C you use a lot of the same tooling of C as well as performance charactistic of C (can opt in/out of GC, unboxed types, can layout the memory, as well as TCO); you also get the stable C ABI over Rust’s general difficult to be used in non-Rust projects.

All this to say you have a language that can operate at the system level, type abstractions that go beyond posterchild Haskell, & a proof language to turn those white papers into proof code right in the project. If it didn’t have a special learning curve, it should be a lot more popular in this space.

11
submitted 2 months ago* (last edited 2 months ago) by toastal@lemmy.ml to c/programmerhumor@lemmy.ml
 
1
submitted 4 months ago* (last edited 4 months ago) by toastal@lemmy.ml to c/xmpp@slrpnk.net
 

There is a little bit more than just service.movim.enable = true; but it’s not far off. For those looking to a Docker alternative & reproducible/declarative builds, this could be quite useful.

0
submitted 8 months ago* (last edited 8 months ago) by toastal@lemmy.ml to c/technology@lemmy.ml
 

A quick primer on XMPP & how/why you should host your own server for low-resource-usage, encrypted chat & other pubsub server.

view more: next ›