swicano

joined 2 years ago
[–] swicano@programming.dev 6 points 3 weeks ago

I can't read the study, do they define a cup? Or is it the ever nebulous 'a cup of coffee'. My machine claims a cup is 5 oz, some say 6, some of us don't even agree how big an ounce is. I thought scientists were supposed to use ml!

[–] swicano@programming.dev 9 points 1 month ago* (last edited 1 month ago)

The way eink display prices scale is insane. You can get a 13 inch one for like 200, but any bigger than that it skyrockets. Must be that they still struggle to get good display yields across that large of an area, defect rates or something.

[–] swicano@programming.dev 0 points 1 month ago

Matlab's moat is that their shit mostly* just works, and most people uaing matlab arent the same ones writing the check. Basically no dependency hell, no random broken libraries, no 30 different 3rd party options that for the same thing. If matlab has it, it almost always works, as expected, and they'll sell it to you and give you support if you have a problem. Stay inside Mathworks domain, you'll have a pretty good time. Basically I'm saying matlab follows the zen of python better than Guido does

As someone who has swapped from matlab to python, mathworks puts in real work from all the money they pull in. Shits expensive, but you get like... 50% of what you pay for. Even better if someone else pays. We did it for the money savings, but it definitely cost us extra dev time doing dependency management and version upgrade testing, and all kinds of little things.

*I got some issues with how they changed how figures are rendered, and that generally was causing issues during the changeover.

[–] swicano@programming.dev 21 points 1 month ago

The money comes from all the other users that bet the other outcome when the odds were a specific thing. Polymarket pretty much can't lose money on a bet having a specific outcome. If people werent betting the other side, the odds would be different

[–] swicano@programming.dev 0 points 1 month ago (6 children)

It's a fucking battery? Sorry Tactical Energy Kit. Except they don't mention any of the important shit to it being a battery. Namely capacity, weight, maximum input power, maximum output power.

I guess it's at least ruggedized. But tbh, it looks like it costs 10x what a jackery does, weighs 2x, holds less energy, but is waterproof.

[–] swicano@programming.dev 0 points 1 month ago (2 children)

From the pictures that Google returns when I search for 'lival pl011' those look pretty retro. Are you sure they aren't fluorescent tubes? I think you need to post pictures of the lamp, the bulb/tube and the transformer/driver/brick (both pre and post opening) before anyone will be able to safely help you. With LED you need to know the current and the voltage to buy a replacement brick, and with fluorescent it's equally complex. Can you link where you purchased them if you bought them new?

[–] swicano@programming.dev 0 points 1 month ago* (last edited 1 month ago)

I'm not sure it makes much sense to have written this article. Who is it trying to convince? Not me, not you, only the developers of a free program. What's the point of posting this publicly. It feels like someone is trying to convince someone else to do a massive amount of extra work, for free, for them cause they want it different. The thing works, and it works great, but it isn't built quite the way the author woulda done it.

[–] swicano@programming.dev 8 points 1 month ago (1 children)

You ---(data)---> discord ---(data)---> persona ----(your data) ----> openai and groq and anthropic and everyone else.

Hope that helps. If you want the other side of it about how you get money from selling your data to openai it looks like this: you don't.

You ----(no money)---- discord ----(money)---> persona <----(money) ---- openai, anthropic, etc.

[–] swicano@programming.dev 299 points 2 months ago (6 children)

Ahhh, so "Honor killings" are now acceptable in the US.

[–] swicano@programming.dev 9 points 2 months ago (1 children)

I just keep a shortcut to the NOAA 2day hourly forecast for my location on the home screen. If I need to see the radar it's a few clicks away.

But I've got an air quality and temperature sensor on my back porch, and am working on a rain detector as well, so the preference is towards local conditions

[–] swicano@programming.dev 1 points 2 months ago

I don't think people who read salon are at risk of not getting enough meat in their diet...

[–] swicano@programming.dev 0 points 2 months ago (1 children)

I'll add one more perspective: git is the "right" way to do it, but I'm a lazy forgetful person who wants to work on the laptop but the changes on the desktop aren't committed or pushed remote. What I often do is to use VScode's remote development tools to open a remote connection the last computer with uncommitted changes, and work like that. If I'm headed out, I'll use the remote connection to commit the code so I can access it off my home network via codeberg.org.

Occasionally if I'm already out, I've even used "raspberry pi connect" to remote onto my network, then ssh over to my desktop, then commit and push. Don't do that though. That'd be irresponsible.

view more: next ›