Reuters has been reporting that Chinese government is undergoing similar investigation to the US; blocking the export of domestic frontier models. They boil down to "anonymous sources" but it does seem inevitable as the tech gets stronger and stronger.
HN user
icedrift
Something I've been doing is making an automated hydroponic tent. Temp, humidity, EC sensors and a few servos to control nutrients all feed into an esp32 + servo controller and broadcast data through a local webapp. Just need to add a camera for timelapses and remote viewing.
The range of these lora nodes is a bit of a myth. It is better than higher frequencies but you shouldn't expect anything more than a km with obstructions, realistically half that.
Not to say they don't fill a niche, but bandwidth and range limit it's viability to small operations; even an optimal network cant handle more than a few hundred tweets per hour.
Are you actually seeing demand?
I don't like that default on mac either but in their defense it's super easy to customize. I turned off all but applications and my documents folder for spotlight search.
No I haven't seen that before. I used to just run the terminfo tic command that's recommended in the top searches and when that started failing I just swapped back to default terminal for SSH
This is what kills it for me. Half the time I'm using a terminal I'm sshing and the fact that I need to copy over term-info on virtually every machine keeps me from using it more often. Even copying term-info doesn't always fix it. From what I've read it's not entirely ghostty's fault but as a user it's frustrating.
On the contrary, when I was in high school we had one class dedicated to digital electronics and it revolved around breadboard circuitry. You only had 30 minutes/day to tinker with the physical hardware then it had to be disassembled for the next class. Simulations like this are more approachable then schematics and would have been great for tinkering outside of class.
I chortled when I choked an input and accidentally clicked that
And the mistakes AI makes don't carry the same code smells juniors make. There are markers in human code that signals how well they understood the problem, AI code more often looks correct at a glance even if it's horribly problematic.
Mainly because it isn't semantic and breaks accessibility features. If you find yourself writing layouts like this you're probably ignoring a bunch of useful stuff like <aside> <article> <menu> etc. Unless you manually configure it yourself, screen readers won't know what's important to read, tabindex won't know where to jump around, and form fields won't know what values to offer.
There's nothing dangerous about SSHing into an untrusted server unless you're using the same keys for everything.
Super cool. I can't justify investing time in it at the planned pricing but I'll keep an eye on it if they can hack together a more competitive VPS option.
Speaking for my friends in their mid to late 20s, if you have a reasonable plan to get to a point where you can invest in your future as opposed to simply burning every last drop of income on mandatory expenses like food, housing and insurance I agree. When you can't foresee a way to get there you lack economic agency, economic nihilism is a rational response.
Per Atrioc
If you come from immense privilege (growing up in an 8 figure household), have good health, and rich relationships and that isn't enough to curb your existentialism that's ok, but I find it hard to take this piece seriously as this is written like it's targeting the average financially stable worker. It strikes me as out of touch at best.
Oh boy another template shipped in a single commit; complete with "For now, do this" and "In production you would do this" comments
Thing is Kindle hardware is significantly better and cheaper. If you don't mind tinkering get a kindle and jailbreak it to remove ads and add koreader.
Onyx violate GPL with their linux-based OS. I'd go Kobo or remarkable over them for that alone
I think what they mean is these e-bikes pushing 60mph should be legal but reclassified as something closer to a motorcycle. The problem with keeping them illegal is people tend to treat them like bikes when they should be on the road.
For EVs no but it's huge for flight if it could be scaled down. Paramotors and ultralight planes are on the verge of being competitive with gas they just need a bit more energy density per pound in the system.
Yeah and it used to be normal to get up and grab a drink between page transitions.
Could be important data like family photos and financial information in the system.
Literally same. Just finished printing the leader arm and not I have another 20 hour print for the follower.
From what I've read/watched of Chomsky he's holding out for something that truly cannot be distinguished from human no matter how hard you tried.
Capable local models have been usable on Macs for a while now thanks to their unified memory.
Am I on the wrong page or were there only 4 articles on North America for all of January?
It is tragic that the only robust solution for cross platform apps eats up so much memory and storage but we're getting to the point where it's not that big a deal.
Correct me if I'm wrong, but isn't the problem with tauri and wails that they are still dependent on the client's native OS webview? I know Tauri uses WRY which essentially takes in your request, finds the webview present in the client and calls a corresponding function. The differences between these webviews are vast and you end up with different UIs or cobbled together adjustments for each OS to split the differences. Fully embedding a browser is extremely storage inefficient but it does guarantee apps look identical regardless of platform.
I appreciated this as well. Going in I was expecting a long winded technical report detailing npm compatibility issues or bundle size optimizations but no, they're simply setting up an apache webserver and shipping HTML/CSS.