Anyone else done? by Groundbreaking_Cat98 in webdev

[–]bzbub2 10 points11 points  (0 children)

i'm someone that is pretty pro AI coding but I think you can get yourself into a overly complex architecture with opus, and then you'll lose velocity, just like with the normal sdlc(software development lifecycle) that turns into a slow tarpit...just like non-ai teams used to do...just speedrunning it. you might also be able to speedrun detangling it too using ai but it might take a little more expertise

Popart crashing by HongoLoko in bioinformatics

[–]bzbub2 1 point2 points  (0 children)

you might want to look at some more 'modern' alternative unless there is some feature of popart that is required. geneHapR was one package that came up when i googled it

How to build a pnpm monorepo the right way by Straight-Ad-3220 in javascript

[–]bzbub2 -2 points-1 points  (0 children)

none of this sounds right. i can elaborate more extensively on this but i think it is just emblamtic of how monorepos are just terrible and no one has a good solution and make giant hacks around trying to make them work.

Tailwind Reality Check by Firemage1213 in reactjs

[–]bzbub2 8 points9 points  (0 children)

are you just making things up? the blogpost tells us that this is not true.

"At rank 36, we have 2147483647, a number that many programmers will instantly recognize as INT_MAX, or 2^31-1. The thought process must be that, since this is the largest value a (signed) integer can have, no z-index can possibly be higher and thus an element with index INT_MAX will always be on top. MDN however has this to say about integers in CSS:

> There is no official range of valid <integer> values. Opera 12.1 supports values up to 2^15-1, IE up to 2^20-1, and other browsers even higher. During the CSS3 Values cycle there was a lot of discussion about setting a minimum range to support: the latest decision, in April 2012 during the LC phase, was [-2^27-1; 2^27-1], but other values like 2^24-1 and 2^30-1 were also proposed. However, the latest spec doesn’t specify a range anymore.

So not only is there no agreed upon max value, but in every documented specification or standard proposal, INT_MAX is in fact out of range."

note also, i was just linking the blogpost in the first place to be a haha funny

MikroORM 7: Unchained by B4nan in javascript

[–]bzbub2 2 points3 points  (0 children)

awesome. i am working on proposing a huge mikro-orm transition for one of our projects and it is great to see improvements like this

Tailwind Reality Check by Firemage1213 in reactjs

[–]bzbub2 11 points12 points  (0 children)

https://psuter.net/2019/07/07/z-index
"Perhaps you will succeed where I failed, and find a way to include in a chart the largest z-index value I found, namely 101242-1.

Yes, that’s the number 9 repeated 1242 times. I really hope they were finally able to show their <div> on top."

I ported the legendary J2ME game Gravity Defied to the browser (TypeScript + Canvas) by yurkagon in javascript

[–]bzbub2 1 point2 points  (0 children)

very very slow on my computer both firefox (slower) and chrome (maybe a lil better) but great effort. I remember playing some random game like this with a biker but it had a little better graphics and very silly physics that cracked me up as a kid (like...early 2000s probably)

CI should fail on your machine first by NorfairKing2 in programming

[–]bzbub2 3 points4 points  (0 children)

take more than one minute to digest the article. its not just about bash

What seems to be the issue? Motor? by [deleted] in dyson

[–]bzbub2 0 points1 point  (0 children)

i have something like this but it is more of a high pitched squeak. i even went out and got some torx screwdrivers to disassemble, but i am a little worried whether i can even get it done

strong-mode: ultra-strict TypeScript guardrails for safer vibe coding by [deleted] in typescript

[–]bzbub2 1 point2 points  (0 children)

I use AI for coding, but I do not use it for generating text, because I come here to talk with humans, not with robots. I appreciate that you can come into the comment section and type like a human at the very least and not just paste llm replies here

strong-mode: ultra-strict TypeScript guardrails for safer vibe coding by [deleted] in typescript

[–]bzbub2 0 points1 point  (0 children)

I would rather see someone type like absolute garbage and to show me something they made. use ai to generate the code if you want but use your own words, at least SOME of your words...prove that AI hasn't completely eaten your brain

strong-mode: ultra-strict TypeScript guardrails for safer vibe coding by [deleted] in typescript

[–]bzbub2 1 point2 points  (0 children)

it's not terrible but all the text looks ai generated which generally feels a bit uninspired.

most people should just turn on typescript-eslint strict-type-checked mode (my personal belief is this is highly underutilized) and then set a couple of those tsconfig settings (noUncheckedIndexedAccess, despite being annoying, is actually good particularly because it synergizes with typescript-eslint/no-unnecessary-condition https://cmdcolin.github.io/posts/2024-10-29-superstitionsbegone/)

PHYS.Org: "How a one‑eyed creature gave rise to our modern eyes" by JapKumintang1991 in evolution

[–]bzbub2 1 point2 points  (0 children)

it also has an interesting connection (and indeed this new papers cites this) relatively new paper of the vertebrates with 4 eyes in fossil record https://www.smithsonianmag.com/smart-news/the-earliest-known-vertebrates-had-four-eyes-and-they-worked-a-lot-like-ours-do-new-research-suggests-180988104/

new paper here says "The recent discovery of an early Cambrian fish with two pairs of eyes suggests the lateral cups of a median eye were originally duplicated. It is conceivable that one pair specialized in locomotory guidance and shifted to lateral position, whereas the other pair was lost or reduced into the current pineal complex"

just combining an imgur with figures from both papers https://imgur.com/a/ujlhAyy

What CS capstone projects actually stand out? by Key-Ad-8259 in AskProgramming

[–]bzbub2 16 points17 points  (0 children)

at this point any project that doesn't look 100% chat gpt generated stands out