That would imply that people who still use twitter would be interested in actual news.
That would imply that people who still use twitter would be interested in actual news.
OK, that is actually something usable. So far what they could learn from here is how to take a shortcut through the fields ;-)
And this software will probably be able to route soumeone from one special Pokemon point to the other. Wow. There are three of them in our town. It will be very smart in speedrunning that triangle.
Not going to sign it, too. Change.org is part of the problem, and not of the solution.
Depends on what kind of “poetry” they compare it to. If they talk about Shakespeare or Goethe, that would be a feat. But if they are talking about modern “poetry”, well, that already looks like bad LLM diarrhea for decades now, so there is no surprise in that.
What ads? (User without premium, but proper browser and adblocker)
Absolutely my creed. In my industrial niche, touch screen never took hold - when your action is actually (or at least perceived) important, nobody wants to rely on touch screens.
First I thought “WTF is period data a thing that should concern the government”, but then I noticed we are talking about the future Handmaids Tale country here.
They probably kill off any agency who would protect your consumer rights, anyway. And redefine “broadband” as “you’ve got modem access, so stop whining”. And let the companies keep the subsidies they got for making the former broadband definition happen.
Let’s put it this way: You can produce unreadable code in basically any language. With Perl, it is just a bit easier.
And of course if you have the discipline of a good programmer, even your casual Perl programs should be readable. That’s what differenciates a good programmer from a hacker.
I have to admit that using CL-PPCRE does not really help me understanding the regexp any better. But this may be because I deal with complex regexps for decades now, and I just read them.
Yes, there are differences in certain x86 command sets. But they actually have a market. RISC-V is just a niche, and splintering in a small niche is making the support situation worse.
And it does not concern you that this RVA profile is version 23? Which means there are a number of CPUs based on lower versions, too, as they don’t just update on a whim? And they are incompatible, with version 23 because they lack instructions?
So a compiler would have to support at least a certain number of those profiles (usually, parts in the embedded world are supported for 10+ years!), and be capable of supporting the one or other non-RVA extension, too, to satisfy customer needs.
That is exactly what I meant with “too many standards”.
Several differing extensions of the RISC-V core machine instructions, for example. A pain in the rear for any compiler builder.
I’ll wait and see. RISC-V is a nice idea, but there are way too many different “standards” to make it a viable ecosystem.
I’m not really into the stock market, but I would not buy Boeing at the moment.
There is always the issue of “x applies” and “x is enforcable”. Think of Signal or Telegram here.
The moved their jurisdiction to the Netherlands? In the EU? Wow. Now the GDPR can be used to really kick their butts.
While it is not shape-shifting, I’ve experienced a touch screen where you actually could “feel bumps”. Depending on your fingers position, it vibrates in a way that makes you “feel” a bump or ridge. It was amazing.
Like entering a PIN: You close your eyes and put a finger on the screen. The code centers a numeric keyboard at this position so you are on the “5”. You can move your fingers up, and you can feel a “ridge” when moving to the “2” field. You move left and feel a ridge when moving to the “1” field. If you move back to the “5”, you can feel the “bump”, and it differs from the feel of the “ridge”. Once you are on the right field, you lift your finger and bring it down again to select this number. If you leave it off a bit longer, it just re-centers the keypad to the “5” position.
Of course this only works with one finger, but it is absolutely amazing how convincing this is, especially if you close your eyes.
Even our C++ guys won’t touch my C code with all the pointer tricks and unions used for hidden castings. Whimps!
But python has worse problems than lacking pointer. Have you ever copied a piece of code from an external source into a python source? It really can f-ck up everything if one has tabs and the other has spaces.