HackerTrans
TopNewTrendsCommentsPastAskShowJobs

valrix

no profile record

comments

valrix
·2 anni fa·discuss
It would for many min-wage workers, sure. But if you don't have to worry about bills, you'd get bored and still find something to do. So this allows more people to start their own small business and work for themselves instead of some corporation that will just extract the excess of their labor. There would be a massive drop in the unemployment pool, which would cause many issues with larger businesses that rely on labor value extraction to operate. However, smaller businesses, especially in rural areas with a lot of farmers and/or ranchers, would likely do better since there would be less money leaving the town to pay for utilities (or trips to Walmart, since everyone now has more money to spend on things besides food/housing/bills and can afford to shop at smaller stores). This would also pad the pockets of Mom-n-Pop shops, which would keep prices down and allow more competition against big box stores, which in turn keeps more money local and improves the local economy.
valrix
·2 anni fa·discuss
The bad results are not a surprise, given the method they used. Giving someone less than the federal minimum wage for a month isn't going to incentivize people very much.
valrix
·2 anni fa·discuss
There was more than just articles that I posted, but it was flagged for some reason. Whatever
valrix
·2 anni fa·discuss
[flagged]
valrix
·2 anni fa·discuss
Not even one mention that the guy WAS in fact cheating, but we can't have pesky details like that in a fear mongering article, now can we?
valrix
·2 anni fa·discuss
I'm kind of surprised that we haven't started integrating the spores of Pestalotiopsis Microspora into plastic products to break them down faster later. They could seal spores between two layers of a bioplastic, then have the non-bioplastic as an innermost layer to protect the bioplastic from liquids, and the outermost layer be a mix of plastics and bio-plastic. This way it will still degrade, but slowly, until degradation reaches the spore sandwich layers, which will then quickly degrade and inoculate the spores to begin growing and consume the rest of the outermost layer and begin degrading the innermost layer. This (in theory) should eliminate nearly all, if not actually all, of the plastics involved.
valrix
·2 anni fa·discuss
You should be able to get a basic consultation with a lawyer, often for free, or a small sum ($20-50). It sounds like you're being jerked around a lot and they're trying to steamroller you into compliance. Keep refusing their attempts until they send you a check or credit to your bank account and keep everything they send you and you send them. The more evidence you have that they were not engaging in good faith, the better your case will be if it has to go to court.

If you're lucky though, a nasty letter from a lawyer will often make these business give in as they finally understand that you're serious about litigation. I've had to do such a thing when a commercial property company tried to charge me for damages that already existed, but I had pictures from when I moved in to show they were not caused by me, so it would have cost them more to take me to court than to ignore it and get a new lessee in.

Best of luck!
valrix
·2 anni fa·discuss
I think the "swap station" idea is pretty close to what we have now and would transition easiest. Fuel deliveries are typically dispatched on a route that will service more than one location (unless it's an emergency drop), so there's already a distributed refueling system in place to be updated.

You're right that it would take multiple swap stations on nearly any given route that doesn't go too far out of an interstate or frequently traveled highway. So smaller towns or out-of-the-way towns will likely be forced to pay higher costs to get the deliveries using a regular fuel-driven truck, at least until they can solve the EV drive distance issue(s).

I think the biggest point of contention over this will be when Mom-n-Pop stores start going under fast due to the barriers of entry to afford so many expensive, large, and very heavy batteries. That's not even considering possible requirements to use specific machines for safety reasons, which I imagine will also jump when Mom-n-Pop try to wing it.
valrix
·2 anni fa·discuss
Except an employee's contribution isn't static, while their cost is.

$7.25 x 8 hours = $58 for the day. However what they create is based on output, which for most businesses, varies day by day along with their sales.

A McDonald's could sell 500 burgers in one day at one location, but only 300 at another. In this case the employee at the larger restaurant generates 2/5 more value than the employee at the smaller one, even if both can output at the same speed and quality. So, in reality, the employee at the larger restaurant is being exploited by 2/5 more than the employee at the smaller location. Which also means the employee at the smaller location is getting paid more for doing 2/5 less work than an equally capable employee.

Profits are multiplicative yet unpredictable, while labor is static and predictable.
valrix
·2 anni fa·discuss
If you don't have a whole lot in funds, a candle business can be mostly done with one person until sales pick up enough to require help making enough of them.

If you like/don't mind marketing you could try the RedBull route and have a beverage company work with you to make some new drink and you'll only have to worry about the business side of it and not deal with production/distribution.

Depending on where you live, a vending business could also be an option, as the biggest costs are at the start, then it's just maintaining supplies, ensuring stock minimums, and doing occasional maintenance on them. You don't even have to start that big; coin-based vending machines are still around (although used a bit less since COVID) and they're usually less than $200/each for a 3-candy unit.
valrix
·2 anni fa·discuss
I love the games this guy makes. They're long, but not really grinding and each series has many different mechanics, even though they're all made in the same engine.
valrix
·2 anni fa·discuss
Or just, properly handle pre-filled configs instead of being lazy?
valrix
·2 anni fa·discuss
You probably should not use jQuery unless you have an actual need for it. 10-ish years ago it was helpful because browser features were very fragmented at the time and it was hard to write code that would correctly function across all major browsers. Today, there's little difference (mostly due to them all being the same under-the-hood nowadays) so instead of being a helpful tool, it's being overused for numerous reasons. Most of what jQuery was really good at has now been added to Javascript core or there is a browser API for it.
valrix
·2 anni fa·discuss
Nah, I keep them in an encrypted environment file that I have to unlock at server startup. I used GPG to encrypt with a key and use a long, complex password for unlock. To make it safer I should probably use a security key instead, or add 2FA before the password prompt to unlock. The guidelines are definitely correct about not using environment variables though, since they can stick around in logs and often stay in memory for the life of the program.
valrix
·2 anni fa·discuss
https://www.plaidsettlement.com/
valrix
·2 anni fa·discuss
https://receive-smss.com/ is one I found a while back. Haven't needed it yet, but keep it bookmarked
valrix
·3 anni fa·discuss
https://archive.ph/3euZy
valrix
·3 anni fa·discuss
1. If the website is correctly using HSTS, the new HTTPS DNS record, or redirecting from HTTP to HTTPS manually with a 301 then you don't even need to specify a protocol. Just put in domain.TLD and go. 2. ??? 3. Yes, it's the protocol definition and that's what it means, correct. 4. Without the protocol, it's not a URL. The specification of a valid URL can be read here https://datatracker.ietf.org/doc/html/rfc1738 where it points out that a "scheme" (the protocol, such as "http" or "http" or "ftp") is required.

The problem is your examples assume you're talking about ONLY a web server, when you can put ftp:// or ssh:// or even gopher:// in front of ycombinator.com and the connection process will be vastly different, as they are different schemes of communication. Websites will always require a valid protocol before the domain because otherwise there's no way to know for sure where the link is meant to go.
valrix
·3 anni fa·discuss
https://radio.garden is a fun one for exploring radio stations around the world. https://di.fm is good for electronic music enthusiasts with a ton of different sub-genres to choose from. https://rekt.network is for dark electronic music enthusiasts with stations based around synth sub-genres. Nightride FM is a good one for that Tron vibe.
valrix
·3 anni fa·discuss
Probably anyone willing to spend some time to save some money. They could also sell the tool for less than any of the books and make money while saving their customers the full price of the book. https://octagon-simon.github.io/projects/unscrambler/ Here's a word unscrambler that was made with a tutorial on what they did, so from there someone else only needs to consume the jumbled words, unscramble each one, and if there are multiple options for a word it can be in a select list or something so the user can choose the correct word. It's a novel trick, but isn't going to help for long.