Readit News logoReadit News
have_faith commented on LLM Inflation   tratt.net/laurie/blog/202... · Posted by u/ingve
santiagobasulto · 25 days ago
> the load on my server is reduced

isn't this the opposite? Enabling compression will INCREASE the load on your server as you need more CPU to compress/decompress the data.

have_faith · 25 days ago
Depends on efficiency of compression I guess. If X bytes of data takes N time to transmit, and each slice of N takes Y CPU cycles during transmission, how many Y must your compression algorithm use, and how low must it lower N, in order to be more efficient from a CPU utilisation perspective? assumedly there's an inflection point from CPU use perspective, maybe a point that's impractical to achieve? I'm just vibe-thinking-out-loud.
have_faith commented on Matrix v1.15   matrix.org/blog/2025/06/2... · Posted by u/todsacerdoti
Arathorn · 2 months ago
What would you say the delta is between Element's current video-rooms and Discord-style voice-rooms (if you go and mute video for everyone), ooi? The only reason Element hasn't implemented precisely the same UI as Discord is because it's not (currently) trying to be a Discord competitor, but more a "run your own encrypted Teams alternative", given that's what Element customers are asking for right now, and we're having to follow the money to try to get sustainable. However, what we're trying to do is to ensure that Discordish features still work, despite having to focus more on Teamsish features.

In terms of permissions: I'm a bit surprised that folks feel limited by Matrix's freeform hierarchy of permissions. Every user can have a 'power level' from 0 to 100, and you can then customise the threshold required for literally permission (e.g. you need power level 54 or higher to kick users, or whatever). The only difference with Discord is that Discord lets you pick entirely arbitrary combinations of permissions (e.g. have one user able to kick but not ban, but another user able to ban but not kick, or whatever). How useful really is this in real life usage though?

I'm trying to work out whether the problem is if Element's UI for configuring permissions is too basic, or whether folks really do need a full RBAC permission matrix, and if so, for what use case?

have_faith · 2 months ago
The power level model of permissions feels to me a bit overly simplified. It’s so easy to imagine scenarios where you need exceptions to the rule of permissions existing on a single axis that it seems very limiting from the outset.

The idea of ever increasing and overlapping scopes I don’t think maps well to most people’s mental model of who should be allowed to do what. People mostly want to define an arbitrary role; admin, user, team leader, whatever, and just pick what that role is allowed to do in isolation. It’s marginally more work to setup initially picking all of the permissions again, but it removes all of the overhead of having to monitor what permissions are being adopted from lower scopes on the power level axis.

I also think the power level system makes it much harder to “refactor” permissions for specific roles without affecting permissions for everyone “above and below”

have_faith commented on Andrew Ng says vibe coding is a bad name for a real and exhausting job   businessinsider.com/andre... · Posted by u/cumo
PaulRobinson · 3 months ago
If software is eating the World, what does it mean when only a small self-selected group of people understand that software?

Do we gain more by having more people understand software? Do some risks get mitigated? I'd argue yes on both counts. And that's why I encourage people to get their kids to poke around with Scratch and maybe some Python. It's why smart people doing liberal arts degrees at Harvard still want to go and do CS50.

have_faith · 3 months ago
Cars are the primary mode of transportation but we don't expect everyone to be car mechanics. Some people pride themselves on being able to change their own oil and fix minor issues, which is admirable, but is obviously never going to be the norm.

Most people don't want to learn to code because it simply doesn't interest them as a subject, a perfectly valid way of living your life.

have_faith commented on Merlin Bird ID   merlin.allaboutbirds.org/... · Posted by u/twitchard
mapleoin · 3 months ago
I would love for someone to make a birding/citizen scientist app that's well gamified. This is basically pokemon. You go places and find different creatures and collect them.
have_faith · 3 months ago
iNaturalist is great for logging observations (their iNat Next app is their new one).

They also have an app called Seek that I think is more aimed at kids, but it comes with trophies and streaks and stuff like that.

have_faith commented on The Steam Deck is software-freedom friendly   isomorphism.xyz/blog/2024... · Posted by u/todsacerdoti
outcoldman · 5 months ago
What kills Deck for me are the game launchers.
have_faith · 5 months ago
For me it was the lack of portability (it's a chunky beast), I just wasn't taking it anywhere because it takes up so much space in your bag. By comparison the switch with it's disconnecting controllers fits in my electronics bag along with a bunch of plugs, chargers and cables and hardly takes up any room, and weighs a decent amount less. Looking forward to a slimmer and narrower V2 though, if it ever materialises.
have_faith commented on How the U.K. broke its own economy   theatlantic.com/ideas/arc... · Posted by u/speckx
quantum_panda · 6 months ago
This doesn't describe council houses I've seen in London and surroundings (e.g. Milton Keynes/Bletchley).

What I remember: - small rooms - mould - no insulation - in larger buildings gardens, if any, would be only for ground floor flats - in smaller buildings flats would be split over 3 levels, with each level being rather small - often wired entrance to the flats from outdoor gallery/balcony (in larger buildings) - low ceilings (for my liking)

have_faith · 6 months ago
My experience is from the midlands, specifically in council estates that were predominantly terraced and semi-detached houses (small blocks of 4 or so houses at a time). No flats so that might be a big distinguishing factor (as well as not being in London...). Definitely had problems but rarely because of the build quality itself, some issues with neglect in some areas.
have_faith commented on How the U.K. broke its own economy   theatlantic.com/ideas/arc... · Posted by u/speckx
quantum_panda · 6 months ago
But the quality of what was built was worse than what the commies built in the Eastern Europe. That's quite an achievement!
have_faith · 6 months ago
I grew up in council housing built during this period. It's not exactly premium but it was built fairly well and they sold well when many of them eventually made it onto the private market many decades later. Good sized gardens and I remember the council doing necessary repairs and upgrades throughout my time there.

I'm not exactly familiar with buildings from ex-soviet eastern Europe but I'd be surprised if it was a much higher build quality.

have_faith commented on My washing machine refreshed my thinking on software estimation   cosive.com/blog/my-washin... · Posted by u/tashicorp
genezeta · 6 months ago
Fairly unrelated but... before starting it, my washing machine estimates it will take say 1:16, or 2:45 or whatever depending on the cycle I choose. I push the button and the cycle starts.

And while it's running it will just change the estimate. Sometimes it just jumps down -sometimes up- say 10 or 15 minutes. It just fills with water, turns a couple of times, pauses, and pof! 20 minutes less. Then at the end when it's almost done it will just add a few minutes. It's about to end 0:01, it empties, turns a bit... pof! 0:03. It then turns a bit more and maybe half a minute later decides that 3 minutes was too much; it's done 0:00 Beep beep.

The thing that amuses me is that those few minutes at the end are always added at the last minute and they are always too much. Like it kind of panics at the end "wait, not done, not done yet!" and then again "oh, yes, yes, I'm done, just fine".

have_faith · 6 months ago
It turns out the question "how long will it take for a unknown mix of fibers in an unknown configuration to release most of the water I knowingly put in" is difficult to answer. We'll have AGI before accurate washing machine estimates it seems.
have_faith commented on Macrodata Refinement   lumon-industries.com/... · Posted by u/gaws
tombh · 7 months ago
What are your other 2?

Severance could well get into my top 3, but currently I think mine would be: Mr. Robot, Breaking Bad and Wednesday.

have_faith · 7 months ago
For me, Bir Baskadir (Ethos) is easily in the top 3. It only got one season but it's very self contained, highly recommend.
have_faith commented on I still like Sublime Text   ohdoylerules.com/workflow... · Posted by u/james2doyle
ben-schaaf · 7 months ago
We already offer ST and SM in a discounted bundle :)
have_faith · 7 months ago
Duh, I completely missed it somehow! Skim reading is a bad habit kids.

u/have_faith

KarmaCake day5105June 27, 2014
About
I don't know what I'm doing.
View Original