

i know i’m in the minority here so i’m not going to bury myself in this hole, but i do think those are addressable problems. many of them have been addressed. replacing Javascript is exactly what i’m talking about.
i know i’m in the minority here so i’m not going to bury myself in this hole, but i do think those are addressable problems. many of them have been addressed. replacing Javascript is exactly what i’m talking about.
there may be a little angst from reading and rereading the “Max-Age” portion of the cookie RFC that caused this trauma
this is my most controversial take in computing in general:
i’ve always hated the browser. the reason there are only a few working browser engines is that HTTP and the HTML/CSS/JS tech stack is a gigantic pile of tech debt, and even using Chromium and Firefox you run into edge cases where, for certain edge cases, they don’t always follow the specs as defined in these ancient RFCs. and these specs: why tf are they treated as gospel? which software product specs drafted 50 years ago get this kind of reverence? why is it that other GUIs have had tons of iteration, not just of their spec but their full stack implementation (Wayland, .NET, Kotlin Compose, SwiftUI, etc), but we’re all just fine with this mess of janky boomer protocols cuz it lets startups get to market faster? why is downloading an entire app (less some caching) every time you want to use it feel less cumbersome than installing something native to the runtime environment where the protocols can be tightly controlled by the developer and not subject to whatever security and storage protocols whatever browser implementation decides is good for you? cookies? really? the browser should be reimagined with a tighter set of protocols that allow you to look at brochure sites and download content, ie apps. even the best web apps are a janky mess and have never worked better than properly developed desktop GUI. /rant
i just got an Ubuntu machine at work, and really simple packages are only available as snaps. so i guess i’m going to try out Nix home-manager
CodeBullet is good content. it’s a little bit of genZ cringe, but the guy is persistent and has some really cool projects using more “traditional” AI (A*, deep Q learning, etc)
Webkit based, for anyone else wondering
that’s your definition, sure. outputs absolutely have to be checked or the entire thing is objectively pointless, but it’s not. where you want to draw that line is a semantic argument i’m not interested in. but if you submit shit code to my repos and come to me saying, “oh i was vibe coding”, that’s a paddlin
i mean, i’ve done it. there’s always some sort of review process. and if the process is just “wrong, do it again” without examining any piece of it, you’re going to have a bad time producing anything of real value anyway
i think i understood. your point was that all AI code is shit by definition, which isn’t true. structurally, LLMs are going to produce better output than your average junior dev. but i find it personally insulting when someone submits code that they could barely find the effort to review themselves and expect me to either rubber stamp it or put more effort in to review than they could be bothered to.
hell no it’s not. i don’t give a shit how you wrote the code, but i’m not accepting PRs that are shit cuz you used a shit tool to write the code. i’ve already reviewed some goddamn doozies that i’m 99% confident were just “write this for me” and barely reviewed.
that seems abnormal, but if you’re worried about people creeping into your infra, you could add a VPN for an extra layer of security. i use Tailscale, and it works like a charm
ngl, sometimes it is. it depends on the game. usually the problem is anti-cheat, but Valve has been working on improving that with many games working out of the box today. i’d say if you’re playing single player games, once you get Proton installed it’s virtually the same experience.
check out https://www.protondb.com/
if your games are gold or above on there, i’d go ahead and pull the trigger.
deleted by creator
i’m out of the industry at this point, but i miss this community
yeah i have friends who are medical technicians, and i’ve heard some things
“Finally”—as if this was simple or a forgone conclusion. there’s a reason most people aren’t writing device drivers in Python. if this works, kudos; that’s impressive
right so we should continue making smart investments in cutting edge tech, which is probably the point they were trying to make, even if the wording of it is informed by a pop culture zeitgeist more than an understanding of the tech and ethics that are currently being scrutinized as part of the development of what is called “AI”
i’m definitely not advocating for that. it’s just a bit strange to talk about it like that on a policy level. should the US, as a policy, defund AI research?
why focus on the AI boogeyman? investing in AI is important in this context because it has the potential to increase overall productivity. which, like, don’t we see that as a good thing? also, AI might suck right now, but it’s stupid to think that we should just abandon that research. AI is clearly an innovation, and if you don’t think so it’s time to touch grass.
not really. using WASM as your full stack for your front end is just adding to the complexity and jank. WASM is there for compute heavy stuff. you can use it that way if you want.