• 1 Post
  • 101 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle
  • This feels a little bit like Brainfuck tbh.

    For what it’s worth, I can think of one thing that would make brainfuck even worse: Instead of using 8 arbitrary characters (it only uses > < + - . , ] and [ for every instruction) for the coding, use the 8 most common letters of the alphabet. Since it ignores all other characters, all of your comments would need to be done without those 8 letters.

    For example, “Hello World” in brainfuck is the following:

    ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
    

    If we instead transposed those 8 instructions onto the 8 most common letters of the alphabet, it would look more like this:

    eeeeeeeeaneeeeaneeneeeneeenesssstonenentnneasostonnIntttIeeeeeeeIIeeeInnIstIsIeeeIttttttIttttttttInneIneeI
    





  • It stores your data in plaintext, and simply uses the program to parse special formatting characters. There are no attempts at obfuscation or encryption, and it doesn’t lock you into a walled garden that refuses to play nice with other programs. The program itself is closed-source, but anyone could write an open source version to parse the same info… There just hasn’t been a good reason to do so. Even if Obsidian as a company and program ceases to exist overnight, your data is still safe on your machine and can be read by anyone who cares enough to dig into the file. Hell, you can even open it as the plaintext file and dig through it manually.


  • And here’s a reminder that if you run a Plex server, there’s an app called Prologue which turns it into a fully fledged audiobook server.

    Plex doesn’t natively support things like audiobook bookmarks in m4b files, and tries to just play them straight through like a gigantic 4 hour long music track. But Prologue does support bookmark data. Prologue simply uses Plex’s service to access the files, (because admittedly, Plex is good for letting newbies remotely access their content) and then it ignores Plex’s built-in “lol just play it like music” instructions, and actually parses the files for bookmark data.

    As someone who couldn’t get Audiobookshelf to work properly, (something about not being able to access network drives via Docker), Prologue has saved my audiobook library by allowing me to just host it via Plex instead.


  • The server owners can’t see your phone number. Discord allows you to set a minimum verification level for users in your server. The lowest is simply having a verified email on their account. The highest is a verified email, a few minutes old (so no brand new accounts), been in the server for a few minutes, and a verified phone number. It’s just a bot prevention thing, because spammers/scammers are a big issue on large Discord servers. Especially early in Discord’s history, it was a big issue where bots would raid a server and just totally shut it down with spam links. So Discord started allowing server owners to set minimum verification levels before users could interact and send messages.


  • And then there are things like poor sleep hygiene when very young can trigger a correlates with the development of ADHD later on.

    FTFY. Correlation≠Causation, especially in cases like you mentioned. It’s a chicken and egg scenario.

    Are kids getting ADHD because they didn’t sleep well? Or is poor sleep hygiene an early indicator of ADHD? Lots of people with ADHD have poor sleep hygiene, even as adults. Many will struggle with things like Delayed Sleep Phase Syndrome, because they get their biggest bursts of focus late at night when everyone else is asleep, the brain is releasing dopamine to keep them awake, and distractions are limited. Every single adult with ADHD has stories about getting focused on a project right before bedtime, then suddenly realizing the birds are chirping outside their window and the sun is rising.



  • On the other side of the same coin: When I mass edited my comments before quitting Reddit, I got site-banned. Basically, my first account’s automated edit got me auto-banned from several subs with pro-spez mods. Some subs had set their automod to detect when people were using the more popular methods of auto-editing, and set the automod to ban for using them. Then when I did the same with my second (and third, and fourth, and fifth, etc…) account, it almost immediately got site-banned for ban evasion.

    Basically, account 1 was banned from a sub, so when account 2 started doing the same thing on the same IP address, it was flagged as ban evasion. And ban evasion is one of the few things that will get you banned site-wide instead of just from a specific sub.

    I went back and checked a few months ago, and all of those site bans were lifted and the edits were undone. Likely because a site ban prevents the comments from showing up (which hurts Reddit’s bottom line, because they show up as a bunch of [removed] comments instead,) but also prevented any of the edits from actually being published. So when they lifted the site ban (to get those old comments to show back up again) it was as if I had never edited them at all. I had probably a million karma spread across my various accounts. I was extremely active at one point, so Reddit had a direct incentive to unban those accounts with literal thousands of comments.


  • Yup. Rand() chooses a random float value for each entry. By default I believe it’s anywhere between 0 and 1. So it may divide the first bill by .76, then the second by .23, then the third by 0.63, etc… So you’d end up with a completely garbage database because you can’t even undo it by multiplying all of the numbers by a set value.





  • Tesla routes pretty much everything through the center console. I’m surprised they haven’t tried to route the blinkers through it.

    It’s because their wiring system basically just daisy chains everything together with network cable. So it’s a lot less cabling, because they aren’t running six wires for six different systems. But it also means that when one system fails, they all fail in a cascade because everything behind that system in the chain is also affected.

    That’s why automakers have traditionally used individual wires for each system, because they have prioritized safety over easier wiring; You don’t want your airbags to fail just because your wipers are having an issue, for instance. So each system is essentially isolated to its own wiring.

    Tesla is a good example of people not understanding why things are done a certain way. Elon just saw modern wiring harnesses and went “lol that’s dumb just use network cables.” And on the surface it sounds fine, because it’s less wiring. But it fails to understand why each system is wired independently. And now Teslas have frequent issues with cascading system failures.



  • the arbitration companies are usually fairly friendly towards whatever corporation is being challenged being paid directly by the company they’re arbitrating for, and therefore have a direct financial incentive to rule in favor of the corporation.

    FTFY. It’s way worse than just “being friendly” with corps. They’re on the corps’ payroll (indirectly, because the corp is paying for the arbitration,) and they know that if they continue to rule in the corps’ favor then the corp will continue calling them for future arbitration. There’s a tacit understanding between the arbiter and corporation, where if the arbiter favors the plaintiff then the arbiter won’t get called when the corporation goes to arbitration the next time.


  • Just never connect it to the internet, or (even better) set up a PiHole and block the TV’s telemetry requests. I say the PiHole is better because then you still get all of the benefits of a smart TV (like native streaming apps) without all of the horribly invasive data mining.

    If you want the benefits of a smart TV without connecting it to the internet, then maybe a connected PC would be a better solution. Something like an Nvidia shield connected to the TV, while the TV remains offline. That way you can maintain control over the computer, instead of trying to control what the TV collects and sends.