HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Jasp3r

no profile record

comments

Jasp3r
·13 giorni fa·discuss
Yeah I don't think fully open sourced hardware is the play here. For €350 you have a vacuum with home station, with mop, with carpet detection and lift function and with proper software.

I'd rather buy that and change some components to have local software. Similar to what this hobbyist sells for home assistant compatible home ventilation: https://github.com/arjenhiemstra/ithowifi
Jasp3r
·23 giorni fa·discuss
Here is the trick:
Jasp3r
·9 mesi fa·discuss
MinIO is not actually open source, their source code is just public.

The company I work at spun up a MinIO instance, and we got hounded by MinIO lawyers claiming we had to pay because "hosting MinIO alters the source because of injecting configuration" and therefore violates their open source license.

There have been multiple hacker news threads about this:

- https://news.ycombinator.com/item?id=35328316

- https://news.ycombinator.com/item?id=32148007
Jasp3r
·anno scorso·discuss
It's also not something that needs research IMO: Toyota has a Prius with solar panel option.
Jasp3r
·anno scorso·discuss
The cybertruck is not sold in europe, is is too big, too heavy and does not meet our pedestrian safety regulations.
Jasp3r
·anno scorso·discuss
The hypothesis I have is that China has way more compute resources than they are willing to share.

Compute resources they officially should not access to given export bans, where mentioning them might lead to their export ban bypass getting rolled up.
Jasp3r
·2 anni fa·discuss
It got canned because it doesn't meet the new Vehicle General Safety Regulation laws from the EU. https://ec.europa.eu/commission/presscorner/detail/en/ip_22_...
Jasp3r
·2 anni fa·discuss
It is not even a tax on app profits, it's a cut of all sales
Jasp3r
·2 anni fa·discuss
They lost customer data, not source code. You shouldn't have a local copy of all user data on your machine.
Jasp3r
·3 anni fa·discuss
"Just alter your lifestyle to match the kind of car I want you to buy"
Jasp3r
·3 anni fa·discuss
When signing dog, was she referring to reindeers?
Jasp3r
·3 anni fa·discuss
In Europe it has been requirement since '94 and this requirement has been improved in '07 https://www.reifflawfirm.com/canadian-and-european-truck-und...
Jasp3r
·3 anni fa·discuss
I wouldn't call reactivity in Vue "fine grained". Every object that gets loaded into component state becomes reactive, and every piece of code that touches it gets dragged into a massive internal dependency tree.

Vue has blacklisted reactivity, everything becomes reactive (and observed) by default and you can opt-out, while MobX features whitelisted reactivity and is much more fine-grained