Replies

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

chris, to random
@chris@mastodon.chriswiegman.com avatar

Oh great... As if it isn’t bad enough that I have to clear every single mention notification twice in Ivory (and there is no way to turn off the rest of the notifications)... now even going to each tab no longer clears them and I need to quit the app entirely to do so.

I think it's time I put all my computers away... in the trashcan.

krinkle,
@krinkle@fosstodon.org avatar
lapcatsoftware, to random
@lapcatsoftware@mastodon.social avatar

WWDC 2004: Redmond, start your photocopiers.

WWDC 2024: Redmond, we’ve started copying your Copilot.

krinkle,
@krinkle@fosstodon.org avatar

@lapcatsoftware

I immediately hear the Bertrand's voice, and vice versa, the way I know to recognise his voice is because I remember how he said this very sentence.

He did an educational video on LLMs recently on his truly empty 20yo YT account:

https://youtu.be/QwtyIDmhxh4?feature=shared

daveshea, to random
@daveshea@cosocial.ca avatar

That advice to inform your bank ahead of trips? Never done that. Never been a problem. Does anyone still bother?

krinkle,
@krinkle@fosstodon.org avatar

deleted_by_author

  • Loading...
  • lapcatsoftware, to random
    @lapcatsoftware@mastodon.social avatar

    I really dislike how Mastodon handles direct messages, as if there were just any other post with replies.

    Twitter does this much better. Direct messages are grouped by person, as they should be. On Mastodon, though, it’s difficult to see your message history with a person, and it’s always unclear whether you should reply to an old, possibly unrelated direct message or start a new “thread”, which is more difficult than it should be.

    krinkle,
    @krinkle@fosstodon.org avatar

    @lapcatsoftware @grumpygamer

    All that is true, but difficult does not mean impossible.

    Mastodon has shipped E2E encryption in its API for ~4 years now (based on Matrix, very similar to libsignal, it claims).

    https://github.com/mastodon/mastodon/pull/13820

    Future work at

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

    krinkle,
    @krinkle@fosstodon.org avatar

    deleted_by_author

  • Loading...
  • krinkle,
    @krinkle@fosstodon.org avatar

    @mp @lapcatsoftware

    Some other Fedi software pretend to do the above but within any server handling, like ELK, that seems worse as that makes it seem more safe than it actually is. Any wrong mention...

    For Mastodon specifically, I believe they don't want to create a separate UI until E2E is also finished.

    https://github.com/mastodon/mastodon/pull/13820

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

    kornel, to random
    @kornel@mastodon.social avatar

    I've set up git commit signing with SSH. It was relatively easy, and did not need any GPG cruft.

    https://calebhearth.com/sign-git-with-ssh

    krinkle,
    @krinkle@fosstodon.org avatar

    deleted_by_author

  • Loading...
  • molly0xfff, to ArtificialIntelligence
    @molly0xfff@hachyderm.io avatar

    I spent a long time experimenting with AI before finally writing about it in depth. It can be pretty useful — but is it worth it?

    https://www.citationneeded.news/ai-isnt-useless/

    krinkle,
    @krinkle@fosstodon.org avatar

    deleted_by_author

  • Loading...
  • pixelambacht, to CSS
    @pixelambacht@typo.social avatar

    Oh, CSS Tricks is back, sorta? https://css-tricks.com/archives/

    krinkle,
    @krinkle@fosstodon.org avatar

    deleted_by_author

  • Loading...
  • 18+ krinkle, to random
    @krinkle@fosstodon.org avatar

    MKBHD is reportedly taking criticism for his honest and even generous review of a shitty tech product. The truth is it was just one guy on Twitter giving him shit, until journalists came to do a poor job with it and create outrage and attention, to then rewrite and report more.

    But, so was the guy.

    🔗 https://stratechery.com/2024/mkbhds-for-everything/

    🔗 Response to said guy: https://twitter.com/benthompson/status/1779817665672175957

    I'm pretty sure the guy is a troll that hoped he'd be "misunderstood" so he can ...

    (1/)

    18+ krinkle, (edited )
    @krinkle@fosstodon.org avatar

    The same guy is also known for ambiguous one-liners like "We buy big cars because we can".

    🔗 https://twitter.com/dvassallo/status/1780609874436702270

    He hoped to be "misunderstood" so he can come back, to further seek attention:

    🔗 https://twitter.com/dvassallo/status/1780611515382690026
    🔗 https://twitter.com/dvassallo/status/1780698319389597802

    Creating a honeypot for the usual outrage and response, only to walk it back later, saying US law makes buying big cars too easy (the politically correct thing to say in America in 2020s).

    (2/)

    18+ krinkle,
    @krinkle@fosstodon.org avatar

    This is how the sausage is made. This is how you monetise social media, and feed on the masses.

    An expected next move would be to sell a self-help book, a paid newsletter, or start some crypto or other pseudo-investment thing.

    What's that I hear?

    "discount code in bio"

    Enfin.

    (3/3)

    simevidas, to random
    @simevidas@mastodon.social avatar

    Creating an anonymous blog is easy for web developers.

    For example:

    1. create GitHub account with anonymized email address (e.g., Apple’s Hide my Email service)
    2. use Eleventy or similar tool to create a static blog
    3. publish on GitHub Pages (e.g., anon123.github.io/blog/)

    But what about the people who don’t know how to use GitHub, npm, code editors, etc.? Like if somebody is a political activist, and they want to blog anonymously, what can they do?

    krinkle,
    @krinkle@fosstodon.org avatar

    deleted_by_author

  • Loading...
  • Edent, to wordpress
    @Edent@mastodon.social avatar

    Another lazy question.

    I use to write my posts.

    Code is written as:

    print("hello")  
    

    That's automatically converted to:

    <pre><code class="language-python">…

    I use HighlightJS to do syntax highlighting. But that pulls in lots of JS which I'd rather avoid.

    Is there a decent plugin for doing sever-side rendering of code highlighting which doesn't require blocks / Gutenberg?

    I know I can try a few out, but I'd like to hear people's personal experiences.

    krinkle,
    @krinkle@fosstodon.org avatar

    deleted_by_author

  • Loading...
  • krinkle, (edited )
    @krinkle@fosstodon.org avatar

    deleted_by_author

  • Loading...
  • luis_in_brief, to random
    @luis_in_brief@social.coop avatar

    Trying to wrap my head around an AGPLv3 OS kernel. It's not bad but makes all the challenges of determining the scope of AGPL even more mind-bending. https://github.com/llenotre/maestro/commit/11a70e6003062b6b06ba039b5d72b61f75d8d8a3

    krinkle,
    @krinkle@fosstodon.org avatar

    deleted_by_author

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