And you can add indexes on those JSON fields too!
- 0 Posts
- 31 Comments
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.
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.
Tanoh@lemmy.worldto Today I Learned@lemmy.world•TIL you can't enter non-ascii character as username on IRC ( Libera Chat )English6·25 days agoSome TLDs don’t allow full unicode either. Country TLDs usually just add their own special chars, for example .se (sweden) allows åäö.
The whole thing has a name as well: https://en.wikipedia.org/wiki/IDN_homograph_attack
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.
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 Fediverse@lemmy.world•When an instance like lemm.ee shuts down, what happens to the posts and comments?English9·2 months agoPretty naive to think someone isn’t doing it already, but as someone else said you don’t need to shutdown for it. Infact it is worse if you shut down as you don’t get new data.
Tanoh@lemmy.worldto Selfhosted@lemmy.world•How I use Pinchflat/Sponsorblock to avoid podcast adsEnglish4·2 months 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 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
And they are laughing at their victims
Still nicer than people that smoke at home
Tanoh@lemmy.worldto Selfhosted@lemmy.world•Plex is discontinuing its “watch together” featureEnglish242·5 months agoMore often than not that is corporate speak for “we fired the old team and replaced them with cheaper workers. And we didn’t want to pay them to learn the old code/they tried but failed, so we are dumping features now”
Missed to change the legend to “North Canada” or just simply “Canada”
This comic was on my off the wall calendar yesterday. Now you know!
Tanoh@lemmy.worldto Today I Learned@lemmy.world•TIL Netflix ad tier blocks some shows and movies unless you upgrade your planEnglish101·7 months agoPi-hole network is probably the easiest approcah
Tanoh@lemmy.worldto Programming@programming.dev•Stack Overflow Survey: 80% of developers are unhappy19·9 months agoBut then it is the developers fault, never management
Sure, if you use a field often it is most likely better to extract it into a column with auto-updates from the JSON data.
But you have to tune it and see what is best for your use case. Just saying that you can add indexes to JSON fields as well!