Cross the veil of reality and walk into strange beautiful worlds where chaos shall coalesce back into order.

  • 1 Post
  • 19 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle


  • I like the idea of a general AI detection approach. Problem is that it’s very easy to get false positives depending on the writer’s personal style. Accusing garbage of being garbage does nothing, but falsely accusing an individual of using AI when none is used will just lead to harmful witch hunt behavior.

    Also, putting your trust in a flawed tool like this, which might miss actual AI written speech (or human bullshit speech) will just give a false sense of security.

    Be careful out there fine folks. The unscrupulous used to lie using just humans, now they also use robots to do it.





  • I’m not thoroughly aware of their dealings, but these amounts of private investment aren’t going to pay for themselves. If you raise 100 million, investors typically want a billion back, or more.

    From the looks of it, Bitwarden might’ve tried to go with the Open Source model to get free development resources, trust (because it’s an open source PASSWORD manager), and general goodwill. But now that they’ve deemed that got enough of a market share (or investors are starting to breathe down their necks), it’s time to start raising the walled garden.

    Even if they claim after the fact that it was a “Bug” that the client couldn’t be built without their proprietary sdk. The very fact one exists is a bad enough sign, specially when its influence is spreading.

    VC is a devil’s bargain. Raising VC money is NEVER a good sign.







  • Solid response.

    What the heck does that have to do with watching viral videos on cell phones? We’re talking about a competitor to TikTok. With respect, Linux is like 3% of the desktop market, anything happening on Linux endpoints is noise to the big players.

    The bitTorrent protocol is infamous for piracy, in fact you’ll hardly find a common man who doesn’t equate the two together (hearing torrents = pirated media) Even with the full copyright cartel doing their damnest, it’s still available world wide. Also, video streaming on mobile data is everywhere and ISPs responded by fattening up their networks with newer, better, faster tech, like 4g/5g.

    Your concerns are reasonable, though there is no precedent. Might be, might not be. Hard to say when one lacks the rulebook.



  • Peertube as you said is the closest equivalent as a video distributor. Technically a similar approach to Peertube would work by using both Torrents and Instance data storage. Now what makes Tik Tok so popular is its algorithm, which mind you, is a tiny wee bit manipulative. In future, Peer Tube might implement something like dedicated sections for vertical videos. But without a significant cultural shift, I’m not seeing an effective Tik Tok clone appear without a lot of noses being turned up.






  • While I’m not experienced enough to explain the full development stack of an OS. Let me throw my two cents.

    It typically goes by writing changes. If its superficial ones, like modern UI in Windows 11, then all they need to do is relaunch explorer/the app etc. Every time they make a change in the code, they then build and try it out.

    If its a more internal change, deep into the OS. Typically written in C or another low level language. Then its easier to test the changes in a virtual machine, you write your code, compile, build. And then load it up in the virtual machine to see if the OS doesn’t crash and burn.

    Later, after it gets past quality control in the company, (but most often these versions sit in beta for a while to catch problems). It then gets put into the Update servers and rolled out in bulk for mass destribution.

    Do note, updates don’t need to include the entire OS. Just packages including the file changes as well as general update busywork.

    PS: If anyone replies, feel free to correct me. Details may be sketchy but this is the short of it.