Live data from Hacker News

Twitter Client for UEFI

github.com

1–10 of 108 posts

Re: Twitter Client for UEFI

#5
I get the feeling UEFI can never be entirely secure with the set of functionality it offers and thus huge surface it is exposing.

Call me crazy, but security means doing only what is necessary and no more, in particular in this early part of starting up a computer system.

Re: Twitter Client for UEFI

#6

TIL: It's possible for UEFI code to access the internet. What could possibly go wrong?

How did you think netbooting support works?

UEFI made it quite simpler by making it so that network cards only have to bring a driver in OPROM instead of whole stack as before, and this allowed important improvements into boot process (like HTTPS instead of TFTP)

Re: Twitter Client for UEFI

#7
Now imagine a whole working set of software, and some encrypted storage, running in UEFI, while the "real OS" with some games and office apps is only loaded to plausibly deny the real use.

Re: Twitter Client for UEFI

#9
If this allows me to use “latest tweets” chronological view as default instead of the brain dead “home” view I’m totally setting up a laptop with this. The official twitter clients are more atrocious each day (spaces? Home by default? 95% promoted tweets in my timeline? List suggestions I don’t care about?)

Re: Twitter Client for UEFI

#10
Didn't know what UEFI was, so here it is:

" UEFI and BIOS are low-level software that starts when you boot your PC before booting your operating system, but UEFI is a more modern solution, supporting larger hard drives, faster boot times, more security features, and—conveniently—graphics and mouse cursors.

The UEFI/BIOS loads when your computer starts up, and the BIOS is responsible for waking up your computer’s hardware components, ensures they’re functioning properly, and then runs the bootloader that boots Windows or whatever other operating system you have installed.

You can configure various settings in the BIOS setup screen. Settings like your computer’s hardware configuration, system time, and boot order are located here.

The BIOS goes through a POST, or Power-On Self Test, before booting your operating system. It checks to ensure your hardware configuration is valid and working properly."

Source: https://www.howtogeek.com/56958/htg-explains-how-uefi-will-r...

Post reply on HN