HUP cikkturkáló

Gyerek! Elmúltál 30! El kell költöznöd!

Egyesek azt hiszik, hogy 30+ évesen is nagyszerű dolog a szülők nyakán lógni. Egy amerikai pár megelégelte ezt és a bírósághoz fordult. A bíró nekik adott igazat.

Mennyire általános ez a mostani generációnál? Nálunk?

Apple has rejected iOS version of Steam Link app

"On Monday, May 7, Apple approved the Steam Link app for release," Valve said in a statement sent to Ars. "On Wednesday, May 9, Valve released news of the app. The following morning, Apple revoked its approval citing business conflicts with app guidelines that had allegedly not been realized by the original review team."

A cikk itt olvasható.

Elon Musk bemutatja: Pravda

"Szerdán és csütörtökön a világ egyik legismertebb milliárdosánál, a Marvel-képregények után Vasembernek is nevezett Elon Musknál elpattant valami, és azzal fenyegetőzött, hogy létrehoz egy oldalt, ahol az emberek értékelhetik a cikkek és az újságírók hitelességét - ezzel is harcolva a fake news ellen.

Talán azt sem túlzás állítani, hogy a Tesla és a SpaceX milliárdos tulaja háborút hirdetett a média ellen. Ennél is durvább, hogy állítása szerint meg is találta ehhez a megfelelő nevet:
Pravda"

A teljes cikk itt olvasható.

GDPR compliance as a service

Save thousands on GDPR compliance

Simply paste our JavaScript snippet into your website's code. We'll check every visitor of your site and will block access to users located within the EU.

AHAHAHAHAHAH :D

Nem értem, minek fizetünk egy valag pénzt mindenféle ügyvédeknek erre.

Zero-copy TCP receive

Nemrég került a kernelbe a zero-copy TCP küldés, most pedig sikerült megoldaniuk a fogadási oldalt is.


In the performance-conscious world of high-speed networking, anything that can be done to avoid copying packet data is welcome. The MSG_ZEROCOPY feature added in 4.14 enables zero-copy transmission of data, but does not address the receive side of the equation. It now appears that the 4.18 kernel will include a zero-copy receive mechanism by Eric Dumazet to close that gap, at least for some relatively specialized applications.


Packet reception starts in the kernel with the allocation of a series of buffers to hold packets as they come out of the network interface. As a general rule, the kernel has no idea what will show up next from the interface, so it cannot know in advance who the intended recipient of the next packet to arrive in a given buffer will be. An implementation of zero-copy reception will thus have to map these packet buffers into user-space memory after the packets come in and are associated with an open socket.

Továbbiak: https://lwn.net/Articles/752188/