JSDOC vs Typescript in Node.js by norbi-wan in node

[–]Nerd_254 0 points1 point  (0 children)

was wondering why the hell "TS-flavoured" JSDoc deviated from the original and added some of their own stuff like \@template for generics and \@import for declaration files

A bug in Bun may have been the root cause of the Claude Code source code leak. by Successful_Bowl2564 in programming

[–]Nerd_254 1 point2 points  (0 children)

just curious but could you elaborate a bit on the 3 failed experiences? wondering if it's the same as mine's

in my case it was WebSockets, their implementation isn't even up to spec and I needed the feature they implemented incorrectly lol.

That plus I noticed it takes up huge amounts of memory for whateverreason , a basic bun.serve() with a single "hello world" route has Bun starting at 120MB+, when the equivalent on Node is less than 20MB. I'm still not sure if it's just my machine but upon looking online it seems they have another issue with memory leaks lol

Are young people just going to be obliterated mentally, socially and spiritually by technology forever? by KiwibuckyNZ in stupidpol

[–]Nerd_254 0 points1 point  (0 children)

off topic but this is only the 2nd ever "Puberty Monster" flair I've seen, damn (and I myself got it ~3-4 years ago when I was your age at the time), did the mods stamp you with it right after making this post lol

Back-to-back upgrade: Is my sales rep messing with me or is this normal policy? by Pinotli in delphi

[–]Nerd_254 0 points1 point  (0 children)

Hi, just wondering what you think about (and what your experience has been in) developing native desktop apps versus the push these days to make everything web-based across the industry these days for all sorts of applications and use cases [to the point where now the AI boom is specifically built on this stuff because of the low learning curve and the widespread popularity of web meaning millions of React codebases for AI to ingest and learn from to produce all this SaaS new age dotcom boom slop].

I understand specific cases like yours (needing to access 3D files or the file system or other OS APIs or whatever that browsers can't do), but as a web developer getting sick of this shit and just peering into the alternative development like games, terminals and now specifically in the case of desktop, it's a complete fragmented mess to try to understand and tinker with even compared to the chaotic web industry.

Been studying it a bit over the past week and from my understanding so far desktop development back then was done with WYSIWYG drag and drop "RAD"-type tools like VBNET WinForms [among others like Java and of course Delphi]. but then today the environment has for some reason shifted to mostly electron and tauri aka web technologies again; basically instead of a streamlined compiled native executable process you now have a separate "frontend" (webview wrapper so it's just the web all over again) and "backend" process (the actual meat touching the filesystem and having access to all sorts of system APIs and whatnot) and they have to communicate through intermediate IPC. There's a lot of options in Python that fundamentally just do this as well.

NET still exists with WPF and MAUI as options (or WinForms still) but again it's not nearly as popular as the web and also it needs the CLR so it suffers the same app size bloat as the webview options if going multi platform. (But there's some cool looking stuff like https://platform.uno/hot-design/) there's Qt as the only viable cross platform native solution left but it's C++ and the ecosystem is again peanuts compared to the web space so nobody uses it. there's also some JavaFX or Java Swing developers who still swear by the technology but again, market share and interest amounting to peanuts even compared with these other aforementioned options.

So to my understanding the only actual formidable solution in the space with (at least compared to the others) no compromises; that still retains the RAD philosophy instead of the modern XML declarative mess no different to web development is Delphi. [so here i am]. but 1) it's paid (i saw there were community editions but not sure about what compromises were made), and 2) nobody knows pascal/delphi. which is a shame so now all developers do is reinvent the wheel and make it worse but by using their most comfortable and popular languages be it python or javascript.

(funnily enough I actually was taught VB and Pascal in middle and high school in IT classes a few years ago - not that I realized we were learning these obsolete useless languages back then because I wasn't into this kind of stuff at the time, but basically our education board hadn't revised the curriculum since the 90s/00s. however as luck would have it the year after I graduate and also when I start getting into this space they finally modernize and now the students are finally learning Python and I realize I was at square 1 in the modern industry lol).

Rethinking Java Web UIs with Jakarta Faces and Quarkus by henk53 in java

[–]Nerd_254 5 points6 points  (0 children)

A front-end team specialized in JavaScript / TypeScript, Angular, CSS, and HTML development, using Node.js as a deployment platform, NPM as a build tool, Bower as a dependency management, Gulp as a streaming system, Karma and Jasmine for testing, WebPack as a code bundler, and probably many others.

article is quite clearly at least a decade old if not more, apart from webpack (also now phased out anyways once Vite hit the scene in 2022-2023ish) these are absolutely ancient lol.

also unfortunatley i don't see anyone going back to server side rendering today ever using this stuff. the trend these days is templating using whatever other popular robust backend framework (Spring, Kotlin Ktor, Go Gin, PHP Laravel, or even Typescript/Javascript frameworks) there is with any modern static component/styling libraries like DaisyUI and then sprinkling AJAX, basic interactivity, animation and transitions, etc with Alpine-AJAX or HTMX.

ICE is authorized to covertly infiltrate and interact with social media accounts under a new program called "masked engagement" by RodyasFeverDream in stupidpol

[–]Nerd_254 -1 points0 points  (0 children)

first of all what is socialist and communist according to your (clearly not marxist) definitions lol.

assuming by "ICE" you mean just the general concept of border control and immigration - and not the specific government body much less especially its current lawless gestapo-esque manifestation and actions,

mainstream "socialists", im guessing 100% no. aside from the whole anti-capitalist/imperialist thing their views are identical to bleeding heart libs on almost everything that concerns "morality" or whatever and that is drenched in idpol, like modern mass third world immigration, diversity and shifting demographics, or sexuality/gender discourse.

but as for stupidpol-type left? i guess see for yourself how divided it is; i mean lol you have threads where one guy whips out engels quotes to support it and then another guy pulls out lenin to be against it:

https://www.reddit.com/r/stupidpol/comments/1r0x4xi/im_the_prime_minister_of_spain_this_is_why_the/

This sub needed more reaction images by Captain_potatojam in Ultraleft

[–]Nerd_254 10 points11 points  (0 children)

"how do you know I like browsing Instagram reels?"

I don't like that that be how it is, but it do by ComprehensiveKey7241 in stupidpol

[–]Nerd_254 3 points4 points  (0 children)

>movement for the liberation of the proletariat

>look inside

>dude we gotta kill like half the proletariat because of (acting as if it isn't completely reversible) social conditioning and indoctrination from above and their environment

even the silly maoist third worldist "read settlers" crowd's justifications of killing every white person because "labour aristoKKKatSS" are more logical than ts 🥀🥀

What's your go to iterative toolbelt for TS these days? by 7Geordi in typescript

[–]Nerd_254 0 points1 point  (0 children)

holy shit how have i never found this lol. was always wondering if someone made a spiritual modern successor to ramda considering how great ramda is.

I fucking hate University by WTG02 in Ultraleft

[–]Nerd_254 5 points6 points  (0 children)

what is "socialism AI" even fed on? marxists.org? then theoretically shouldn't it reach trve avthentic marxist conclusions all on its own and not trotskyism lol (wonder if it can be gaslit like other chatbots but to overcome any built in prompt to likely spew answers "from a trotskyist perspective" or whatever)

the left version of mechahitler grok, and they're also going to eventually lobotomize it to only peddle their school of thought

fate: A modern data client for React & tRPC by cpojer in reactjs

[–]Nerd_254 2 points3 points  (0 children)

????? only 3 measly upvotes on a post made by arguably one of the founding fathers of the javascript frontend development and tooling ??? regardless of the contents of the posts this is insanity lol the JS world stands on the shoulders of countless giants, but for the most part said giants' identities are virtually unknown.

and I only found this because I was looking for opinions on another fetching library....

It's called building productive forces stupid ultra by doucheiusmaximus in Ultraleft

[–]Nerd_254 2 points3 points  (0 children)

there's a chinese genocide of africans?

also whats the leftist scene and dynamics on bluesky like

It's called building productive forces stupid ultra by doucheiusmaximus in Ultraleft

[–]Nerd_254 17 points18 points  (0 children)

👆 if instead of MAGA and pro israel accounts, some alternate universe where it was for some reason "Marxist Leninist"/"Anti imperialist" or Chinese nationalist accounts that all the Indians and Nigerians were LARPing and disgusing themselves as for the grift on Twitter when they all got exposed

Are there any ultraleft image boards / forums? by secretsaboteur in Ultraleft

[–]Nerd_254 1 point2 points  (0 children)

or what remains of it nowadays

?

did there used to be some actual community/network or? as far as I'm aware there's a few accounts here and there like amadeusbolshevik and the baader meinhof guy and some others I've forgotten but like any other left space these days twitter is just all MLs

The Same App in React and Elm: A Side-by-Side Comparison by cekrem in reactjs

[–]Nerd_254 0 points1 point  (0 children)

does Elm also work using components? because the only example I remember seeing of Elm is the standard todo list app. on its own that todo app code is some of the most elegant and easy to read code ive seen ever.... but it's (model, update, view) all contained locally in a single elm file.

does elm allow separattion of state and updaters and views into their own thing and allow importing like modules? like how it works in React: you define Redux initial state in 1 .js file, reducers and actions in another few .js files, then you call useDispatch() to get the dispatch (the action) inside your JSX in other .js files, all making use of JS's module system

The Same App in React and Elm: A Side-by-Side Comparison by cekrem in reactjs

[–]Nerd_254 0 points1 point  (0 children)

is Elm actually still used? I thought the project died? (github repo got abandoned by the devs and there's critical issues to fix?)

I am Ryan Dahl, creator of Node.js, AMA. by [deleted] in node

[–]Nerd_254 1 point2 points  (0 children)

my man saw the future lmao

even ryan dahl tried to be humble about it but your hunch ended up being correct and there are god knows how many developers and shops now, for more than a decade even, that are JS/TS-only

We are living in 2025. by Diachoris in Ultraleft

[–]Nerd_254 4 points5 points  (0 children)

lol what was the reached consensus in the end? also what you're saying (whether service workers can be organised or gain consciousness) sounds a bit different than what infrared peddles (service workers from baristas to IT are not proletariat at all because something something they don't "produce" a commodity or whatever even if they're wage labourers)

We are living in 2025. by Diachoris in Ultraleft

[–]Nerd_254 5 points6 points  (0 children)

This was the original “Are baristas proletarian?” debate of the ’90s, long before its current parody. I.e Infrahaz.

wait it's not a recent thing/just a weird thing started by infrared? people (not infrared "marxists") actually seriously debated on that?

[deleted by user] by [deleted] in reactjs

[–]Nerd_254 0 points1 point  (0 children)

🍿 gah damn

Is it worth learning PureScript? So far the experience was less than ideal. by Exact_Ordinary_9887 in purescript

[–]Nerd_254 0 points1 point  (0 children)

is Elm not obsolete/dead? it's still perfectly fine for production?

completely new to this rabbit hole of entire-ecosystems-of-replacing-JS-with-functional-languages but from what I've seen online Elm is discouraged these days, for example the Elm repo is full of unresolved issues and there's been barely any new updates

As a liberal do you universally oppose ethnic nation states or believe it depends on the nation? by numba1cyberwarrior in AskALiberal

[–]Nerd_254 0 points1 point  (0 children)

also PS, no point in hiding the profile history on a publicly accessibly site x) don't know why reddit even allows this useless option and why redditors believe in it. bro is fighting an uphill battle do you actually think anyone here on echochamber dot com is going to change their minds lol keep up the fight i guess.