Anyone that wants to scrape Lemmy would have an easier time setting up their own server, federating with everyone, and reading straight from their DB. No web scraping required. Though, web scraping defenses would be useful against general web scrapers/crawlers.
I blow hot air.
- 2 Posts
- 45 Comments
I tried Cryptomator years ago, but ended up just using rclone. What are the reasons to use Cryptomator over rclone?
� is used to represent an invalid character, so it makes sense that it’d appear often when bad data is being rendered (or good data is being rendered improperly).
Did a little research and found a Big Mac costs around $4.49, or $7.49 for a meal. Really hard to check prices without downloading their app, btw. Though, I’ve heard that McDonnalds is a lot like Subway, in that anyone not using the app and coupon codes for every order is getting ripped off big time.
You probably already know this, or are talking about another language, but JavaScript is inherently single threaded, so unless you’re running blocking I/O in parallel, you won’t actually see any performance boost. Service workers get their own thread though.
Vent@lemm.eeto Technology@beehaw.org•Disney wants a wrongful death lawsuit thrown out because the plaintiff had Disney+40·9 months agoAnd for a free trial, no less! If this isn’t laughed out of the courtroom and dismissed with prejudice, we’re all screwed.
There are services that’ll sell you a brand-new modded oled switch for less than £500. It’s not exactly rare, any switch can be modded and a modchip is better than the OG joycon exploit since modchips are untethered.
Grep is as high power as vim and emacs??? In what universe?
Vent@lemm.eeto Technology@lemmy.ml•X will soon limit the ability to livestream to Premium subscribers242·11 months agoI think once upon a time, some dumb politician used it to announce something dumb and it didn’t work lol
Yes, it depends on where the roads and rails are built and how direct their paths are.
The people in the meme are at about Seattle and NYC, which is a little over 3k miles apart (by car). You’d need to be going 250mph for the entire 12 hours to make that distance. A quick google search says that the maximum operating speed of a bullet train is 200mph, but tests have been conducted at 275mph.
So, you’d need to go non-stop at 125% max speed to make the trip in 12 hours. Even if you went at 275mph, realistically you’d make a lot of stops along the way, which is going to make the average speed a lot lower. Trains are great, but the US is really big.
Bonus fact: a non-stop flight from Seattle to NYC takes about 5.5 hours.
Vent@lemm.eeto Asklemmy@lemmy.ml•Was there ever a internet comment that actually really hurt you?342·1 year agoPlenty of comments hurt my brain trying to comprehend how utterly stupid they are, but I don’t think there’s anything an anonymous stranger could say that would hurt my feelings, that kinda stuff needs to be personal.
Vent@lemm.eeto Open Source@lemmy.ml•Github Enshitification, This comment has been minimized. Sign in to view31·1 year agoWho even uses the web editor on any git website though? For anything besides micro fixes for projects I don’t already have cloned, I find it easier to just update things locally and push.
Don’t even get me started on github rendering tabs as EIGHT spaces.
Vent@lemm.eeto Asklemmy@lemmy.ml•Can someone demystify computer Ports for me? Please? Blocking, unblocking, opening, allowing, VPNs and their effect, what ports are and what they do, step by step, when you have to interact with them?41·1 year agoAll these answers read like they’re written for comp sci students rather than a general audience. Let me give an ELI5 (more like ELI12) a shot.
Ports are just numbers. They aren’t physical pathways or doors or windows or anything like that. A better analogy is a street address, like an apartment number. Your IP address identifies your computer (apartment building), and the port identifies the program on the computer (the apartment). When a program needs to talk to the internet, which is very similar to sending a letter, it hands a packet/letter to your computer and your computer assigns the program a port number. It then puts that number on the return address of the letter so that the recipient knows where to send the response. The computer remembers that port number is associated with that program, so when it gets an incoming letter with that number, it gives it to the program. After the program is done talking to the internet, the computer frees the port up to be used by another program.
Ports are “closed” when there is no program associated with them. Any incoming letters are ignored because they have nowhere to go.
Ports are “open” when they’re associated with a program. This happens automatically when programs send outgoing letters, or you can manually open (or “forward”) ports by telling your computer/router what the port should be associated with and that it shouldn’t use the port for something else.
ELI5 over.
The internet is networks on top of networks on top of networks, so your computer will have an IP and assign a port number, then your router will remember that and change the address on the letter to its own IP with a different port number, then that process repeats a few more times until eventually it reaches its destination. You don’t have to deal much with your computer’s internal network, but occasionally you have to deal with your router’s by opening/forwarding a port because it has a NAT that has to deal with all of the devices on your network. Forwarding the port just tells your router to always send incoming letters with that port number to a specific device.
Could be worse, mine have started saying “the MVP must be feature complete and 100% bug free” but there’s a 0% chance there’s enough budget for that.
Podman is purposefully built to rely on systemd for running containers at startup. It ties in with the daemonless and rootless conventions. It’s also nice because systemd is already highly integrated with the rest of the OS, so doing things like making a container start up after a drive is mounted is trivial.
Podman has a command to generate systemd files for your containers, which you can then use immediately or make some minor tweaks to your liking.
I use podman for my homelab and enjoy it. I like the extra security and that it relies on standard linux systems like systemd and user permissions. It forces me to learn more about linux and things that apply to more than just podman. You can avoid a lot of trouble by running the containers as root and using network=host, but that takes away security and the fun of learning.
That’s crappy, but have you seen what other remote apps are doing?
Vizio has an ad that takes up around 25% of the screen!
MyQ has a large scrolling ad at the top, and they are actively hostile towards any integration that allows you to control your garage door without using their app (unless you use one of the very few subscription-based integrations they offer, of course).
Once upon a time, Google offered unlimited drive storage as part of some GSuite tiers. They stopped offering it a while ago and have kicked most/all legacy users off of it in the past few months. It was glorious while it lasted 😢
There is nothing in the algorithm tied to BTC price. Sure, you’ll likely tend to get less miners as the price decreases, but that doesn’t guarantee that it’s profitable. Plenty of people, organizations, governments, etc do things that aren’t immediately profitable and may never be.