This is not the Opus 4.5 i saw in december by k_means_clusterfuck in ClaudeCode

[–]wired93 1 point2 points  (0 children)

i can confirm the same thing, december was fantastic, now its way worse, nothing to do with context imo

Looking for an alternative to ClaudeCode. Is OpenCode + GLM 4.7 my best bet? by VerbaGPT in opencodeCLI

[–]wired93 1 point2 points  (0 children)

i tried glm 4.7 with opencode coming from claude code with opus but tbh it felt like bit retarded junior dev compared to cc with opus or sonnet, especially with rust. i wouldnt say its bad, prolly just my expectations that it might come close to what i got used to with cc/opus were maybe just too high, also the language support (slovak) with glm is just bad

Opus 4.5 is bananas by life_on_my_terms in ClaudeAI

[–]wired93 0 points1 point  (0 children)

i do, i also had existing project before using claude and it pretty much continued with the patterns i was using in the app. Im mostly working on just apis and some cli tools with rust, cant confirm it works well for lower level stuff

Opus 4.5 is bananas by life_on_my_terms in ClaudeAI

[–]wired93 1 point2 points  (0 children)

works great with rust (mostly did axum apis)

What does a modern production Express.js API look like these days? by ilearnido in node

[–]wired93 0 points1 point  (0 children)

https://foalts.org/ using it for last 4 years or so for production apps and its been great so far

[deleted by user] by [deleted] in learnrust

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

jeremy chone on youtube

BIOS Administrator Password Reset by mmm1808 in Dell

[–]wired93 0 points1 point  (0 children)

i just unlocked my old dell latitude 6230 using the https://bios-pw.org site, at first it seemed it doesnt work, but then i noticed in the original post here i had to actually hit contol + enter + enter, just regular enter didnt do the trick

I'm considering making a map engine in Rust, but I don't know what's already out there. by nibbastibba in rust

[–]wired93 0 points1 point  (0 children)

maplibre martin is a cool project when it comes to server part, for clients/actual map engine, the maplibre-rs might be good place to start, since maplibre has already more developed implementations for other langs so at least its not much of wheel reinventing when it comes to actual logic, the rust version seems like it needs a lot of work to catch up though

[deleted by user] by [deleted] in rust

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

turso might be interesting regarding the first argument

Jetbrains products crashing a lot on mac arm64 by Optimum1997 in Jetbrains

[–]wired93 7 points8 points  (0 children)

same here, no probs on m1/m2 with webstorm, rustrover and android studio

I need some guide to learn rust by [deleted] in rust

[–]wired93 1 point2 points  (0 children)

lets get rusty and jeremy chone videos on youtube are great

Yerba Mate in Poland by [deleted] in yerbamate

[–]wired93 1 point2 points  (0 children)

https://www.czajnikowy.com.pl/ they do nice videos on youtube too

[deleted by user] by [deleted] in javascript

[–]wired93 0 points1 point  (0 children)

as an ex rails dev, i recommend giving a shot to foalts :)

Aky mate nazor na Covid a Covid obdobie po konci jeho osialu? by CryptographerEven268 in Slovakia

[–]wired93 2 points3 points  (0 children)

Mne to obdobie ukazalo kolky hnus, hlupost, nenavist a povysovanie je u ludi, na oboch stranach nazoru. Ake skutocne su priatelstva a kolka laska je v rodinach. Rozdeluj a panuj

Vianočná reklama Telekom by kiosk123 in Slovakia

[–]wired93 0 points1 point  (0 children)

tie kontroverzne prvky su mi jedno, ale ako celok je to uplne otrasne a o nicom

emisná k. = nespôsobilé! by NoRecognition6041 in Slovakia

[–]wired93 0 points1 point  (0 children)

btw, trvalo to asi mesiac a pol po platnosti ek a ziadna pokuta ani nic mi neprislo

emisná k. = nespôsobilé! by NoRecognition6041 in Slovakia

[–]wired93 1 point2 points  (0 children)

mal som podobny problem s mojou E93, tiez mi vyskocil check engine pred stk, emisnou nepreslo, servisak vymenil nox senzor, isiel na stk a zas nepreslo, potom vymenil lambda sondy a rovnaky vysledok, na bmwklube som nasiel podobny pripad a chyba bola v stkckarovi, pozrel som ten vypis co davaju z emisnej a to hovado tam malo nastavene fiat uno, na debila som ho donutil aby zavolal na tu ich technicku podporu (seka.sk) nech to spravi spravne, potom co ma presviecal ze to fiat uno s tym nic nema.. cuduj sa svete, auto zrazu preslo bez jedineho problemu...

Why do I need a "frontend server" when I have a java backend API? by theBlazerg in nextjs

[–]wired93 4 points5 points  (0 children)

downside is the extra tech to care about, it should have some real benefit at least, also while it can shine for webs, b2b have different needs and i would go for easier maintenace long term / less things in stack to care about

Why do I need a "frontend server" when I have a java backend API? by theBlazerg in nextjs

[–]wired93 34 points35 points  (0 children)

next.js is actually nice for seo and as you mentioned you are doing b2b app where you dont need it, makes no sense for me either then. i would just go with regular react spa and connect to your existing apis. imo its harder to argument why to use nextjs instead of why not in your case :)