There is a reason almost everyone use some Date lib, like Luxon and not the built in. And well, having a horrible built in lib that they can’t change due to legacy code breaking is nothing really new or unique to JS.
- 0 Posts
- 26 Comments
Tanoh@lemmy.worldto Selfhosted@lemmy.world•Anyone else going basic with their NAS?English2·1 month agoI open the series folder from the mounted network share and watch it in VLC.
Similar, but I have a RPI by the TV running LibreELEC and Kodi.
Tanoh@lemmy.worldto Technology@lemmy.world•Amazon Doubles Prime Video Ads Per HourEnglish25·1 month agoJust a matter of time until you can’t chose what to watch on the lowest tier, you have to follow their playlist of what you should watch.
And we have come full circle back to broadcast TV
The unstable part is just compared to other versions of Debian. Every now and then a package dependency breaks, but usually nothing serious and you can still use the system until it is fixed within hours. It is not like the system will constantly crash, it is still linux.
I have used sid for years without any major problems. Usually only on desktop though.
security none existsnt. Aws security tools used to scream at you every time you open the aws console. Solution at the company was to restrict views to those pages so (most) people don’t see the security/vuln reports. To get reports, you’d have to ask cybersec.
Not going to lie, that is hilarious. And forget red flags, you have a whole squadron of semaphores right there.
Tanoh@lemmy.worldto Technology@lemmy.world•lemm.ee is shutting down at the end of this monthEnglish81·1 month agoI think that is just an effect of growing, or at least not shrinking and sticking around. There is ni point in spaming somewhere where there are no active users.
Tanoh@lemmy.worldto Selfhosted@lemmy.world•How I use Pinchflat/Sponsorblock to avoid podcast adsEnglish4·1 month agoIt should be doable to so some audio analysis of the episodes. They “always” (I am sure some forget every now and then), have an outro and intro around the ad block. With a clearly defined jingle per podcast. You should be able to make a program that analyses the audio and listens for that block and cuts it out for you.
Tanoh@lemmy.worldto Programming@programming.dev•Git Your Freedom Back: A Beginner's Guide to SourceHut5·2 months agoOr if you want some basic configuration, like user management and repo creation. Use something lightweight like gitolite
Nice rack!
That exact same phrase is used in a very different context in other communities!
Tanoh@lemmy.worldto Programmer Humor@programming.dev•Webm supports multiple audio and subtitle tracks inside its RIFF container structure, why the hell arent browsers supporting it???112·2 months agoOne problem with that use case is that you as the creator doesn’t control where (screen position) and how (font face, size, etc) the subtitles are rendered. The browser and user control that, so I doubt they would be widely used for meme because of this.
However, I do agree that it would be nice to have support for it for other reasons.
Tanoh@lemmy.worldto Technology@lemmy.world•Duolingo will replace contract workers with AI | The VergeEnglish6·3 months agoWell it makes sense if you think about it.
You invest a million dollar in 100 companies, 95 fail, 4 makes 10 million each. If the last one hits at least 60 million you are even, anything above is pure profit. Basically just throwing shit at the wall and see what sticks.
Tanoh@lemmy.worldto PC Gaming@lemmy.ca•Oblivion Remastered PC: Impressive Remastering, Dire Performance Problems - Digital FoundryEnglish4·3 months agoGoing to wait for the first bug fix patch
Tanoh@lemmy.worldto Technology@lemmy.world•Swiss officials not following EU use of burner phones for US travelEnglish13·3 months agoOr even worse, password field doesn’t work with paste.
Yepp. Started using Debian around the Ham/Slink releases, haven’t found any reason to change yet.
Tanoh@lemmy.worldto Technology@lemmy.world•Boarding passes and check-in could be scrapped in air travel shake-upEnglish8·3 months agoIt says “could” not “will”, so they will just never implement that part.
Re-binding caps lock is such a nice thing. I am a Perl programmer (yes, really), though not in emacs (vim all the way!)
I changed caps locks to $ and @ with shift decades ago. Especially since in my native layout they are awkward to reach.
And then there are things like strcmp() that uses 0 as true. At least it is for a good reason, but still confusing.
Also the storage is the cost for the user, and google in the case of play store. So the developers have no incentive to reduce the size.
Tanoh@lemmy.worldto Technology@lemmy.world•Self-Driving Tesla Crashes into Wall Painted to Look Like a Road… Just Months Before Planned Robotaxi LaunchEnglish15·4 months agoYeah, that is just how youtube works. You as an individual can say you don’t like annoying thumbnails and titles, but they 100% work. And channels that don’t use them are just not getting as many viewers.
For very basic things maybe, but it has a lot of other weird problems and restrictions. Mutability, no real timezone support, very limited arithmetic, to name a few. As soon as you move beyond the very basic, you want someting more robust.