It has to be configured to enable Intel AMT to do that, and that is if the firmware edition that has the code is installed (which I don't think is always the case). It is useful in enterprises that want remote management. It probably uses DHCP by default.
My brand new Thinkpad T550 has an explicit ME config firmware I can enter. PRESS ENTER TO INTERRUPT BOOT -> F1 BIOS, F12 CUSTOM BOOT DEVICE, F9 INTEL ME SETUP
I can enter into it but its vital parts are password protected. Even though it is my computer, I cannot configure and control it. Scary. This is not the future I wanted.
It accepted the password, though all uppercase "ADMIN". It then immediately wanted to set a new password, which fails every time. Possibly an undocumented password strength policy, but could be anything.
Not every machine has AMT support even if the CPU and chipset support it.
Firmware level ME features are usually found on the 'enterprise' grade laptops, OS driver support for ME is another issue since that can usually be taken advantage off regardless of firmware support but it requires additional software.
I read somewhere ME (or other similar Intel technology) uses another MAC (it is off by one) not to interfere with main OS traffic. If it is really so you can setup MAC filtering on your router to block ME traffic.
But I might be wrong. For example this 2008 year document [1] says it uses same IP and MAC address as OS and filters packets by port number.
If you don't trust it, it can do it any way it wants to - including spoofing traffic from the host or modulating timing of unaltered packets from the host.
We worked with a third party API for a data source which had inconsistent formats for dates. Also, we A/B test inputs and its awesome to be able to change how users input dates on the front-end without server-side code changes.
Estonia’s success is not so much about ditching legacy technology as it is about shedding “legacy thinking”
This is the key. I think many people does not understand this or does not approve of this. By going digital (like e-governance), use of paper is avoided but the procedure remains same. Does it save time? Sure, it does. But the process remains tedious as ever.
> By going digital (like e-governance), use of paper is avoided but the procedure remains same. Does it save time? Sure, it does. But the process remains tedious as ever.
what's your point ? Ditching the process of having a government ?
It seems that usually when moving from paper to digital forms, the original form is just reimplemented to be filled out on a computer. Where rethinking the actual process might actually reduce the actual interaction that is required from a person, to an automated system which can induce information that would otherwise be filled manually.
In Finland when filling your tax forms online, the form comes prefilled with numbers that are calculated from your tax info of the previous year. If there are no changes in your salary or benefits, you can just agree to the the form and it is done, without typing out anything.
I've seen this first-hand. All they want is the same paper workflow they had before, but with less paper, even if the old workflow is bloated and/or nonsensical.
Edit: A colleague phrased this brilliantly before: "We have these machines that can do literally anything we want them to, and instead we're using them as a poor imitation of paper"
>It seems that usually when moving from paper to digital forms, the original form is just reimplemented to be filled out on a computer.
In Germany as a business owner I'm required to file taxes electronically. But then in the last step I still have to print out some of forms and send them via snail mail to the German tax office.
And don't get me started about registering a new company. It takes weeks and you need to visit a notary.
(Coincidentally last week I created a UK Ltd to hold some intellectual property. It took 20 minutes and I paid the fee via PayPal. And the next day everything was ready to go.)
There are really different school of thoughts when it comes to administration. And you can't just slap an electronic form ontop of an over-regulated dinosaur and automagically become a modern & agile institution.
Yes. In ideal world, for example, founding a run-of-the-mill company could be as simple as spinning up a DO box or creating Paypal account. Set up billing and contact details, check a few options, click and done.
In reality, even with e-signatures and what not it's far from that. You submit multiple documents to multiple government offices, processing takes days, and there is plenty of printing, mailing and scanning going on behind the scenes.
Problem is, governments have little incentive to improve UX, as they face no competition. You either put up with the bureaucracy and stupid big forms, or... well, there's no other option.
I think hornbill is just stating his key takeaway from the article: Rethinking processes from the ground-up digitally is much better than translating legacy processes.
True but it's a first step. They don't master the technology, once they use it, what should and can be 'refactored' will probably be. Right now they're still thinking through their last medium.
Saw this for national websites (tax, jobs), first version was heavy Java front and backend, complex, slow, full of requirements. Recently it was simplified (a little, sometimes a lot).
You might want to check the desktop analysis in Coverity. It runs a complete analysis at the first time. But afterwards, it can run analysis on the changes - but against a version present on your build server. I had set this up for a code base in C (>100Kloc) and desktop analysis was fast enough.