France vs. 'Shrinkflation': Starting July 1, All 'Shrinked' Products Must Be Labelled For Consumers
myliltoehurts @ myliltoehurts @lemm.ee Posts 2Comments 152Joined 2 yr. ago
It's okay - just as long as it's not a slightly larger pack of toothpaste, or god forbid some water. Luckily those get caught, so we're still safe.
So they filled reddit with bot generated content, and now they're selling back the same stuff likely to the company who generated most of it.
At what point can we call an AI inbred?
I have never seen contributors get anything for open source contributions.
In larger, more established projects, they explicitly make you sign an agreement that your contributions are theirs for free (in the form of a github bot that tells you this when you open a PR). Sometimes you get as much as being mentioned in a readme or changelog, but that's pretty much it.
I'm sure there may be some examples of the opposite, I just.. Wouldn't hold my breath for it in general.
I think I misunderstood your problem, I assumed the issue was the volume mounts and after testing it I was indeed wrong - the docker cli now accepts relative paths so your original command does the same as what I suggested. After re-reading your issue I have a different idea of what's wrong, but would have to see your dockerfile (or for you to confirm) to be sure.
Do you add 10f.py to the docker image when you build it and do you specify the command/entrypoint in the Dockerfile? There are possibly to issues I can think of with how you do that (although considering the docker compose works it's probably the 2nd):
- You do add it and you add it to
/data
in the image - when you mount a volume over it would make the script no longer exist in the container. - You do add it and it's not in /data - in this case the issue with running
docker run -v ./:/data -w /workdir tenfigers_10f:v1 10f.py
is the last bit - you override the command which makes it try to look for it at/data/10f.py
, if you omit it the last part (10f.py
) it should run whatever the original command was and assuming you set the cmd/entrypoint correctly in the Dockerfile it should see/data
as./
in python.
(Also when you run it with the CLI you might want to add -it --rm
as well to the docker command otherwise it won't really behave similarly to a regular command)
It works in docker compose because compose handles relative paths for the volumes, the docker CLI doesn't.
You can achieve this by doing something like
docker run -v $(pwd):/data ...
pwd
is a command that returns the current path as an absolute path, you can just run it by itself to see this. $() syntax is to execute the inner command separately before the shell runs the rest of it. (Same as backticks, just better practice)
I imagine that wouldn't work on windows, but it would on either osx, Linux or wsl.
Generally speaking, if you need the file system access and your CLI requires some setup, I'd recommend either writing it in a statically compiled language (e.g. golang, rust) or researching how to compile a python script into an executable.
If you're just mounting your script in the container - you're better off adding it directly at build time.
Pretty confident the planet will be fine, maybe it'll take 10 million years but it'll thrive again, in some form.
What we are dooming is humanity, and honestly at this point it seems like we deserve what's coming.
Yeah the YouTube algorithm is one of the worst recommendations engines I have seen tbh. It actively removes types of videos I repeatedly search for from my recommendations, and fills it with garbage I never watch.
But in the case of op it looks like a 100% horny content ratio which seems excessive, even for yt.
Stuff like https://www.mdisc.com/ exist which claims 1000+ years of lifespan.. Kinda difficult to assert whether it's true or not tho.
Mine isn't like that but there can be a few reasons I'd guess at:
- YouTube recommends you things other people in your household watch (which can extend to random people if your isp uses cnat and doesn't give you an individual ip).
- This one is more of a guess, but I'd assume a lot of people would click on that content, so if you never watch shorts maybe their algorithm just gives you the default recommendations.
- If you watch adult content without protecting your privacy it's most likely associated with your account in their recommendations.
I've started seeing private health insurance on job adverts as a benefit more and more as well recently.. Which feels alarmingly US-like as well.
That could be part of the reason, but the NHS has rapidly deteriorated over the course of the last 5ish years. It used to be pretty decent not so long ago, and our taxes didn't exactly drop. So while most public healthcare systems get strained over time due to the aging population problem, it shouldn't be this drastic.
The pandemic has surely strained it, but it doesn't feel like it's on the path to recovery, more like circling the drain.
The 2 more obvious things (to me) as far as the reasons go: an absolutely malicious government - who would sell us all for meat if they could - with little competition and brexit (courtesy of said government)
Agree that it's misleading, but to add there is another significant concern given how glassdoor is already "pay to win" from the companies perspective: they could just offer identifying the users as a paid service.
It would be digging their own grave if that starts happening, but that doesn't seem to be stopping many companies..
Haven't had any experience with eweka, but this is the reason why people tend to have multiple providers from different backbones and multiple indexers - to increase your chance for completion. Weirdly, eweka does not follow DMCA, but NTD which I've seen regarded as slower to take down content, so in theory the experience should be better, especially on fresh content.
Your mileage will vary greatly depending on what indexers/providers you pick and unfortunately it's very difficult to say whether it will reach your expectations until you try different options.
If you're willing to spend some more on it, you could try just looking for a small and cheap block account from a different backbone to see if it helps with the missing articles, but there are no guarantees.
Some are very easy depending on how the game works (at least on android). E.g. when pokemon go came out you could just go to developer settings (in android settings) and change your location to wherever you wanted.
Another super easy one is changing the time to get around timegated games.
So sweet baby Inc (who I never knew of until now) felt attacked by a list on steam which collected titles they worked on (it didn't say avoid apparently, just a list of titles they worked on with proof from their own media).
Kind of telling of the company that they saw this as an offense to them rather than as a tribute. If they thought their work was good they'd advertise this list themselves.
Also, way to dig a grave.
No worries!
I can empathise somewhat, I have burned myself out with work before. I have given myself anxiety by procrastinating my work and then spending time thinking about all the things I need to do and how I won't have the time instead of just doing it.. To the point that I struggled to sleep, which just made me even less productive. It's all a downward spiral, unfortunately.
I hope you get your life on the track you want it to be on!
I obviously don't know your situation, but just remember you can't take care of others unless you take care of yourself first - you should not be overworked either.
Great point about being aware of the strengths and weaknesses in the team!
Personally, I've had an experienced manager and took great inspiration from him.
A few things I fell into:
- it was a lot faster for me (I.e. experienced senior dev with context knowledge) to finish a task than for me to assign it to someone less experienced who has to learn the context and takes 5x as long to do it, with lots of help needed from me still. This yielded me not building up my team either in experience or knowledge.
- I assumed deadlines I got told were set in stone and my job was to meet them. This made business-y people happy. It made everyone else (including me) miserable. I had to learn to say no and push back, it very much changes between companies but most of the time I found it to be a negotiation and either the deadline could move or I had to argue to exclude things from the scope to make the deadline reasonable.
- on the above, everything takes at least 3-5x as long as I think it takes. If things finish early, great time to give my team some slack, add in additional QA work like extending tests or repay some tech debt. Delivering something early gives a pat on the back for us but no discernible benefit to the team.
- every time someone said "you'll have time to write tests/repay tech debt/upskill later once X is shipped" it never came true. Those things have to be built into delivery scopes, and it's a constant battle - if you don't do this, nobody else will.
I'm sure there were other things too, but these are the ones I mainly recall. Talk to your team, ask for feedback. Every team, project and company are different - you'll have to adapt.
I'm not sure how to respond to this, your answers lack detail or arguments to respond to. What difference does chartered Vs private make for emissions? It's the same types of jets, just changes who actually owns them. It also makes no difference to the entire tax subsidized argument either.
As to "how many times", as I said above I haven't found a clear answer, but different sources claim between 10x and ~40x, even assuming the very low end of 10x, that's a big difference. I assume the per passenger emission is hard to measure since the number of passengers on a plane make a big difference.
Either way, I believe I made my points in detail several times now, and as I said your responses don't really raise points or include much detail to further things, so I'm going to leave it here.
I wish you were the one writing the laws, this would be awesome.