You know what makes me so angry though? Looking at the way the Dems govern, even now in the face of this firehosed of shit, this was going to happen eventually. I’ve been thinking a lot about “who’s worse, the Nazis, or people who opened the door for them?”
karmiclychee
- 1 Post
- 25 Comments
karmiclychee @sh.itjust.worksto Not The Onion@lemmy.world•Zuckerberg calls for "repopulation" of "cultural elite class"English1·8 months agoAlienation is a helluva drug
Sublime gang rise up 😭
karmiclychee @sh.itjust.worksto Technology@lemmy.world•Apple CEO Tim Cook Donating $1 Million to Trump's Inaugural FundEnglish32·9 months agoExtortion, more like
karmiclychee @sh.itjust.worksto Technology@lemmy.world•“A Perfect Storm of Cognitive Degradation”English2·9 months agoWROUNGG
karmiclychee @sh.itjust.worksto Technology@lemmy.world•“A Perfect Storm of Cognitive Degradation”English1·9 months agoBut I am le’ tired.
Then take a nap, THEN FIRE ZE MISSILES
karmiclychee @sh.itjust.worksto Technology@lemmy.world•“A Perfect Storm of Cognitive Degradation”English2·9 months agoDEEP CUTS damn I flashbacked hard
karmiclychee @sh.itjust.worksto Technology@lemmy.world•“A Perfect Storm of Cognitive Degradation”English22·9 months agoYes, well, my spoon is too big.
karmiclychee @sh.itjust.workstoMicroblog Memes@lemmy.world•What's your radical opinion?English3·1 year agoIt’s the occasional stabby thing that gets me, though.
karmiclychee @sh.itjust.worksto Open Source@lemmy.ml•Staticrypt: Password protect a static HTML page, decrypted in-browser in JS with no dependency. No server logic needed.14·1 year agoServed as “flat files” - filesystem, object store, what have you. No server logic generating content, just passing around of strings and binary data. Files are the representation are the source of truth. Counter to a web app, where the content response is ephemeral and the “source of truth” is scattered across a writeable DB and recombinated (potentially) on every request.
Interesting question though, I (a web dev) just take the term for granted.
karmiclychee @sh.itjust.worksto politics @lemmy.world•Schiff Warned of Wipeout for Democrats if Biden Remains in Race2·1 year agoFrankly, I’d kill for the Dems to pour money and resources into down ballot races.
karmiclychee @sh.itjust.worksto Technology@lemmy.world•Why the Fediverse is not (yet) Billionaire-Proof, or: The 51% Attack for the FediverseEnglish11·2 years agoI’ve seen some active instances die due to admin neglect (not paying the bills, for instance), and I’ve wondered how those communities have fared since, since they’d have to start over elsewhere, and without all the content and history from their origin server. Same goes with user accounts too.
karmiclychee @sh.itjust.worksto Technology@lemmy.world•What If: No Social Media Anonymity (Edit)English3·2 years agoJust read a thing about how persistent usernames may work better than actual ID. Of course, I don’t have a link, and I’m not finding anything on Google right now, but as someone who uses the same handle across multiple services, which makes my activity traceable, but not necessarily to my real identity, I definitely think there’s something to that.
karmiclychee @sh.itjust.worksto linuxmemes@lemmy.world•If linux distributions were tools.8·2 years agoAlways felt more like a hammer to me.
karmiclychee @sh.itjust.worksto Technology@lemmy.world•Does Perchance.org count as coding/programming?English6·2 years agoFrom the welcome page
my secret mission with Perchance is to get people interested in coding with a smooth, fun learning-curve
Seems like it worked!
I do web dev on a daily basis, and I tend to think of HTML as “formatted” data.
A database has data in it, but it’s in a format of columns and rows, like a spreadsheet.
My application fetches that raw data and uses code to manipulate it - it can inspect it, rewrite it, combine it with other data from other places, validate it against rules - all sorts of stuff.
Since my app is a web app, all that code is designed to use the data formatted in columns and rows from the database, and use it to generate new data in HTML format to send to the browser.
Technically, writing HTML for a browser is a form of programming - it’s a set of instructions that tell the browser how to display the data in the HTML. It’s not considered programming in a professional* sense, though, as HTML doesn’t get, send, change, or process data. Its purpose is as a format for data to be sent and read by something else (the browser).
*professional as in job titles that affect your salary
karmiclychee @sh.itjust.worksto Technology@lemmy.world•A remote Air Force base in Alaska is getting its own nuclear reactorEnglish5·2 years agoThat is literally what it is :D
karmiclychee @sh.itjust.worksto Programming@programming.dev•Opinions on how to deal with duplicate code.22·2 years agoI call this my “rule of three” - I wait until I’ve seen “something” three times before deciding on an abstraction. Two isn’t enough to get an idea of all the potential angles, and if you don’t touch it a third time, it’s probably not important enough to warrant the effort and risk of a refactor
karmiclychee @sh.itjust.worksOPto Fediverse@lemmy.world•Re: Defederation - Does Lemmy need a charter?English1·2 years agoYes!
Excuse me what? I’ve been multi cd’ing for years like a chump?