There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

lemmy.ml

mryessir , to linux_gaming in Riot official response about League of Legends on Linux for Vanguard anti cheat

I just read from that: Other OSes are inferior and they won’t tell their userbase. Cheapshots I guess.

redempt , to linuxmemes in batman or man bat?

I love it because software written in rust tends to be straight up better. because it makes it so easy to make your code parallel, because it makes it easy to be user friendly by design, people actually go that extra mile. because it’s so easy to pull in a dependency to do something you’d be too lazy to do in C, the tools can get a bit big but they tend to work really well. I’ll take a rust CLI app over a python CLI script any day, and I’ll especially take it over software written in C. most people don’t care as long as the tool works, but you can definitely feel the difference of the language it’s written in in its design and performance.

renzev ,

Good software can come from almost any language, but yeah there’s just something about rust CLI tools. I’ve pretty much always had issues with incorrect file type associations on Linux, until I started using handlr. exa (or eza?) is great too. Just like ls but better in every way.

boredsquirrel ,
@boredsquirrel@slrpnk.net avatar

Yes eza is the new fork. I like the nerdfonts combo

WereCat , to linux_gaming in Riot official response about League of Legends on Linux for Vanguard anti cheat

I don’t believe that only 800 people played on Linux. It makes no sense to me in the grand scheme of things. I have a personal YT channel with only 108 subs and my random low effort video on how to get League running on Steam Deck has almost 70k views which is nuts and there are many other much better videos than mine with many more views. If only 0.1% of those people are active players that would still make a lot more than “800” figure. I know this is just a random speculation but 800 is just waaaay too low.

gamermanh ,
@gamermanh@lemmy.dbzer0.com avatar

Those 70k views are probably people like me:

Want to try it and bounce violently off of the toxic ass community

So that 800 might actually be a believable number given you go through some hurdles just to get, well, LOL players

abeltramo ,
@abeltramo@lemmy.world avatar

The devil is in the details: 800 on a single day.

Willdrick , to linux_gaming in Riot official response about League of Legends on Linux for Vanguard anti cheat

Good riddance, spent several years hooked to League. That being said, the fragmentation argument is bullshit, they could ship a read-only container in a flatpak and it’d run everywhere.

Kernel level is a huge risk and it doesn’t guarantee anything, especially in the age of Ai cheats and network mitm cheats

Aux ,

You can’t do shit with flatpak as a kernel level anti cheat.

Willdrick ,

That’s the point. A read only container to keep low hanging fruit at bay, and flatpak to distribute without having to repackage to every distro under the sun.

I don’t fuck with the game, the game doesn’t fuck with my system.

Aux ,

That doesn’t protect the game in any way, that’s the issue. If you don’t fuck with it, it doesn’t mean that everyone else doesn’t as well.

ampersandrew ,
@ampersandrew@lemmy.world avatar

Their anti cheat rootkit doesn’t protect the game either.

Aux ,

How do you know?

ampersandrew ,
@ampersandrew@lemmy.world avatar

Because cheaters still exist, and we’re well aware of the methods they use that would never come close to interacting with your operating system.

dukatos , to linuxmemes in batman or man bat?

But you are ok with systemd doing the same?

xmunk , to programmerhumor in canYouTakeALookAtThisDateTimeBug

If you’re not using tz_database or equivalents for literally all date-time logic, if 24 or 60*60 are constants defined in your project… you’re doing it fucking wrong. I don’t know how many times we need to break out the idiot club, but date, time and timezones are extremely complicated - unless your business is primarily concerned with them you must use a library or service.

Do Not Reinvent This Wheel

jsomae ,

What does tz_database do? Wikipedia makes it seem like it basically converts a pair (geocoordinatr, utc time) to local time

InputZero ,

From my very basic understanding, yeah that’s basically what it does. However it accounts for a whole lot more into adding or subtracting from UTC. Timezones aren’t absolute, they’re political. Timezones have weird rules, and history that needs to be somehow expressed in the code to get the right time. That’s what’s sets tz_database apart from just looking at a map and saying it’s +7 UTC.

jsomae ,

So it updates now and then with new rules, and it keeps historical rules for past dates?

InputZero ,

I think so. Like I said, I have a very basic understanding of it. There are definitely a lot of people who know more about this than I do.

interdimensionalmeme ,

What is tz-database equivalent in batch language ?

bjornsno , to programmerhumor in canYouTakeALookAtThisDateTimeBug

I leave the country for six goddamn months and they pull this shit while I’m away???

sbv ,

I wouldn’t go back, if I were you.

CanadaPlus , to programmerhumor in canYouTakeALookAtThisDateTimeBug

Link.

No, they don’t really explain why that’s better. The main reason given is to attract people, so in other words it’s a stunt.

MisterD ,

“By extending the length of the days, Pedersen hopes that more people will be inspired to move to the remote region. Ensuring that the area is populated is “more important than ever” in light of Russia’s war against Ukraine, Pedersen added.”

Yup. Imagine the ads for this:

Move here and age slower (disclaimer: you might have to change your birthday because we needed to remove some days from OUR calendar.

rtxn , to linuxmemes in batman or man bat?

I feel the same way about Haskell. Every program I’ve used is either a “Look at what else Haskell can do!” example, or an endorsement of universal packages whenever I have to update 200 haskell modules.

PoolloverNathan ,

↑ This. Haskell makes it super easy to get good CLI filters. All you need to do is interact and process the string it gives you. You’ll automatically get streaming behavior because of laziness without lifting a finger.

StephenTallentyre ,
@StephenTallentyre@lemmy.today avatar

Huh. My brain is on fire right now.

PoolloverNathan ,

interact is (String → String) → IO (), a function that takes a String → String (a function that takes a string and returns a string) and returns an I/O operation (which is a separate type since Haskell doesn’t have side-effects). The function you give it will receive all of stdin as a string and its output will be stdout. The magic comes because Haskell uses cons-lists that are lazy in their spine — the list doesn’t actually exist until you look at it. This means that, from your perspective (probably not how this is actually implemented), the list you return is iterated character-by-character, and each character that gets printed only waits for the characters it needs, allowing the rest of the stdin list to remain unevaluated.

StephenTallentyre , (edited )
@StephenTallentyre@lemmy.today avatar

Huh. My brain is on fire right now.

Honytawk , to programmerhumor in When a real user uses the app
JoMiran , to programmerhumor in canYouTakeALookAtThisDateTimeBug
@JoMiran@lemmy.ml avatar

I’d start with a 13 month/28 day calendar and planetary time (all clocks set to UTC).

EDIT: And set the date format to YYYY.MM.DD for the entire world. Americans and Europeans can stop arguing. The Japanese got it right.

MinekPo1 ,
@MinekPo1@lemmygrad.ml avatar

And set the date format to YYYY.MM.DD for the entire world. Americans and Europeans can stop arguing.

this made me uncontrollably angry , its YYYY-MM-DD not YYYY.MM.DD

QuazarOmega ,

I’ll do you one better: YYYY/MM/DD

rmuk , (edited )

YYYY-𝓜𝓜-DD

I like my months fancy.

QuazarOmega ,

As long as you don’t switch them around with the days, it’ll be fine

xzinik ,
@xzinik@feddit.cl avatar

proceeds to write least significant digit to the left when using YYYY·MM·DD

melpomenesclevage ,

Yeah only garbage people use anything else.

doctordevice ,

And the extra day is a special interstitial holiday in the “14th” month, right? And leap days go into that holiday month as well.

xmunk ,

That fourteenth month should be managed by Congress, every year they could vote on whether we’d have it or not.

doctordevice ,

Lmfao, that would totally be the solution the US would implement. “How can we do this in the most complicated, error-prone way?”

psud , (edited )

The symmetry calendars (Wikipedia) use a leap week each several years, which seems like a reasonable way of doing it

Apparently the author of those calendars thought that would bring on board the people who believe days following an unending sequence is important - those who think their holy day has to be an actual whatever-day not one out of sequence due to intercalary days

Ed. Linkified the calendar

doctordevice ,

Ahh, that makes sense. Here I was thinking it would be fun to have a day or two every year that weren’t any day of the week.

The leap week is a little bit of an unsatisfying solution since it means solstices and equinoxes will shift around a lot more. Also not as likely to get governments and employers to be willing to treat them as holidays.

I highly doubt we’ll move from our current calendar anytime soon. Its flaws aren’t bad enough to justify the effort, but I would really love a more symmetrical calendar. And payroll folks would probably love it too. Hourly and salary structures would be a lot more in sync.

psud ,

On the other hand the calendar is always the same, years always start on a Monday, months start on a Monday

You could have a permanent calendar, except that religious holidays and astronomical events (solstices, equinoxes, best day for planting tulips) would move around

My birthday would vanish as it’s towards the end of one of the middle months; my mother’s birthday would only happen in leap years as it’s late in the last month

Birthdays on the new calendar would always fall on the same week day (though people born under the old calendar could celebrate on the day that it would be had the old calendar continued, or choose the same day number and month, or choose the corresponding day in the first year (or whatever) of the new calendar and stick to that month and day number)

doctordevice , (edited )

Almost all of this would be true if we celebrated a day (or two) each year that were outside of the months and weeks, except events tied to points in our orbit would stay put a lot more. We would still have the same calendar every year. In your version we have a full extra week every 6 or so years, in mine every year we have a dedicated New Year’s Day that isn’t in a regular month or a day of the week, and every 4 or so years (same rules as now) we have 2 New Year’s Days.

Though I would argue for Sunday being the 1st day of each month/year. IMO weekends should be like bookends, one on either side.

Edit: your Wiki link contained a link to the International Fixed Calendar, which I’ve been inadvertently arguing for. This is almost identical to what I’ve been proposing, except they put the leap day at the end of June. But it fixes the major disadvantage of your system: that a year isn’t a year. In your system 1/1 is never one year away from 1/1. In mine it is within leap day drift, just like the current calendar.

absGeekNZ ,
@absGeekNZ@lemmy.nz avatar

No, “new years day” would just be a day all by it’s self, global celebration day… And get this, every 4 years you get two party days.

Obviously this will never happen, the world would all have to agree on the change…, which isn’t going to happen. Oh well it is nice in theory.

doctordevice ,

Isn’t that what I said?

loo , to linux_gaming in Riot official response about League of Legends on Linux for Vanguard anti cheat
@loo@lemmy.world avatar

My main issue with this blog post is that rather than properly addressing concerns, they make fun of them.

It’s not a rootkit, journalists just spread misinformation for clicks

Why is it not a rootkit, then??

Aux ,

Because journalists.

yggstyle ,

A blog toxic as it’s community? Gasp.

A long while back riot used to be a fun sorta disruptive thing that was pretty healthy overall. It was awkward and fun. That was before it was purchased though. Now riot exists to make money for big china. It isn’t that company anymore. It’s a facade.

You can’t fix it, nor can the employees.

Riot is a skinpuppet that has no autonomy. Unlike the employees though, we have the choice to leave that failing franchise and move on. Rootkits aren’t acceptable and that needs to be the standard. It wasn’t okay when Sony tried it in the name of anti-piracy and it’s still not okay now. No person should be okay with installing a black box with greater admin rights than they have on their own machine. That is not okay. It is security heresy. That blog uses hand waving and bullshit to sell the concept to people that don’t know any better. And honestly? That’s almost just as bad as the rootkit itself.

A rough translation is:

Be a good drone and put the slave collar on. It’s good for you. Don’t ask questions, you don’t need to know why. Just do it. You are the product and you have no rights.

slumberlust ,

I disagree that they went downhill post-purchase. They were shit from the very start when pendragon decided to burn one community to promote his own in the name of capitalism.

yggstyle ,

They had their issues, sure. But most studios will have burned bridges in their wake. Not a hard and fast rule of course.

When I refer to downhill I’m looking directly at the slippery slope that is changing from profit as a target to profit above all else. When you sell a company regardless of who you retain - there will be a value shift as the head drives the body. The existing cracks got worse and new ones formed. People that care the most generally give up, leave, or both and the whole thing falls in on the void left by those support’s absences.

You may be right that a shift in ideal started then. I’m not terribly familiar with the story so I’ll defer to you on that.

KillingTimeItself ,

because on windows it’s not considered a rootkit, it’s consider user obscured feature sets.

jkrtn ,

I guess the difference is in whether or not the victim was complicit with installing spyware in the kernel.

laurelraven ,

If that’s the distinction they’re going with, they don’t actually know what a rootkit is and have no business declaring something is or isn’t one

juicy , to programmerhumor in canYouTakeALookAtThisDateTimeBug

You know, if I had an extra two hours two sleep every day, I might finally wake up ready to go in the morning.

asg101 , to programmerhumor in canYouTakeALookAtThisDateTimeBug

Seems like these idiots have too much time on their hands already.

lugal ,

And when you have something, you want more and more of it

PowerCrazy ,

Excellent comment.

culpritus , to programmerhumor in canYouTakeALookAtThisDateTimeBug
@culpritus@hexbear.net avatar

Reminds me of DS9. This isn’t Bajor though.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines