I do vaguely remember seeing some bills with such figures. Some sort of highway accident response. But everything gets significantly inflated, x2 multiplier is guaranteed, x5 is likely, x10 is not uncommon. Again, from what I can remember.
I don't share your antipathy against libvirt, but I do the same. To configure a qemu vm via libvirt you need to learn two concepts: the qemu internals, and how they're mapped to libvirt properties. And since the qemu internals are mostly documented as command-line switches, you can skip learning the libvirt mappings by just using shell.
I really wonder where this idea that the world was less polarized before social media is coming from. It's not even 100 years ago that we had some of the most extreme ideologies in history taking hold all over both Europe and the USA (fascism, socialism, and others). People literally went to war over these things. Another ~100 years before that, French people were cutting off the heads of their ruling class, and setting prisoners free.
If anything, social media has inspired far too much passivity in our societies. People feel relieved that they could vent their frustrations online, instead of taking to the streets and seriously threatening some of the power of those putting them down.
Also, a big part of why the elites of society dislike social media is the huge democratizing effect that it has had on information. Of course, not so much in the more authoritarian societies where our leaders were hoping for this effect, but in their own backyards. The biggest example of this by far is the information about the Gaza genocide - that is presented at best equivocally in the mainstream press (with some exceptions like The Guardian), but that was clearly visible on TikTok and other social media. This led to perhaps the single largest policy conflict between the vast majority of the population and the vast majority of government elites in the current day EU.
This is a bizarre argument. Emmanuel Macron sits on the EU Council. He has no democratic mandate?
The entire point of the EU design is that ultimately the member states national governments (the heads of) are the most powerful and set the direction. It was done this way because people didn't like the idea of EU ministers. There was even a huge objection to the change that introduced the Parliament, the MEPs that you are now saying should hold ultimate power.
And this is the problem. People decide up-front that the EU is "not democratic" and then they adjust their arguments and data to fit this narrative.
The military industrial complex is a "narrative"? If anything the public does not understand it enough. But please, do scrutinize it. What is the goal of all of the USAs wars in the middle east, if not to funnel taxpayer money into the pockets of shareholders of weapons companies? The latest one for example, in Iran, is clearly just because Trump can profit off of it, and because Israel wants to destroy all of their enemies in the region. And of course, Israel is a great consumer of USAs military technology (which they buy with "aid" i.e. taxpayer money from USA itself).
> still one area where it is notoriously bad is creation of novel things
Is there any proof of this? My feeling is that people just assume that since something has been generated by AI, then it must not be original. And truly original thought or craft is exceedingly rare if it exists at all: everything comes from something else. Individual innovations are often small.
Yeah, you're right, my bad. The scoring is logarithmic and I sometimes forget this when writing questions. I fixed it by changing the question so it asks how many years ago it was.
But you already had an operating system and you could already code... Did Emacs really give YOU any capability you didn't have before? Don't forget this is a text editor, not an IDE or some general purpose automation harness
You could add lisp to mspaint and mspaint suddenly becomes awesome somehow? I don't follow the logic
That must have been a long time ago. When I lived abroad and was going for cheap, most of the people who did not manage to totally convince locals to treat them like a local paid way more for things like rent (though still very cheap by American standards). The most I could imagine $10k lasting, scrounging anywhere I lived, was probably around half a year at most (much less if rent was not factored in, or if you are sharing a place of course; I was not). That'd mostly include parts of Asia, and Central America.
Couldn't have been too fun when that ten thou ran out. I would never have left the country with no modicum of a guarantee of income upon returning. Gutsy move.
Temporal API seems to be based around Unix/POSIX timestamps, which ignore leap seconds. In Unix time a day is always 86400 "seconds". This makes it trivial to do UTC calendar arithmetic into the past and future without recourse to a database and without necessarily having to deal with fractional seconds. Leap seconds are handled by the OS by repeating or skipping a second, or slewing the length of a second for some period before and after the leap second.
Most datetime APIs are fundamentally designed and intended for supporting calendar and wall clock operations for business functions. If you need SI seconds for scientific purposes, you really need to use alternative APIs and facilities that provide and guarantee the semantics required all the way down to the hardware level. Likewise, if you want timers, etc, for software facilities like thread sleeping, you use dedicated interfaces like monotonic clocks. If leap seconds are phased out, this won't really change the situation. It was wrong for software to rely on Unix timestamps for, e.g., mutex algorithms before and it'll be wrong if and when leap second clock adjustments are gone.
Now, I mean by using only custom types for things like arrays and pointers, which do access checks and automatic memory release, and not using unsafe features like built-in arrays, strings, pointers, or the incorrect integer type conversions inherited from C.
For maximum safety, beyond what Rust offers by default, in C++ it is easy to replace the built-in integer types with custom integer types, which check for overflows and allow only the correct type conversions.
This is welcome news but I have several friends, family members, or acquaintances that are addicted to social media and have to take psychiatric medication for it. The trouble is, and I'm not sure if the algorithm incentivizes it, but they don't take their pills. They don't even take multivitamins because of whatever idiotic misinformation they're being fed. It becomes a positive feedback loop and anything I and other people try to break it always fails and it feels like social media wants to keep it that way. This is much worse than they're telling us about.
> The synthesized clips line up with what each region is known to care about, faces for FFA, places for PPA, bodies for EBA, motion for MT, patterns for V1 / V3A, and lively social scenes for pSTS / aSTS
Explain the potential to exploit strong stimulation of specific visual regions for evil. "Oh, I very much detect a face/place/body/motion/pattern/human", says the subject. What are you going to do with that, startle them?
> Is this really the way we’re wired after thousands of years of evolution?
No, and we're certainly not wired to have TV or radio being broadcasted in our homes - or sitting still and silent on a bench for the most of our childhoods having to listen to some screeching fool having their weekly psychotic fit.
There will never in history be anything more extreme than the government broadcasts, urging young people to go and die in hopeless wars in the most painful and pointless ways we can think of. Whether that's a screeching priest in the pulpit, a psychotic school teacher, some demon at the radio microphone, or reptilians in the TV studio.
I agree with your points, but also think you're jumping over an elephant if you compare pre-broadcast days with today, while ignoring the decades of non-social broadcast we had before Facebook and Instagram and such.
Atomization is a fact, and the best road out of it might be to connect with other like minded people wherever they are, but it seems that the Internet hasn't lived up to this promise. Why? What have we done wrong?
Wow, I just looked up how self-sufficient the island is and the answer is barely at all. Which initially seems surprising given the continual threat. But I guess they're counting on global support as a tech chokepoint.
Your blog isn't loading at the moment, so I'm not entirely sure what you mean here, but...
> capsicum is after the fact
After the fact in what sense? The program enters capability mode before touching any arguments or doing I/O. You have to set things up before enter capability mode because you can't escape out of it afterwards.
> it does nothing about syscalls
It does quite a lot about syscalls, in that it blocks or limits most of them. As the man page says: "Access to system calls in capability mode is restricted: some system calls requiring global namespace access are unavailable, while others are constrained."
In capability mode, you can use specific syscalls that operate on file descriptors, which limits the program to the specific capabilities it has been granted, e.g. pdkill(2) which is like kill(2) except you can only signal processes for which you have a process descriptor.
For a video to literally maximally drive a target brain region might actually lead to fatal consequences - e.g. the plot of David Foster Wallace's Infinite Jest (1996).
The war in Iran in MAY was reported at 29 billion dollars. It's probably been a bit more since then. Justifying stupid actions because you hate brown people isn't good for any of us.
Forking and maintaining Linux does not take teams of people. I've been at it for > 10 years and maintained support for my 15 or so various SBCs/mobile devices, writing drivers, debugging, cleaning things up. It's a weekend project every 3 months + whatever you want to put in for development.
And there are others doing it for projects like Armbian, openwrt, etc.
for sure, no way even an intelligent person could possibly make a text-to-speech typo when writing a comment on an informal internet forum. Definitely a lying liar who lies