Skip Navigation

Posts
2
Comments
347
Joined
3 yr. ago

  • The SVG format itself is a bit of a security disaster, nevermind stuff like this.

    Impressive.

  • Wet rooms are way harder/more expensive. (Here anyway)

  • It really depends on the community to be fair. Smaller ones feel more like here.

    At that point, why not just be here though.

  • Follow up question for voice/video servers in general.

    If I want to host a server that allows video calls, do I need GPU hardware acceleration?

  • Github

    Looks like they got caught out by this all too, they are asking for another month or so to get a refactor in.

  • I thought they did a complete rewrite of the voice/video stuff?

  • That's the opposite of how I would understand it though. If you said a passive RCE I would understand that as it being run without me doing anything - in this case, just having notepad open making me vulnerable.

  • Seems to be under active development?

  • Probably worth adding a disclaimer with matrix, that if you self host, DON'T federate. Apparently their abuse management is awful and you get all kinds of shit sent to you which is hard to remove.

  • Can that be disabled?

  • It's ZA! Good luck convincing the south Africans though 🤣

    I once worked in a company doing business in both SA and ZA, lots of confusion.

  • It's because we CAN become a pedestrian. Get off and pick up the bike, tada!

    The problem is that it's very easy to slip into pretending your a pedestrian while ON the bike. It's mostly fine, as if you are going slow, it's really not a problem, but some will obviously take it too far.

    I get annoyed at cyclists jumping lights, gives us a bad name, it is required sometimes though, bikes don't set off the under road sensors for traffic lights

  • If I understand correctly, they recently rebuilt all of the voice/video stuff. Video should be coming soon, it's more of a resourcing issue for their servers.

    I looked at self hosting, but it's a bit of a mess currently.

  • I'm in the UK though, so they imply they may (already or in teh future) need to verify my age anyway.

    They don't seem to have a great out of box experience currently, will require some more poking around.

  • I'm going to try self hosting https://stoat.chat/ not sure it has screen sharing yet, but apparently they just re-wrote all their voice/video stuff, so it should be available soon.

  • NSFW Deleted

    Permanently Deleted

    Jump
  • Damn it.

    ....I have lost the game

  • That's what a small set of files is for! You put in three boundary layers, use them!

  • I played around for a while with Blazor (C# Web assembly) and wasn't a massive fan.

    The debugging experience was awful.

    Lots of runtime gotchas, it's limited to one thread, so anything that creates a thread will fail at runtime (but not 'normal' async stuff). What code creates a thread? No idea until it fails at runtime.

    Yes, you can share a dto project between front end and backend, but anything else will eventually trip you up.

    It's still a cool idea though, will try it again at some point.