[-] OneCardboardBox@lemmy.sdf.org 4 points 3 days ago* (last edited 3 days ago)

They have silly outfits because it’s fun to make your friends laugh and be goofy, and also because it protects privacy and creates a cohesive world.

The story I heard behind the costumes is that they used to play at a venue that only let a band perform once per day. They put on the outfits to appear as a different band and get paid for an extra set.

[-] OneCardboardBox@lemmy.sdf.org 3 points 4 days ago* (last edited 4 days ago)

I haven't found one yet. I think anyone who could offer the same would inevitability end up using the same slimy tactics as Amazon.

When I can, I wait and bundle purchases together in order to save on shipping costs. Almost nowhere can match the 1-2 day shipping on Amazon, but it's rare that I actually need anything so fast.

Some of my go-to choices:

  • If it's some cheap product that Amazon sells 10,000 different versions of from brands with unpronounceable names, I usually can get it on AliExpress for cheaper. The tradeoff is waiting longer.
  • For consumer electronics, I'll look on B&H, BestBuy, Microcenter
  • For PC components, although I dislike newegg, I consider them less bad then Amazon
  • Books I order from my local store and pick them up in person
  • Electronic components, microcontrollers, etc I look at Mouser, Digikey, SeeedStudio, Adafruit, Sparkfun, and others
  • EBay is low on my list, because sometimes the seller is just drop-shipping you a product straight from Amazon and charging you more for it
[-] OneCardboardBox@lemmy.sdf.org 4 points 4 days ago* (last edited 4 days ago)

Not quite. The bullying comes in a few forms:

  • Removing the "buy now" button from the product page, making users click through multiple steps to complete a purchase. Per the video, suppliers who had this happen to them saw 80% drop in sales.
  • Amazon automatically lowers its price, but then charges the supplier a fee on each item sold to make up for the difference in margin.
  • Amazon marks the product page with a big red badge saying "high price", discouraging users from buying the product.

Since the suppliers often need Amazon more than Amazon needs them, the net result is that they comply.

[-] OneCardboardBox@lemmy.sdf.org 2 points 6 days ago

Why hew so closely to the "immutable paradigm" as if it's a rule? I have a few packages layered on my system to achieve results that flatpak + toolbox cannot. Never had a problem with updates.

12
FC forums gone (lemmy.sdf.org)
submitted 3 weeks ago* (last edited 3 weeks ago) by OneCardboardBox@lemmy.sdf.org to c/weedtime@crazypeople.online

Does anyone know what happened to the FuckCombustion vape forums? Are they ever going to come back online?

It was one of my favorite places on the internet, so much information about vapes and cannabis lost :(

[-] OneCardboardBox@lemmy.sdf.org 79 points 1 month ago* (last edited 1 month ago)

Vivado is software for designing hardware on an FPGA. AMD bought out Xilinx, one of the big FPGA manufacturers, a few years back. FPGAs are basically programmable digital circuits: you configure a series of internal logic gates to represent the function of a circuit with memory, data busses, registers, gates, etc. In this fashion, an FPGA could be programmed to function like a CPU, a radio, a video encoder, or nearly any other piece of digital hardware. Very useful for hobbyists and prototyping.

The thing with FPGA software is that there are no open source alternatives. FPGAs have so many complicated blobs and signing keys and proprietary IP blocks that your only choice is to use the manufacturer's offering.

1
Happy Vehk'sGiving (thelemmy.club)

I'm thankful that despite being an outlander in a new town, I can trust my neighbors.

1
239
14
submitted 2 years ago* (last edited 2 years ago) by OneCardboardBox@lemmy.sdf.org to c/movies@lemm.ee

Anyone have recommendations for more films like Heavy Metal, or the stuff Ralph Bakshi made? There's a kind of sleaze to those low-budget animated movies that I find fun, but the art is also really compelling.

It doesn't have to be 70s/80s

1

cross-posted from: https://midwest.social/post/18604056

I'm playing for the first time in my life now.

I've recently had my first kid, and as such, I need a game that I can quickly pick up and put down. Ideally, the game is also playable in long form as well.

Enter openmw for android. The only on screen controls that have ever been usable. Convenient quick save. Minimal load times.

I can hop on, play a little, and get off in a hurry if I need to. I thought I'd be stuck playing old Pokemon ROMs with save states until she hit an age of independence.

11
submitted 2 years ago* (last edited 2 years ago) by OneCardboardBox@lemmy.sdf.org to c/selfhosted@lemmy.world

I generally let my server do its thing, but I run into an issue consistently when I install system updates and then reboot: Some docker containers come online, while others need to be started manually. All containers were running before the system shut down.

  • My containers are managed with docker compose.
  • Their compose files have restart: always
  • It's not always the same containers that fail to come online
  • Some of them depend on an NFS mount point being ready on the host, but not all

Host is running Ubuntu Noble

Most of these containers were migrated from my previous server, and this issue never manifested.

I wonder if anyone has ideas for what to look for?

SOLVED

The issue was that docker was starting before my NFS mount point was ready, and the containers which depended on it were crashing.

Symptoms: journalctl -b0 -u docker showed the following log lines (-b0 means to limit logs to the most recent boot):

level=error msg="failed to start container" container=fe98f37d1bc3debb204a52eddd0c9448e8f0562aea533c5dc80d7abbbb969ea3 error="error while creating mount source path '/mnt/nas/REDACTED': mkdir /mnt/nas/REDACTED: operation not permitted"
...
level=warning msg="ShouldRestart failed, container will not be restarted" container=fe98f37d1bc3debb204a52eddd0c9448e8f0562aea533c5dc80d7abbbb969ea3 daemonShuttingDown=true error="restart canceled" execDuration=5m8.349967675s exitStatus="{0 2024-10-29 00:07:32.878574627 +0000 UTC}" hasBeenManuallyStopped=false restartCount=0

I had previously set my mount directory to be un-writable if the NFS were not ready, so this lined up with my expectations.

I couldn't remember how systemd names mount points, but the following command helped me find it: systemctl list-units -t mount | grep /mnt/nas

It gave me mnt-nas.mount as the name of the mount unit, so then I just added it to the After= and Requires= lines in my /etc/systemd/system/docker.service file:

[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network-online.target docker.socket firewalld.service containerd.service time-set.target mnt-nas.mount
Wants=network-online.target containerd.service
Requires=docker.socket mnt-nas.mount
...
48

Can't we just toss some C4 at it?

1
"Realtime" mods? (lemmy.sdf.org)

Anyone know of any realtime menu mods for OpenMW? Specifically, I'd like to have dialog take place in real time. It always feels strange that I can have a whole conversation with someone, but never recuperate my fatigue level.

13

I recently got a nice deal on a stereo microscope, and leapt at the chance. I've had a few projects in mind that would entail SMD soldering, and now all I need is a proper soldering station.

My current iron is pretty basic, but gets the job done for splicing wires and DIP work. Now I want something with temp control and a good supply of tips.

It seems like hobbyists are all talking about affordable Chinese T12 stations from brands like KSGER and Quecoo. There are just so many different models, it's hard to understand the features and differences. It also seems like there's a lot of "Reddit folk knowledge" where people just keep repeating what others have said. Eg: People say that some KSGER stations have no case grounding, but nobody says which models do or don't have the issue. All of them? Then people talk about the microcontrollers STM vs STC, but nobody says why it matters.

36

In our house, we generally go for variety in our coffee beans. That means when we are finishing one bag, we're going to open a different bag with totally different beans inside.

What do you do if there aren't enough old beans to make a full serving of coffee?

It may be heresey, but I mix the final old beans with a few beans from the new bag and call it my "bonus blend".

[-] OneCardboardBox@lemmy.sdf.org 89 points 2 years ago* (last edited 2 years ago)
  1. Wander around as a group
  2. Look at all the different options
  3. Split up
  4. Get what you want
  5. Meet back up
  6. Share if you want

Repeat steps 3-6 as needed

[-] OneCardboardBox@lemmy.sdf.org 71 points 2 years ago* (last edited 2 years ago)

The problem with chromebooks is that the base specs are pretty shit. A lot of them have 4 GiB of RAM and maybe 16GiB of disk if you're lucky.

They were designed to be thin clients to connect students to the internet, and little else. Maybe they could be hacked into something useful, but I don't think it'll ever make a good PC. They were always destined for the landfill.

Meanwhile, the best thinkpads were quality machines back when they came out. IMO, that's why they're still so versatile today. Free software can't fix bad fundamentals.

119
[-] OneCardboardBox@lemmy.sdf.org 94 points 2 years ago

For anyone wondering, this was done on the virtual console version, so the floating point glitch that lets you skip the climbing pole from Bowser in the fire Sea is available.

The A Button Challenge still stands for the console versions.

[-] OneCardboardBox@lemmy.sdf.org 94 points 2 years ago* (last edited 2 years ago)

The scam is not downloading Signal. The scam will come later when they say "You just got the job! I will send you a check to purchase your remote work supplies".

Do not deposit the check. At all. No matter what. It is not a legitimate check. It will never be a legitimate check. No matter how real the check looks, I guarantee that no company works like this! Do not respond to them. Block their number and ignore them for the rest of your life.

What happens is: The check is fake and you deposit it. By law, your bank is required to credit your account with the check's value within a couple of days. HOWEVER: Just because your account gets credited the amount, doesn't mean the check is fully processed. The scammer will tell you to buy WFH supplies from a "trusted vendor". You are "buying" your supplies from the scammer, using the money credited to your account. Then, in 2-3 weeks, the bank will reject the check as fake. They will subtract the value from your account and you will have paid for your "supplies" using your own money. You will never receive the "supplies" or get your money back. The bank might even suspend your accound because of the fraudulent check.

A youtube channel that I follow actually released a video today about employment scams. In the section where he talks about red flags, compare them to the messages you just received. I bet you'll notice some similarities. https://www.youtube.com/watch?v=K9g-y8wVzws

[-] OneCardboardBox@lemmy.sdf.org 212 points 2 years ago

Sorry, what's .Net again?

The runtime? You mean .Net, or .Net Core, or .Net Framework? Oh, you mean a web framework in .Net. Was that Asp.Net or AspNetcore?

Remind me why we let the "Can't call it Windows 9" company design our enterprise language?

[-] OneCardboardBox@lemmy.sdf.org 246 points 2 years ago

Firstly, discord is entirely the wrong medium for documentation.

Secondly, documentation should be at least as accessible as the code. That is to say, if I can view the code without creating an account for some service, then I should also be able to read the documentation too.

[-] OneCardboardBox@lemmy.sdf.org 114 points 2 years ago

Happened at my workplace. An phishing email went out to test how likely people were to click the link.

Anyone who clicked the link had to take phishing training. Anyone who forwarded it to our internal "hey this is a phishing email" service also had to take training... because the internal service would automatically click the link.

view more: next ›

OneCardboardBox

0 post score
0 comment score
joined 3 years ago
MODERATOR OF