Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SY
Posts
1
Comments
62
Joined
2 yr. ago

  • Fair point, Dougie needs to fucking go.

    And for the record OF COURSE I care about other issues. Maybe my original comment was too extreme. There is no way I am going to vote for any rage-baiting, fear mongering, regressive asshole. If someone presented an amazing, ground-breaking housing plan but was also a neo-nazi I wouldn't vote for them LMAO.

    I am just so tired of all the political theatre around housing. It just seems like a no-brainer that should cross party lines. The only people who don't care are the people who are rich, or who are in the pockets of rich development/property management companies. Even the older generations who own a single home care, they probably have children who they know won't ever be able to afford a home or pay a fair price to rent something.

  • Honestly, and this is purely anecdotal, but I think a "public intoxication" law is way too broad and abused by law enforcement to unjustly wrangle up people they feel are "undesirable".

    Walk down any street in Toronto that has nightlife and there are many very obviously drunk people that do not get penalized. Whereas vulnerable, often homeless, people get swept up for similar behaviour.

    I feel like "public intoxication" laws should be removed, and laws surrounding actual conduct (verbal/physical assault etc.) should remain. Having such a subjective law leaves way too much room for prejudice.

  • Yeah, and rental prices have skyrocketed too.

    During the next federal election this will be my "single issue" that will determine who I vote for.

    At this point I can ignore our insane grocery/telecom prices, even though that is still a huge issue. The housing crises has far worse ripple effects down the chain: potential buyers can't buy so they rent nicer places, potential renters can't rent the nice places so they are overpaying for the rentals they can afford, and people who can't afford any of the rental prices are scraping by with roommates or on the streets.

    And these development companies have the nerve to go to court over government investigations over their shady practices.

    Shameless.

  • Yeah, potentially overkill, but all the power to anyone who wants to try them out. Freedom of choice is one of the best parts of Linux.

    And sorry for the long response. It’s hard to gauge the proficiency that someone might have with Linux, so I tend to lean towards detailed explanations just in case

  • I think that there are definitely valuable/valid use cases for the software in the OP, but I think that the built in bash tools can get most people most of the way there. And learning the common bash/shell conventions is way more valuable than learning a custom tool that some distros/environments won’t support.

    If someone already uses aliases, creates some custom scripts, and sets some useful environment variables (along with effective use of piping and redirection) and still needs something more specialized, then getting a new tool could help.

    The downsides are a reliance on another piece of software to use the terminal. So I would only use something like this if I had a really solid and specific use case I couldn’t accomplish with what I already use.

  • I wouldn’t install a program for this if your use case is simple. You will end up relying on it when there are already some built in tools that can get you 99% of the way there.

    1. Bash scripts placed in ~/bin or ~/.local/bin
    • Can have simple or complex scripts setup to do whatever you want
    • Easily called from terminal or automated through cron or systemd
    1. Environment variables set in -/.bashrc
    • Great for storing common paths, strings, etc.
    • Can be easily incorporated into bash scripts
    1. Aliases set in ~/.bashrc
    • Ideal (IMO) for common commands with preferred options
    • for example you could setup your most used rsync command to an alias: alias rsync-cust=“rsync -avuP”

    Edit: rephrased to not discount the tools shared. I am sure if you had a specific reason to use them they could be helpful. But I think for many users the above options are more than enough and are supported pretty universally.

  • Yeah I saw a post about it a long time ago on Reddit for users with lots of devices

    Basically it is just setting up one or two "central devices" that know all the client devices, but not linking the client devices individually.

    IE: One server is connected to your phone, laptop, tablet, desktop, etc. But the phone is not directly connected to your laptop or desktop or tablet.

    To be fair I don't actually know if this is the best approach anymore or if just connecting all of them in a mesh is better 🤷

    Here is a forum post describing it.

  • Yeah I think that would be an OK case and these specific things can be up to the moderators of communities. I know that some communities require mod approval before self promotion is allowed, so I think in the CGP Grey community case it would be a non issue.

    I think starting with a super specific rule around affiliate disclosure as proposed would be good enough to avoid this particular problem.

  • Yeah and I just want to make it clear I am not arguing that no one should post anything that benefits them. We all gotta eat, get that bag 💰, etc.

    I think if affiliates are allowed, the rule should be that the proper disclosures are in place so anyone viewing the community knows who is benefiting. Then the community can decide if they are okay with whatever is happening, as long as the users know exactly what's happening.

    I posted in a reply below but here is the FTC’s stance

    You should disclose your relationship to the retailer clearly and conspicuously on your site, so readers can decide how much weight to give your endorsement. You could say something like, “I get commissions for purchases made through links in this post.” In some instances – like when the affiliate link is embedded in your product review – a single disclosure may be adequate.

  • I disagree, not making it explicit adds a level of abstraction and assumes that everyone needs to know how online affiliate programs work. Users should know, without any question or confusion, who exactly is benefiting and how whenever they use an affiliate link. Otherwise there are perverse incentives.

    And its not just me, here is the FTC's stance.

    You should disclose your relationship to the retailer clearly and conspicuously on your site, so readers can decide how much weight to give your endorsement. You could say something like, “I get commissions for purchases made through links in this post.” In some instances – like when the affiliate link is embedded in your product review – a single disclosure may be adequate.

    I know FTC is American, but I think its a good guideline.

  • Yeah I am not against people making money. In this case if just felt distasteful and not properly disclosed.

    Most people will probably know that that affiliate link benefits the mod of that community, but many won't. People might just think "Oh wow that's cool, thanks for sending me in the right direction you charitable mod".

    The problem is the lack of disclosure and the overall disingenuous feeling, not that someone is making cash.

  • Yeah I am okay leaving it to mods. But I think in this particular case if the mods themselves are posting affiliate links with no indication they are getting money for each use, that seems like misaligned incentives.

    There were some subreddits that would have stickied posts or something that allowed affiliate links, but that aggregates it all into one place and also lays it out clearly for whoever visits.

    My main concern is not that someone is making money, we all gotta eat, its just when people aren't aware they are potentially being manipulated for someones benefit.

  • I would go from the bottom up instead of top down.

    Make a list of software and tools you use, and search for functional Linux native equivalents. Then find the distro that supports up to date versions of that software (through flatpak or the package manager).

    You can honestly do 100% of this without even touching the command line if you choose something user friendly like Mint, Pop OS, Ubuntu, or Fedora. Don’t fall into the rabbit hole of finding the perfect distro. Go from what you need to what supports it.

    keep the windows partition around for a while until you are 100% confident you can fully make the switch.

  • Also it’s good to get into the habit of using man or - -help instead of or in combination with searching on the internet. Makes you less reliant on searches and also ensures that your are using commands that correspond to the version of the software you are using

    IE: man rm | grep recursive

  • Sneaky as in the wording doesn’t convey that they are getting a benefit (which they are). And it’s also written to intentionally confuse using wording like “use our affiliate link”. Who is “our”? It’s just one person who is trying to make some cash?

    It’s just so out of place on the platform and shouldn’t be allowed IMO. Especially added by a mod in the sidebar of a community. Better approach would be a stickied post with affiliate links posted by users or something similar.

    “If you’re interested in joining Wealthsimple, you can take advantage of our referral link. By using it, you’ll receive up to $3,000 in cash to trade stocks or crypto when you fund a DIY trading or Managed Investing account. Use code XXXXX or the link below to sign up.”

  • Yeah my dock is a glorified charging station. Might just sell it to be honest. I thought of using it for the TV for some party games, but even still the experience is just a bit too buggy TBH.

    I think docked mode is more useful if someone wants to use their deck for occasional productivity/browsing on a monitor.

  • Yeah I am a bit salty about all of the whole "Opt-out" telemetry thing. I know its just a proposal but just feels a bit slimy.

    Fedora is upstream of RHEL which is supposed to result in a mutually beneficial arrangement where Fedora users are essentially testers / bug reporters of code that will eventually make its way into RHEL. Its just part of the collaborative, fast, and "open" nature of FOSS. Adding sneaky/opt-out telemetry just feels like a slap in the face.

    super small ex. I am a big Podman user these days, and have submitted a few bug reports so the Podman github repos which has been fixed by RedHat staff. This makes it faster for them to test and release stable code to their paying customers. Just a small example but it adds up across all users to make RHEL a better product for them to sell. Just look into the Fedora discussion forum, there is so much bug reporting and fixing going on that will make its way to RHEL eventually.

    Making and arguing for "Opt-out only" telemetry is just so tone deaf to the Linux community as a whole, but I think they got the memo after the shit storm that ensued over the past few days.

    But HEY one of the biggest benefits of Linux is that I can pretty painlessly distro hop. I've done it before and can do it again. All my actual data is on my home server so no sweat off my back. openSUSE is looking pretty good, maybe I will give it a try.