HUP cikkturkáló

Adatkezelés 2018-ban

130,000 login details and business plans leaked in Helsinki, Finland
Helsinki new business centers online site Liiketoimintasuunnitelma.com has had a security breach. The open service had around 130,000 emails, usernames and passwords that have been leaked. The passwords are in clear text and directly readable.
via

Eközben t-mobile.at twitteren:
- Does T-Mobile Austria in fact store customers’ passwords in clear text ?
- Hello Claudia! The customer service agents see the first four characters of your password. We store the whole password, because you need it for the login for http://mein.t-mobile.at  ^andrea
- Thanks for your reply Andrea! Storing cleartext passwords in a database is a naughty thing to do. http://plaintextoffenders.com/faq/devs  What can we do to get your devs to fix that?
- I really do not get why this is a problem. You have so many passwords for evey app, for every mail-account and so on. We secure all data very carefully, so there is not a thing to fear. ^Käthe
- Well, what if your infrastructure gets breached and everyone’s password is published in plaintext to the whole wide world?
- What if this doesn't happen because our security is amazingly good? ^Käthe

www.t-mobile.at running on Php 5.1.6, Kernel 2.6, Apache 2.4.18 via

EU-s törvény a multi cégek mellett az Open Source világot is megregulázná

Az új szerzői jogi törvény 13. cikkelye kötelezné a szolgáltatót, hogy minden publikálandó anyag jogsértő voltát ellenőrizze publikálás előtt.

Egyes vélemények szerint az EU evvel a Google és a Facebook ellen "fegyverkezik", hogy legyen eszköze rábírni ezeket a cégeket a kevésbé hatékony adó optimalizálásra. Ez a törvény módosítás jelenlegi formájában komoly problémát jelent az olyan kis költségvetésű ám az Open Source világban központi szerepet betöltő szolgáltatóknak mint a GitHub vagy a Wikipédia.

Petíció illetve további infók itt: https://savecodeshare.eu/

Macbook: Intel helyett ARM

Apple will reportedly ditch Intel chips in Macs as early as 2020

https://www.theverge.com/circuitbreaker/2018/4/2/17189372/apple-intel-c…

In a major shift that carries big implications for both companies, Apple will reportedly replace Intel’s processors with the company’s own chips in Mac computers as soon as 2020, according to a new report from Bloomberg. The changeover is likely to begin with laptops such as the 12-inch MacBook. Intel’s stock price took a hit soon after the report was published; Bloomberg estimates that Apple provides approximately 5 percent of the chipmaker’s annual revenue. Aside from the processors in its Macs, Apple also uses Intel’s modem chips in some iPhones.

Ami 8k-ba belefér...

Revision 2018 8k comp nyertes alkotása:

https://www.youtube.com/watch?v=fp0t2jCMGZE
http://www.pouet.net/prod.php?which=75790
http://loonies.dk/demos/bin/lns-oneofthosedays.zip

Érdekes összehasonlítások:
- Youtube videó a 8k-s demóról: 123MB
- Facebook.com megnyitása: 6.2MB (462 request wtf?)
- Hup.hu főoldal: 1.3MB (154 request)
- Index.hu: 4.8MB (137 request)
- Hwsw.hu: 523 KB (57 request)

First Tesla solar roof customer installation is now up and running

Tesla optimized the system with “about 40%” of the tiles having solar where it is best positioned to get sunlight and that the new solar roof with Powerwall ended up costing in the “mid $50,000” after the federal solar tax incentives.

For comparison, Huynh told Electrek that his system, which is very similar but with more Powerwalls, ended up costing about $100,000 before the federal incentive.

As we previously reported, Tesla says that the “typical homeowner can expect to pay $21.85 per square foot for a Solar Roof” with a mix of regular tiles and solar tiles.

https://electrek.co/2018/04/02/tesla-solar-roof-customer-installation-w…

Energiafelhasználást mutató app: https://twitter.com/Toblerhaus/status/980150189770997760

Apple Killing Intel Chips on Macs

Apple will reportedly ditch Intel chips in Macs as early as 2020

In a major shift that carries big implications for both companies, Apple will reportedly replace Intel’s processors with the company’s own chips in Mac computers as soon as 2020, according to a new report from Bloomberg. The changeover is likely to begin with laptops such as the 12-inch MacBook. Intel’s stock price took a hit soon after the report was published; Bloomberg estimates that Apple provides approximately 5 percent of the chipmaker’s annual revenue.

The story led Intel’s stock to drop as much as 9.2 percent since the its publication.

via https://www.theverge.com/circuitbreaker/2018/4/2/17189372/apple-intel-c…

API & Copyright - Android & Java apropóján

https://www.potomaclaw.com/oracle-v-google-copyrightability-apis/
https://hackaday.com/2018/03/30/oracle-v-google-could-chill-software-de…

"the court found that the 37 Java API packages are copyrightable" "Therefore Google is guilty of copyright infringement for the 37 Java API files." "However, the matter of whether Google has sufficient affirmative defenses, such as fair use, to dismiss the infringement as inapplicable, goes back to the district court jury to determine" "The court also held that the eight decompiled files that Google used were also infringed, as was rangeCheck."

A sokakat megdöbbentett szerzői jog által védett egyik kódrész, a rangeCheck:


private static void rangeCheck(int arrayLen, int fromIndex, int toIndex)
 {
 if (fromIndex > toIndex)
   throw new IllegalArgumentException("fromIndex(" +
     fromIndex + > toIndex(" + toIndex+")");
 if (fromIndex < 0) 
     throw new ArrayIndexOutOfBoundsException(fromIndex);
 if (toIndex > arrayLen) 
    throw new ArrayIndexOutOfBoundsException(toIndex);
}

300 000 .EU domaint szűnik meg a Brexit miatt

Notice to stakeholders: withdrawal of the United Kingdom and EU rules on .eu domain names

As of the withdrawal date, undertakings and organisations that are established in the United Kingdom but not in the EU, and natural persons who reside in the United Kingdom will no longer be eligible to register .eu domain names or, if they are .eu registrants, to renew .eu domain names registered before the withdrawal date.

https://ec.europa.eu/info/publications/notice-stakeholders-withdrawal-u…
https://www.theregister.co.uk/2018/03/29/eu_dumps_300000_ukowned_domain…