I mean… I’d try it… but I’d have an actual dinner planned for later
- 0 Posts
- 16 Comments
JakenVeina@midwest.socialto Programmer Humor@programming.dev•“Higher-Order Vibes” Are Killing the Vibe Coding Industry17·1 day agoNo question, this is what the moneymen want. They see programmers (all human employees, really) as a liability.
JakenVeina@midwest.socialto Satisfactory@lemmy.world•222 hours in, I have built a factory that makes 20 heavy modular frames per minute. (more pictures and details in description)3·2 days ago20 HMFs is pretty freakin’ respectable.
Then the second part of my statement applies.
JakenVeina@midwest.socialto Fediverse@piefed.social•There are still 1000 users logging to lemm.ee today, while the instance will shutdown in 11 days. Should we be worried?2·2 days agoI do the exact same. The meta community is the only one I subscribe to. Makes it easier to check it periodically for announcements.
Not to short-circuit the joke, but in this case, it’s because the valid JavaScript version is…
let a
…and one of TypeScript’s main design goals is to be a superset of JavaScript, that only adds syntax, and doesn’t re-write it.
Beyond that, it’s probably a case of some new language just using what the designer is familiar with.
JakenVeina@midwest.socialto Fediverse@piefed.social•There are still 1000 users logging to lemm.ee today, while the instance will shutdown in 11 days. Should we be worried?2·3 days agoMake sure and subscribe to the “meta” community on whatever new instance you choose. That’s where stuff like this is gonna be posted, that’s where the lemm.ee shutdown was first announced.
JakenVeina@midwest.socialto chapotraphouse@hexbear.net•Schumer tweeted about trans kids. What a turd he is.English4·3 days agoYou’d have to start first, Chuck.
JakenVeina@midwest.socialto Epic Games@lemmy.zip•Dark and Darker removal from Epic Games Store explained in new emailEnglish4·5 days agoThe article touches on it, briefly, to say that it’s related to legal disputes. Except that Ironmace WON the legal dispute, with a ruling stating that they did not infringe copyright with this game. So, I really don’t get it.
This particular comic follows the events of a Disney TV show, The Owl House. You definitely won’t get it if you don’t know the show. Not your fault.
JakenVeina@midwest.socialto TorrentFreak@sh.itjust.works•Record Labels Rebuff U.S. Government in Landmark ISP Piracy Liability Showdown3·6 days agoOnly due to self-interest, but yes.
JakenVeina@midwest.socialto Star Wars Memes@lemmy.world•Darth Vader personally oversees the operationsEnglish13·7 days agoAlso, I was born there, and I hate it.
JakenVeina@midwest.socialto Ask Lemmy@lemmy.world•What's your fav Nicolas Cage film and why?10·7 days agoNot one single mention for Gone in Sixty Seconds?
Lemmings… do I have bad taste?
JakenVeina@midwest.socialto Programming@programming.dev•What would be the best way to store the country of a user in SQL?3·8 days agoThat’s a perfectly valid approach, yes. We do exactly this, at work. It’s pretty common, if not ubiquitous, to have your database schema consist of not only structure, but data as well. We call it static data, and it’s all defined in deployable scripts, just like our tables and views are. If ISO makes changes to the dataset, then it’s just a table update to match it. And ISO is nice about keeping backwards compatibility inb their standards.
Since this is not strictly your own data, you could also go with just storing the code value on your tables, and letting the UI layer do the lookup, either with built-in features of your language/framework, or with a static csv file, like you mention. You may not want to do this for static data that is entirely your own, like, say, a status or type enum, since it makes your database schema less-self-descriptive, and more prone to becoming invalid.
You could also set the country code up as a not-strictly-enforced foreign key, where your app will lookup additional info (E.G. the proper name) for a country code, if it’s a standard one, but just skip that if it’s not a standard one.
It’s up to you what you think is most appropriate.
Me. I came here to get AWAY from reddit, why the hell would I use it anymore?