Theo is more specific than troll; it presents insults from OpenBSD founder Theo de Raadt.
check fortune(1) command.
HN user
[ my public key: https://keybase.io/i4k; my proof: https://keybase.io/i4k/sigs/XJnEOw45eBGDy5L3nYmmRxuo87Io9yBufnAaM84QnJg ]
https://i4k.madlambda.io/
Theo is more specific than troll; it presents insults from OpenBSD founder Theo de Raadt.
check fortune(1) command.
Does anyone has information if any prefecture got hit by big waves? If none, how much time usually before the warnings are lifted?
Me too haha I thought this was one of those creepy old books.
This is dumber than gamification. I have seen several people doing this and it's usually the worst GitHub profiles...
So you believe the shooter aimed at his ear?
Yet again we are in the hands of "leaders" the only difference is that now they are childish and dumb.
I was expecting to see links to a bunch of opensource successful examples, projects self-managed and continuously adding code and getting better.
99.9999% of AI software is vaporware.
This website does not work with Oculus Quest browser, it goes to the "oh noes" page, i guess the meta browser has some issues with the bot detection algorithm.
Hey guy looking at this thread from 2035, so you know... there are still plenty of folks in the industry that knows that this is dumb. We are just too tired of fighting nonsense... we just won the web3/blockchain craziness and now this.
No, this does not mean that. An old version can be fully patched (at least all upstream newer bugs fixed). Not saying it's the case here though...
Is this the first time that the Physics Nobel Prize isn't awarded to physicists?
What other services were blocked in Brazil? Do you mean the Brazilian government blocks social media often?
I get it, makes sense
they throw 1 cigarette overboard :-)
Too bad this is not the Roman XXX number...
This was very well written and an amazing challenge but my brain is wired to that "hacking common sense" that if you have physical access then it's already over... the first thing that came to my mind was that, if you have physical access, then you can reflash the BIOS, install a driver backdoor, you can boot a live OS and then it's just a matter of tampering /etc/{passwd,shadow,groups, etc} ...
but I remembered that most of the physical access hacks would not be possible if the disk is encrypted.. which then makes this kind of hack enormously attractive.
The antenna idea can be extended to be a piece of hardware with the interference device built-in (piezo or whatever) which communicates with the external world with any wireless medium and then the attacker can trigger the interference remotely. This, plus a website controlled by the hacker which the victim is scammed to visit can be enough to make it viable.
This is fascinating and terrifying.
For me it was hackers (1995) but after I got triggered Matrix had a huge influence in my mindset.
yep, do it!
On the other hand, is more clear where things are released. When over relying on destructors, often it becomes trick to known when it happens and in which order. This kind of trade off is important to take into consideration depending on the project.
Is this time ever coming back?
Elon is the definition of internet troll. In a perfect world, searching for "internet troll" on Google would come back a picture of Elon Musk as first result.
Instead of only hiding the arguments, is it also possible to change them? and even change argv[0]?
yes, I really hope he says something about it.
Just because NASA announced there's no Meteor/Asteroid Earth-Killer/Country-killer that will hit us in the next 100 years, it doesn't mean that small sized ones would not. What amazes me is that when those small rocks do hit earth, they always fall into vast empty fields. The earth is so big and we fail to realize it. Once I read that the entire earth population would easily fit into New York, and it would not be so packed. I wonder what area would cover all the human made constructions (houses, buildings, industries, etc) and how it compare to the entire globe surface. It's actually very hard to hit humans from space, you'd have to try hard if trying to shoot a rock from sky to actually kill someone.
Imagine a world where you can create a blog and write anything, even discuss ideas against the "status quo". That's the world the OP lives now and he's arguing against it.
The "status quo" in the dark ages was: bigotry, fanaticism, supremacism, conspiratorial theories, anti-science, slavery, and so on. At this time, writing anything against the masses beliefs would lead to persecution and death. People died trying to educate others and at the same time others extremist ideas were born but the society learned to ignore them. The good ideas were victorious.
Remember: On May 10, 1933 around 25,000 books from 34 university towns in Germany were burned! Some of those books were unique, their ideas will never be known by society.
If you go back in time, 50 years, 100 years, 1000 years back, whatever, the society always approved horrendous ideas and few people fought back. You should never trust the "status quo" or the "justice warriors" of the internet, as they could easily be on the wrong side of history. The access to information is the solution not the problem.
In my opinion, asking for censorship shows no respect for the ones that died trying to change the world.
To preserve the familiar build semantics
You are trying to build Go in a way it wasn't designed for.
Go encourages absolute import paths (relative to $GOPATH) and solves a myriad of other language faults in this way. A good benefit is go-gettable projects, where all dependencies can be reached without a setup/configuration file (like setup.py, requirements.txt, and so on).
If you do not try to use Go like other language, your build should be something like:
$ GOPATH=$PWD/some/path go get github.com/foo/barI'd already read the booting process of xv6, but it does IPI in protected mode too. Maybe BSP will need to enter pmode to make any IPI call anyway.
Thanks for the help!
Interesting, but found this:
https://groups.google.com/forum/#!msg/comp.lang.forth/XCtQPZ...