Took me a minute. And for good measure… ;
- 0 Posts
- 52 Comments
xoggy@programming.devto Programming@programming.dev•Why WebAssembly (WASM) is the Future of High-Performance Web Apps2·3 months agothe future of complex web apps*
I can see in-browser games and containerized desktop application benefiting from wasm, but simple ecommerce sites without all the fluff can be just as performant with SSR or a multi-page application. For instance several years ago I built the frontend and middleware for the Hart Tools and Ryobi Tools websites using Nuxt for SSR and Algolia for the search. Images are the majority of CPU and network load and the websites are snappy as a result. Even this tech stack is overkill for what the websites need to do but my point is for general use case this or a similar tech stack won’t benefit from introducing wasm.
Since he’s touching the keyboard with unwashed hands it’s probably best he didn’t wipe.
xoggy@programming.devto Technology@beehaw.org•New oven and they lock the air fryer functionality behind wifi.1·5 months agoEven setting up a vlan doesn’t work half the time because the mobile apps don’t talk directly with the appliance but phone home to a cloud service. A cloud service that will eventually go offline and leave the appliances orphaned. That’s how GE’s thermostats work.
xoggy@programming.devto Technology@beehaw.org•US Orders Taiwan Semiconductor Manufacturing Co. to Halt All AI Chip Shipments to China1·6 months agoI think you’re underestimating how impossible a task it is for China to hit a moving target. Even so, their move towards isolationism is at odds with an industry that has the most complex and globally integrated supply chain in existence.
Upvoting a classic. Watch his other talks too. Entertaining and thought provoking.
xoggy@programming.devto Programming@programming.dev•Git grumpy: Torvalds complains of passive voice in merge commit messages42·7 months agoBut it’s Linus so everybody likes to think everything he says is blunt and crass.
xoggy@programming.devto Free and Open Source Software@beehaw.org•What's a good FOSS IRC Client?2·8 months agoI used both for years but always preferred weechat with the nicklist enabled and at the top, so that it didn’t break urls or selecting multi-line text. Although the nicklist feature is moot for huge irc channels the ui and user experience is overall better with weechat in my opinion.
xoggy@programming.devto Programmer Humor@programming.dev•Can somebody solve this puzzle?19·8 months agoproblem is the late stages of the game the password requirements change when your password’s emojis start catching fire.
xoggy@programming.devto Programmer Humor@programming.dev•Can somebody solve this puzzle?66·8 months agoThat programmer has obviously been playing https://neal.fun/password-game/
xoggy@programming.devto Programmer Humor@programming.dev•We all have a “Jared” at our company #softwaredeveloper - YouTube5·8 months agoI was giving a nod to Alan Cooper’s book “The Inmates Are Running the Asylum”: https://www.goodreads.com/book/show/44098.The_Inmates_Are_Running_the_Asylum
xoggy@programming.devto Programmer Humor@programming.dev•We all have a “Jared” at our company #softwaredeveloper - YouTube4·8 months agoThe inmates are running the asylum.
xoggy@programming.devto Free and Open Source Software@beehaw.org•GIMP 3.0 Enters String Freeze, Inching Closer To Release5·9 months agoMost people here (who didn’t grow up in the US 50+ years ago) wouldn’t give negative connotations to the software’s name. I’m on the side that it is well divorced of an ableist meaning but that’s where the disagreement lies and some people are making a big fuss over.
Should we stop using words like taser and amok as well for having historically racist associations despite being divorces of those meaning? https://en.wikipedia.org/wiki/Tom_Swift_and_His_Electric_Rifle
Our language is littered with more “land mines” that we realize if we want to make land mines out of them.
xoggy@programming.devto Free and Open Source Software@beehaw.org•GIMP 3.0 Enters String Freeze, Inching Closer To Release68·9 months agoDo you have evidence of that? That’s not what I saw: https://www.gimp.org/docs/userfaq.html#i-dont-like-the-name-gimp-will-you-change-it
I don’t like the name GIMP. Will you change it?
With all due respect, no. We’ve been using the name GIMP for more than 20 years and it’s widely known. The name was originally (and remains) an acronym; although the word “gimp” can be used offensively in some cultures, that is not our intent. On top of that, we feel that in the long run, sterilization of language will do more harm than good. GIMP has been quite popular for a long time in search engine results compared to the use of the word “gimp”. So we think we are on the right track to make a positive change and make “gimp” something people actually feel good about. Especially if we add all the features we’ve been meaning to implement and fix the user interface. Finally, if you still have strong feelings about the name “GIMP”, you should feel free to promote the use of the long form GNU Image Manipulation Program or exercise your software freedom to fork and rebrand GIMP.
xoggy@programming.devto Technology@beehaw.org•To preserve their work — and drafts of history — journalists take archiving into their own hands9·9 months agoFor some reason I first read the title as “journalists take to archiving their own hands” and thought this was some morbid kind of protest.
Very cool! I like how changing either variable gives you a completely different pattern. Though not the same idea here’s another fun one: https://codepen.io/josetxu/pen/mdoaKEr
xoggy@programming.devto Programmer Humor@programming.dev•Not really sure whether S-expressions or Python indentation-based scoping get more hate...1·1 year agoapples and oranges is why
1996 was the beginning of the chaos. We went from a document that the user’s browser parsed and styled to a free-for-all of website designs glued together on construction paper. Accessibility took a step back. You now needed a graphical desktop to view the web. Page content was no longer machine readable and became less portable. Now in a world of dynamic page content generated by javascript you need a v8 browser in crawlers just to index page content.
Thankfully it’s still in the uncanny valley.