He specifically said he wasn’t going to tear it up, right? That he came not to change one “jot or tittle” of the old law, but to “fulfill” it, whatever that means. Never made any sense to me.
TrooBloo
- 0 Posts
- 12 Comments
How do you like my face to your flipper style?!
TrooBloo@lemmy.dbzer0.comto Technology@lemmy.world•Why LLMs can't really build softwareEnglish7·11 days agoAs it seems to be the case in all of these situations, AI fails hard at tasks when compared to tools specifically designed for that task. I use Ruff in all my Python projects because it formats my code and finds (and often fixes) the kind of low complexity/high probability problems that are likely to pop up as a result of human imperfection. It does it with great accuracy, incredible speed, using very little computing resources, and provides levels of safety in automating fixes. I can run it as an automation step when someone proposes code changes, adding all of 3 or 4 seconds to the runtime. I can run it on my local machine to instantly resolve my ID10T errors. If AI can’t solve these problems as quickly, and if it can’t solve anything more complicated reliably, I don’t understand why it would be a tool I would use.
TrooBloo@lemmy.dbzer0.comtoMicroblog Memes@lemmy.world•He's not even a regular manEnglish4·18 days agoHe’s a villain through the last season of Buffy (or maybe it was season 6, it’s been a while).
Its horror movie cousin, Idle Hand.
TrooBloo@lemmy.dbzer0.comto Technology@lemmy.world•Microsoft suddenly bans LibreOffice developer's email account, blocks appealEnglish9·25 days agogit (by itself) is no harder to host than SSH.
TrooBloo@lemmy.dbzer0.comtoMicroblog Memes@lemmy.world•don't trust cloud services with creative workEnglish14·28 days agoI do my writing in markdown. Keeps me from being distracted over formatting. Easily converted to HTML/EPUB for review and editing. git + plaintext + pandoc is a dream.
TrooBloo@lemmy.dbzer0.comto Lemmy Shitpost@lemmy.world•When everything is fake and we continue to believe it12·1 month agoKayfabe Presidency is a fucking fantastic punk band name.
Mmm, sometimes they blame the gays.
A weed is whatever your HOA says it is.
TrooBloo@lemmy.dbzer0.comto Ask Lemmy@lemmy.world•What are the modern design trends you hate most?23·3 months agoUI components that do things when you click on them but don’t appear until you hover the mouse over them. I’m mostly talking about stuff like little edit buttons with pencil icons or close/cancel buttons with little X’s. I want to select an item from a list or change tabs in my browser, but when I click, I find I am actually now editing the name of the thing or closing/muting a tab because a button that wasn’t there before has suddenly appeared beneath my click action. But it also applies to vanishing scrollbars others have complained about.
On that point, I want bigger scrollbars, not smaller ones. Browsers especially could benefit from the kind of minimap I get in a code editor.
Yeah, the other kind tends to shut itself up pretty quick.