There’s always fraud…
- 0 Posts
- 117 Comments
BeigeAgenda@lemmy.cato
Technology@beehaw.org•A company called Blackdot has built a tattooing robot.
2·1 month agoThey are good at tattooing bar-codes on people…
Find a way to borrow against or short your technical debt and buy a small country.
Recently I roo-coded a node.js MVP without knowing too much about Node, but something about JS/CSS/HTML although it’s years ago I last used it.
I got something working decently by:
- Make a project plan and use cases
- Take (very) small steps
- Commit often
- Throw away bad attempts
- Make test cases
- Hand edit from time to time, especially CSS stuff.
Would I have been able to fling something together by reading some node.js guides and using stack overflow yes, would it have taken around the same time yes, but without test cases and documentation. Do I think vibe coding is the best thing since sliced bread no!
Yeah wish it was that easy…
And then assign an int to a string just to mess with the interpreter.
Breaking news: New Delhi just discovered AGI, she is called Chetana…
To me the leaf must mean that we toke and code, instead of code using AI tokens.
BeigeAgenda@lemmy.cato
Technology@beehaw.org•Gen Z's safe space - Sick of Musk and Zuckerberg, Gen Zers are flocking to Tumblr
10·7 months agoHow will https://sh.itjust.works/c/curatedtumblr work when Lemmy is Tumblr?
Footage from a robot in skynet mode:

!it’s from the movie Runaway 1984!<
Hear me out, what about using JSON to store the configuration in the Python backend?
Cool, good to know.
I wrote a script to do backups on a ESXi it uses Busybox’s ASH, one thing I learned after spending hours debugging my scripts was that ASH does not support arrays so you have to do everything with temporary files.
BeigeAgenda@lemmy.cato
Programmer Humor@programming.dev•TIL that "nginx" is pronounced "engine-x", and not "n-jinx"
8·9 months agoIt took a while for me to get it, but it still read ngnix as “n.g. -nix” in my head.
BeigeAgenda@lemmy.cato
Technology@beehaw.org•Facebook flags Linux topics as 'cybersecurity threats' — posts and users being blocked
2·10 months agoNever had a FB account never will.
BeigeAgenda@lemmy.cato
Programmer Humor@lemmy.ml•In case you've ever wondered why the Windows control panel was so awful...
21·10 months agoThen you have to go into a resource file and find a very specific resource ID for your control panel string, and create a new resource ID to me it to.
Ah yes the joys of working with Microsoft Foundation Classes (MFC), Back in the day I supported a VS6.0 application, you have room for 65535 UI elements in an application (Including DLL’s) I had to split the ID’s up in ranges to enable adding new elements in a sane way.
Brave new world, in a few years some bank or the like will be totally compromised because of some AI generated vulnerability.
That reminds me of Illiad’s UserFriendly where the non tech guy Stef creates a do_what_i_mean() function, and that goes poorly.
I would say this AI function generator is a new version of: https://en.m.wikipedia.org/wiki/DWIM
Can’t wait for vibe coded programs to use timeoutSort.