• 3 Posts
  • 170 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • And I still can only get 0 like, 0 comment shaky cam video of a screen capture of ultra zoomed in tiktoks or blasting shitty electronika music at 100dB clipping all to hell with 2005 era Microsoft visualizer videos.

    Just like pixelfed, there is no way to discover anyone except the same 10-12 rotation of people they put in explore.

    I come back every month or two and swipe through 5-10 to see if anything has changed, but it never has. In the case of loops, the same number of creators, some of which haven’t posted a video for almost 8 months are “trending”? Maybe that is where the “active users” number comes from?




  • I think the issue is more that large tech firms can absolutely deal with external security in their applications. The amount of times gmail or Microsoft 365 has been hacked and leaked a bunch of client data is statistically zero when looking at their attack area.

    Joe Dirt self hosting a mail server for his neighbors on a salvaged rack server is 1000x more likely to get hacked or lose a ton of his neighbors’ data than a big tech firm.

    That is kind of the trade off for community hosting. There are very very few backup and security-literate people in communities.







  • Your cloud example is exactly right and exactly what we want to NOT HAPPEN.

    They shoved the cloud so much down our throats so that they can force you into monthly income-sucking unneeded subscriptions. That is it. That is the single reason everyone did it.

    The result is now the average user has a much worse experience overall. One literally has to fight with Microsoft products to save things on their own computer. IoT and smart products literally won’t function without connections to their “cloud”. Phones come without SD card compatibility and with low flash memory to force you into cloud subscriptions. Now every damn piece of software is a way overpriced subscription that almost all originally started as “switching to cloud infrastructure” (fucking adobe creative cloud).

    The “cloud” has had so many data breaches and people data have been stolen, siphoned off, lost due to bugs, and sold to earn even more cash on the side.

    A huge portion of the general corporatization and bad enshittification of digital services and software in general can be attributed to “the cloud shoving down our throats” that you describe.

    AI is looking to do the same thing except castrate peoples’ digital skills, critical thinking skills, transcription skills, and writing skills in order to siphon more and more of your income off in the form of AI subscriptions while they double dip and sell everything you ever say to it and triple dip in mining everything you say to it as R&D that you pay to do

    Companies need to do the fucking R&D themselves with their revenue of a small country and stop forcing regular people to pay to be their alpha and beta testers and focus groups, and people gobble that boot up so hard because LLMs have a few small areas where they are slightly useful and can save 10 minutes per day and make them not have to critically think, so people will literally sell their data, their already small income, and their soul to save 10 minutes, and in 10 years the digital experience will be even more shitty and degraded than it got after “the cloud.”

    Your usecase is the exact definition as using LLMs as accessibility and to actually better the user experience for certain people which is not the goal of any AI company or 99% of LLM integrations

    TD;DR

    Non-consentual cloud shoving has caused newer generations to think that paying corporations every month to save files is normal and that your data is not yours and always corporate property ™®©, along with the decimation of understanding simple file structures. You can actually talk to teachers and professors and they unanimously say that tech literacy has nosedived.

    Now with the LLM shoving, they are trying to force the new generation to have to pay subscriptions to think, write, compose, draw, and get information by stripping them of those skills.




  • I am doing something similar. I use OIDC for everything possible.

    Authelia is quite picky about everything being correctly populated, but if I remember right, the documentation doesn’t do a great job of explaining different variables for someone outside of the security industry (similar with traefik). I found a good tutorial via search that got all of the defaults set up, then playing with the options to my liking and now it is just copy pasting the condiguration per app that I want to enable, generating an key and hashing it.

    If you want, I can sanitize my config and share it?




  • Ugh I hate excel. It can’t do the most basic things like search and replace things reliably in all cases. I have moved literally all data analysis besides the absolute basic “count” and “sum” operations to python in spyder. 200x faster, repeatable, won’t freeze up with large datssetd, and has never once failed a basic operation like a search and replace. Not to mention the localization issues and the fact that it will fuck things up completely if you install a new printer because Microsoft decided the printer has priority of your document and spreadsheet layouts over choosing a default.

    I had some evaluation board software that whenever the value dipped below -1, would place the comma completely randomly in the floating point number.

    Excel almost had a heart attack when I asked it to search and replace ”-1” with “-1,” and it found all of the cases just fine, but decides to ignore the replace and not place a comma at all. If I tried to convert them to a number, it freaked out and placed the decimal place also randomly, different than the input. And of course trying to do in-place operations on a column for export is just painful.

    Hell, in notepad++ I could just regex the digit range that was preceded by a ”-1” and get everything replaced using a few brackets.

    Not to mention how terrible the graphs work in comparison and how bad they look with the default options 😅. But hey, you can automatically put in a drop shadow or frame it in a useless way.

    There are some people who can work very efficiently and do some crazy things in excel (like the excel doom) but unless you have literally been using it daily for many years and actively looking for ways to speed up, then it is just as easy or easier to do things in an actual data processing program like matlab, octave, python, or R (And I am not a coder) and you can literally copy paste a file name for the next full dataset.



  • This is absolutely so true. All of the “hunting” survivalists don’t realize that you would essentially have 1000 people hunting every 1 deer if you live in the suburbs and not that much better rurally. This isn’t 1800 anymore.

    The best thing you can do is have enough land to farm, learn how to farm, and stock the hell up on base ingredients (wheat, rice, dry beans, lentils) and stock up on as many seeds as you know how to grow. Even then; one bad harvest and you starve.

    But seriously, I can’t stress dry beans and lentils enough. They last forever, they can be sprouted and replanted, and they have many many times more protein than corn or rice which is very important when you go vegan.

    Also getting ducks will give eggs for additional protein and B12 vitamins that you would miss out on otherwise.


  • Dropping instead of blocking might technically be better because it wastes a bit more bot time and they see it as “it doesn’t exist” rather than an obsticle to try exploits on. Not sure if that is true though.

    For me:

    • ssh server only with keys

    • absolutely no ssh forwarding, only available to local network via firewall rules

    • docker socket proxy for everything that needs socket access

    • drop non-used ports, limit IPs for local-only services (e.g. paperless)

    • crowdsec on traefik for the rest (sadly it blocks my VPN IPs also)

    • Authelia over everything that doesn’t break the native apps (jellyfin and home assistant are the two that it breaks so far, and HA was very intermittent so I made a separate authelia rule and mobile DNS entry for slightly reduced rules)

    • proper umask rules on all docker directories (or as much as possible)

    • main drive FDE with a separate boot drive with FDE keyfile on a dongle that is removed except for updates and booting to make snatch-and-grabs useless and compromising bootloader impractical

    • full disk encryption with passworded data drives, so even if a smash and grab happens when I leave the dongle in, the sensitive data is still encrypted and the keys aren’t in memory (makes a startup script with a password needed, so no automated startups for me)

    For more info, I followed a lot of stuff on: https://github.com/imthenachoman/How-To-Secure-A-Linux-Server