autokludge
@autokludge@programming.dev
- Comment on Tupperware has filed for bankruptcy – is multi-level marketing in trouble? 1 month ago:
For sure, I wouldn’t enter into canning without a serious amount of research and preparation.
- Comment on Tupperware has filed for bankruptcy – is multi-level marketing in trouble? 1 month ago:
I’m a cheapskate with this, ended up just cleaning out pickle jars when they are used up and reusing them until the lid seal degrades. Apparently with new replacement jar lids they can be used for longer term canning, I only use them for leftover meals.
- Comment on I'm deploying a Laravel app on nginx. Only the main route works, every other throws me a 404 2 months ago:
Could it be a route cache thing? may be worth trying
artisan route:clear
followed byartisan route:cache
- Comment on Lemmy devs are considering making all votes public - have your say 2 months ago:
(Score: 5, Insightful)
- Comment on mice 7 months ago:
- Comment on Pulsar, the best code editor 8 months ago:
Atom did bring about tree-sitter at least.
From zed.dev/blog/we-have-to-start-over
We got to a certain point with Atom. It was 2017 when we’d shipped Teletype and it felt like, okay, it’s no longer our own ignorance holding us back, it really is like the platform holding us back at this point.
…
the ironic thing is that we created Electron to create Atom, but I can’t imagine a worse application for Electron than a code editor, I don’t know.
- Comment on Name one of his songs. 8 months ago:
Still a banger
- Comment on Me after I got fired 8 months ago:
lgtm
- Comment on Average website visit in 2024 9 months ago:
- Comment on Recommendations for Pirate Games? 9 months ago:
- Comment on Is It Worth The Time? XKCD 1205 updated for open source and shared tools. 9 months ago:
I have a lot of repetition in my job (CAD modeller). Even just knowing keyboard shortcuts & setting up shortcuts for frequently used operations can easily net me 5 seconds per operation. I want to spend my energy on solving the task at hand, not on how to use the tool in the moment. I don’t want to move the mouse away from the work area if I can help it.
Maybe not as frequent 5 per day - but scripts for really bottom of the barrel stuff:
- Cycle thru all currently open drawing documents, zoom to full page and force save.
- zoom out ensures drawing can be identified from document thumbnail.
- the software is known to crash, especially editing drawings.
- easy 10mins duplicated work saved.
- Printing all open drawings out to the office printer in order with a delay between them, so i don’t spend the next 20 minutes manually sorting the drawing prints.
- printers don’t always print in incoming order, some documents take longer to process.
- find/replace for text notes
- the software doesn’t have that feature.
- Cycle thru all currently open drawing documents, zoom to full page and force save.
- Comment on Is It Worth The Time? XKCD 1205 updated for open source and shared tools. 9 months ago:
I’ll do it for things that don’t _seem _ like it will save much, but because it was such an infrequent task I would forget how all the cogs worked when it needed to be done again, and what pitfalls to avoid. So it’s not just direct time saved, but also increasing reliability.
- Comment on RIP Pascal creator Niklaus Wirth 10 months ago:
C’mon, this is El Reg you are talking about here.
He won computer science <academia’s> highest possible <medal>.
- Comment on Meat stuffed inside an animal intestine 10 months ago:
Neither, haggis is in an artificial stomach casing and a sausage is in an artificial intestine casing. The difference is obvious
- Comment on ...So I Finally Quit Spotify 10 months ago:
Give nicotine+ a try some time.
- Comment on This is just cruel 10 months ago:
error[E0308]: mismatched types --> src/main.rs:2:10 | 2 | while(1){ suffer(); } | ^^^ expected `bool`, found integer
- Comment on Humans Against Shitting 10 months ago:
Pro tip - Simply eat a light meal of shirataki noodles, around 200 Cal. With any luck you can form your very own bezoar and rid yourself of this adiction for the rest of your life.
- Comment on Here as well 10 months ago:
Linux Symposium Statistics - Sock Length
- Comment on We're not the same! (period) 10 months ago:
README.md
- Comment on we need better hobbies 10 months ago:
- Comment on Ifixit gives fairphone 5 a 10/10 on repairability and maintanence 10 months ago:
I’m still using a S10e, seriously considering buying another - it still suits my needs.
- Comment on YouTube is deliberately crippling Firefox on ARM systems 11 months ago:
Asahi means “rising sun” in Japanese, and it is also the name of an apple cultivar. 旭りんご (asahi ringo) is what we know as the McIntosh Apple, the apple variety that gave the Mac its name.
- Comment on Elon Musk’s Grok Twitter AI Is Actually ‘Woke,’ Hilarity Ensues 11 months ago:
more likely to contradict itself.
Sounds realistic to me
- Comment on Reddit now blocks signed out VPN connections. 11 months ago:
- Comment on Back in my day 11 months ago:
Idk about obscure, but OLD Looney Toons classics and The Land Before Time (recorded FTA).
- Comment on Real quick question about the "break" 11 months ago:
Replace break with goto 😈
- Comment on Any recommendations for a career change? 11 months ago:
- Comment on Bill is a pro grammer 11 months ago:
…Years later
x += config.increment; // Increases x by one
- Comment on Linux has higher share than MacOS among software developers 11 months ago:
Care to elaborate on you are looking for with Android support?
Have been happily using KDE Connect for a while now.
- Comment on What inspired you to pursue a career or hobby in programming? 11 months ago:
I was apparently enraptured by PCs as a child, didn’t really do much apart from games / emulators until secondary school. at ~14 was offered an extracurricular class to learn how to program TI-82 calculators. This really clicked for me, ended up pursuing a heavy math / comp sci / stem curriculum. I get to automate away tedious / boring tasks by working on a mentally stimulating puzzle. The rush on getting it working the first time is 👌