[-] Telorand@reddthat.com 14 points 9 hours ago

Admittedly, Intel is running out of margin. Whatever the real reason for the 20A cancellation, there is very little time left to prove that 18A is everything Intel claims. And yet the prize for Intel if it can deliver with 18A is monumental.

Simply because we've done the whole "single point of failure" before when it comes to markets, I hope they succeed, so we don't have a repeat of the chip shortage in 2020. Giant companies suck, but we'd all feel that one if TSMC was the only player and got swept up into a military pissing contest between China and the US.

[-] Telorand@reddthat.com 19 points 10 hours ago

So it's a network operated by a third party? That's interesting. The handful of universities I've been to maintain their own.

[-] Telorand@reddthat.com 6 points 11 hours ago

The hardest part of perpetual motion is hiding the battery.

[-] Telorand@reddthat.com 164 points 11 hours ago* (last edited 11 hours ago)

That seems pretty standard stuff. My dorm had the same policy, because they operated their own mesh network and didn't want students sending out their own radio signals that would have absolutely made their wireless network not work well.

Is there some reason you need your own router?

ETA: The student dorm people probably meant a network switch. Regular, non-techy people don't usually know the difference between a router and a switch.

[-] Telorand@reddthat.com 9 points 1 day ago

MagSafe and magnetic Qi chargers have been around for years. They're also in many earbud cases and earbuds themselves (besides the transducer).

The problem isn't that it's magnetic, the problem is that it's a solution to a problem almost nobody has, excepting perhaps people without upper limbs.

[-] Telorand@reddthat.com 13 points 1 day ago

Because as we know, shirts and other layers falling off our bodies is a problem we all face. And what we need to solve it is an over-engineered button.

[-] Telorand@reddthat.com 10 points 1 day ago

It also presumes you have a contact number. Some big companies don't for the reason you mentioned, and some smaller ones don't, because they have no need for a business number.

[-] Telorand@reddthat.com 4 points 1 day ago

I like it. Wonder if this could be retooled to work on rpm-ostree systems, because any layered packages installed from RPM files have the same limitation of needing to be manually upgraded.

[-] Telorand@reddthat.com 4 points 1 day ago

Don't use Meta products.

Ftfy. 😁

[-] Telorand@reddthat.com 8 points 1 day ago

Absolutely this. In the town I moved from, Craigslist was the defacto town market. In this one, it's FB Marketplace.

FB doesn't have a stranglehold because they're better; these spaces can and do evolve organically.

[-] Telorand@reddthat.com 15 points 1 day ago

I hope we see an evolution of licensing. Giant companies shouldn't get a free pass if they're just going to treat the original devs like a commodity to be used up.

[-] Telorand@reddthat.com 66 points 2 days ago

In order for this work to be effective, you need to use a minimum of fake news and a maximum of realistic information. At the same time, you should continuously repeat that this is what is really happening, but the official media will never tell you about it or show it to you.

Yep, that last sentence pretty much sums up right-wing media, especially since "Candidate A" ~~who is definitely not Trump, shhh~~ ran for office around 2016.

11

I've been thinking about getting a couple of Yubikeys for a partner and myself, but we share certain accounts. While I would love to have the Yubikey 5 that can store TOTP, that seems like it could be problematic for shared accounts.

Would using the cheaper Yubico Security Keys to unlock Bitwarden Premium vaults, that use a Shared Organization, be a better/more sane option than trying to sync up TOTP secrets every time a new shared account gets added? Any other critiques or suggestions?

49

cross-posted from: https://reddthat.com/post/24214265

So, a couple years ago, somebody published the 2017 free desktop client of SketchUp on the chocolatey repos, and I managed to snag it before it got taken down. I use it primarily to make woodworking plans.

I'm wrapping up my transition plan to Linux, but I'm not really up to date on SketchUp alternatives. The only ones I know of are Blender (afaik more for animation and 3D printing) and FreeCAD (CAD seems like overkill, since I'm just doing simple cuts and joinery).

Are there good Linux/FOSS alternatives to SketchUp that have similar features, or is the web client the only reasonable option?

29

So, a couple years ago, somebody published the 2017 free desktop client of SketchUp on the chocolatey repos, and I managed to snag it before it got taken down. I use it primarily to make woodworking plans.

I'm wrapping up my transition plan to Linux, but I'm not really up to date on SketchUp alternatives. The only ones I know of are Blender (afaik more for animation and 3D printing) and FreeCAD (CAD seems like overkill, since I'm just doing simple cuts and joinery).

Are there good Linux/FOSS alternatives to SketchUp that have similar features, or is the web client the only reasonable option?

49
submitted 1 month ago* (last edited 1 month ago) by Telorand@reddthat.com to c/technology@lemmy.world

This isn't a joke, though it almost seems like one. It uses Llama 3.1, and supposedly the conversation data stays on the device and gets forgotten over time (through what the founder calls a rolling "context window").

The implementation is interesting, and you can see the founder talking about earlier prototypes and project goals in interviews from several months ago.

iOS only, for now.

Edit: Apparently, you can build your own for around $50 that runs on ChatGPT instead of Llama. I'm sure you could also figure out how to switch it to the LLM of your choice.

5
submitted 2 months ago* (last edited 2 months ago) by Telorand@reddthat.com to c/linuxquestions@lemmy.zip

cross-posted from: https://reddthat.com/post/21668140

I have a VPN daemon that needs to run before the client will work. Normally, this would have been set up automatically by its install script, but the system is immutable.

I've created the systemd service via sysyemctl edit --force --full daemon.service with the following parameters:

[Unit] 
Description=Blah
After=network-online.target

[Service]
User=root
Group=root
ExecStart=/usr/bin/env /path/to/daemon

[Install]
WantedBy=multi-user.target

I've verified that the daemon is actually executable, and it runs fine when I manually call it via sudo daemon. When I try to run it with sudo systemctl enable --now daemon.service, it exits with error code 126.

What am I missing?

Edit: Typo, and added the relevant user and group to the Service section. Still throwing a 126.

Solution: the system wanted /usr/bin/env in ExecStart to launch the binary. The .service file above has been edited to show the working solution.

72
submitted 2 months ago by Telorand@reddthat.com to c/linux@lemmy.ml

I'm working on my transition plan away from Windows and testing out various things in VMs as I do so, and one big hurdle is making sure the VPN client my work requires can connect. Bazzite is my target distro (primarily gaming, work less frequently), though other more traditionally structured ones like Pop!_OS and Garuda are possibilities.

I'm currently trying and failing to get the VPN client working in a distrobox (throws an error during connection saying PPP isn't installed or supported by the kernel). However, I can successfully get the VPN connected if I overlay the client and its dependencies via rpm-ostree install, but I read somewhere that Bazzite's philosophy is to use rpm-ostree as sparingly as possible for installing software to preserve as much containerization as possible.

Since I can get it working outside of a container, am I overthinking it? Should I just accept that this might be one of the "sparing" cases? Is Bazzite perhaps a poor fit for my use case? I've been trying to make sense of this guide, but I'm having trouble understanding how to apply it to my situation, since I'm not that familiar with Docker or Podman.

60

For example, I saw a post the other day detailing how to set up a Brother laser printer on Kinoite. That's not something I would have initially considered a potential problem to be solved. Another I ran into some years ago had to do with an Edimax WiFi dongle that used some weirdly specific Realtek 8812 radio, for which you had to set up the driver via dkms. A little prep and knowledge in advance would have saved days of searching online.

I've started a personal to-do list of things to research and make sure I have all my ducks in a row before I make the full-time switch on my main desktop, so besides the usual "back up your files" advice, I'm hoping y'all can point out some QoL things I and others may often miss!

64
Why openSUSE? (reddthat.com)
submitted 2 months ago* (last edited 2 months ago) by Telorand@reddthat.com to c/linux@programming.dev

First, let me be clear up front that I'm not promoting the idea that there should be one "universal" Linux distro. With all the various distros out there for consumers, there's lots of discussion about Arch, Debian, and Fedora (and their various descendant projects), but I rarely see much talk about openSUSE.

Why might somebody choose that one over the others? What features or vision distinguishes it from the others?

Edit: I love all the answers! Great stuff. Thanks to everyone!

42

Now that late spring/early summer is upon us, there's increasingly more headlines about less rain in various places (recent floods notwithstanding). I'm assuming that's because water is evaporating and not returning to those places, but where is it going?

Is it arriving, now, in these bursty flash floods? Is it staying longer in the atmosphere and moving to new locations? Is more of it just staying in the atmosphere period?

21
submitted 3 months ago by Telorand@reddthat.com to c/freegames@feddit.uk
14
submitted 4 months ago by Telorand@reddthat.com to c/freegames@feddit.uk
68
submitted 9 months ago by Telorand@reddthat.com to c/gaming@beehaw.org

I was thinking about how I remember Maxis fondly, and I got to wondering what other people's experiences were like!

Is your favorite still around? Are they still the same, or did they "change directions under new management?"

view more: next ›

Telorand

joined 1 year ago