HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sdk77

no profile record

comments

sdk77
·2 jaar geleden·discuss
By coincidence I re-watched that film this weekend (I like it a lot) and seeing this article immediately made me think of it. Yes, in the film he takes meds, but he stops doing it after a while because of the side effects (impotence amongst others). Then he learns to live with the voices.
sdk77
·2 jaar geleden·discuss
Very interesting! The audio of Tom's Dinner rejected by the encoding sounds mesmerizing to me. I still find it to be musical - it reminds me of a record I bought a really long time ago, it was called modulation & transformation on mille plateaux, it's a collection of songs in the abstract and experimental genre.
sdk77
·2 jaar geleden·discuss
It all depends on the situation. Here in the Netherlands almost everybody has an PV installation with no way other than the breaker to turn it on and off. Some inverters do have an interface, and sometimes it's available. Even less people know anything about this at all, they just had panels installed. The technical solution is simple, bit implementing it will cost much more, I assume.
sdk77
·2 jaar geleden·discuss
Sure. Of course. Not being allowed to disconnect them would be ridiculous. But do you want to keep an eye on the market every day, and run to the breaker to turn on an off your inverter? No. So you need a solution for that. Then a battery is much more interesting.
sdk77
·2 jaar geleden·discuss
Well, until '27, I'm allowed to use the grid as a free battery, basically, this is a kind of government subsidy. But that will end, and the contracts available will be fixed price with a feed in tariff or dynamic (realtime) market price, but then prices can and have been negative during peak solar hours. A battery can solve this only for a bit, and maybe with smart algorithms it can be trading on the electricity market full time, I'm not sure if that makes enough money for the grid power in winter.. it's nice to think about though.
sdk77
·2 jaar geleden·discuss
It's nice to have solar panels, I have them too and while they do generate even more electricity than I need, they do so in around 6 to 7 months peaking in July. So in winter, it's grid power and in summer I might need to pay to feed in the surplus. This is in the Netherlands. It's kind of sad to see all that electricity unused in summer, and knowing I could have enough for all of the winter if only there was some way to store it, all of the 1MWh..
sdk77
·2 jaar geleden·discuss
The thing is though that even with array bounds checking built into the language, out of bounds access due to programming error can still be attempted. Only this time it's safer because an attacker can't use the bug (which still exists) to access memory outside of bounds. In any case, the program still doesn't work as intended (has bugs) because the programmer has attempted, or allowed the attempt, to access out of bounds memory.

Writing safe code is better than depending on safety features. Writing safe code is possible in any programming language, the only things required are good design principles and discipline (i.e. solid engineering).
sdk77
·2 jaar geleden·discuss
Mine as well. Sucks that I just went through the required updating of the build (minimum sdk) of my only app on there, a 2016 Java string art app below 2MB with no data collection, advertising or monetization whatsoever.

Now they want to publish my full address too, because they believe I make money off of it, and I can't contest this in any way. Fine. I'll let them delete my account and I'll open source that app and put it on F-Droid then.
sdk77
·2 jaar geleden·discuss
On my phone, turquoise is green for me, but on my laptop it's blue. I guess that's why it's called turquoise. The same thing happens with the purple spectrum. There's an unlimited amount of purple hues, ranging from red purple to blue purple. That's why there's pink.
sdk77
·2 jaar geleden·discuss
It doesn't. The spider's name is 'Number 16'. It could be any alphanumeric string.
sdk77
·2 jaar geleden·discuss
There are popular embedded platforms like STM32 that don't have hardware double support, but do have hardware float support. Using double will cause software double support to be linked and slow down your firmware significantly.
sdk77
·2 jaar geleden·discuss
Me too. I didn't even know about this blockade. I'm using T-Mobile fiber internet and rt.com loads just fine.
sdk77
·3 jaar geleden·discuss
What a coincidence, I first saw this video in my YouTube recommends and now here. I used to have an MSX-2, a Philips. It had a double sided 720K 3.5" floppy drive, fhe file system is FAT12 and the disks were compatible with PC's. I learned Z80 assembler on the MSX and had a lot of fun with it both with playing games and making it do cool stuff. This computer was quite popular in the Netherlands as well as Spain.