Lol Neil Gaiman says
"ChatGPT doesn't give you information. It gives you information-shaped sentences."
This is one of the better ones I have seen.
Everyone's tired of the standard test values you make up by writing English words in hex, like 0xDEADBEEF, or 0xDEFACED, or 0xC0FFEE.
But if you're writing in C or C++, you can get a few slightly less familiar ones by making use of the U, L, UL, LL or ULL suffixes on integer literals. 0xBA5EBALL, 0xDAFF0D1L, 0xDECE17FUL.
Or maybe you think those are still boring? Then just stick with 0xDULL.
0xABAD1DEA is always handy for magic numbers for stuff you have to write despite explaining it's dumb along with 0xB055F00D and 0x5ADFACED
Others I sometimes use are things like 0xBADA110C for free memory blocks 8)
You know those anti-censorship add-ons that Mozilla recently blocked from the Firefox add-ons store in Russia by Kremlin request?
https://www.theregister.com/2024/06/14/mozilla_firefox_russia/
Mozilla just said, "No, you know what? Fuck you, buddy."
Browser maker decided not to follow Putin's orders. Well doneMatthew Connatser (The Register)
Furries need to spend less time going or trying to go or complaining about furry conventions they don’t like and more… just going out and meeting specific furries that they actually want to meet or hangout with (with the other’s approval obviously).
Been kinda pushing for this for a long while (2013-15-ish? The beginning of the end of furry cons.) but it’s like pulling teeth. Don’t want to impose or weird folks out.
Gaz, Emejn and I went and fursuited at Stonehenge for the summer solstice. Gaz unfortunately had to leave early, which is why there are no photos of him enfoxed, only Emejn (otter) and me (husky).Pippin (Flickr)
I think this *may* be enough info to get the point I was trying to make, though it unfortunately validated another point of concern I had with reachability I have with fedi. As cool as the platform(s) is, I just can't seem to get the reach on the things that actually matter, and I'd prefer to get the reach, instead it's always my shitposts that get the numbers. I don't really care much for numbers and interactions most of the time, but there are cases where I very much care about it, and getting data like this is very much one of them. I hope this changes, but unfortunately with the amount of people I see sticking with Shitter no matter how much Elon pile drives it into the ground, I honestly don't see that changing any time soon. Sorry for the mini rant, guess it just kinda stung a little.
PSA for artists still using X. Stop announcing shit exclusively on X.
And if you still announce things on x, always include the link in every post, because users without x accounts can't see any posts without direct links, or even browse your profile to find *litterally anything else about you*.
Nobody wants to use that platform anymore and the only thing keeping most people I know there are announcements from creators, that's it.
Visibility on the platform has gotten so garbage, whenever someone posts something from x that doesn't include a direct link to the thing its talking about; we have to send out search parties to dig up the links so the announcement is actually announcing something its possible to *find.*
Cute toony donkey partial fursuit in excellent condition. Includes, head, removable mane, hooves, paws, arms & tail.www.thedealersden.com
"UK ‘morally incoherent’ for sending arms to Israel and aid to Gaza, says Oxfam chief"
Charity granted permission to intervene after ministers rejected calls to suspend weapon salesHaroon Siddique (The Guardian)
"Teachers and GPs ‘staggering’ under extra demands caused by poverty in Great Britain"
Schools and health services forced to offer crisis help in the form of food, clothing, money and advicePatrick Butler (The Guardian)
"Almost half of UK adults struggling to get prescription drugs amid shortages"
"Survey finds more people blame Brexit than anything else for supply problems"
After 14yrs, the RickRoll is no more. It's finally been taken down.
Another internet meme bites the dust.
https://www.youtube.com/watch?v=dQw4w9WgXcQ just shows an error msg now. 😞
The official video for “Never Gonna Give You Up” by Rick Astley. The new album 'Are We There Yet?' is out now: Download here: https://RickAstley.lnk.to/AreWe...YouTube
This photo isn’t shared to highlight that wind turbines can provide livestock much needed shade.
This photo is shared to highlight the importance of trees.
#nature #climate #environment #climatechange #tree #trees #earth #renewables #renewableenergy #animals #animal
Since people seem to be pissed off at me today about private messages for some reason, now is as good a time as any to repost my blog on how to test Faraday containers, which also, inexplicably, seems to infuriate a small set of people.
I didn't react to this the way they hoped. Every time the locksmith guy complained about me, I'd give a talk to the undergraduates on the relationship between cryptography and physical security, using my master key attack as an example.
Which would, of course, further infuriate the locksmith.
Eventually I figured it was time to move on, and wrote a paper about how safecracking works and its relationship to security metrics. The locksmiths appreciated it every bit as much as I had hoped.
Pixel animation commission done for my good friend @Goldquiver of their character Topaz!
Giving just the biggest of grins!
#pixelart #gif #2danimation #pixelanimation #lizard #anthro #reptile
Anyone have a digital copy of the sourcecode of the game Megaroids for the Macintosh or Atari ST, written by Mike Bunnell in Megamax C?
Reddit thread seeking it (not me):
https://reddit.com/r/atarist/comments/1dgjml0/megaroids_source_code_for_the_atari_st/
#reddit #AtariST #Macintosh #retrogames #retrogaming #vintagecomputing #retrocomputing #C #MegamaxC #sourcecode #wanted
Oh gosh, I remember playing that. Such a long time ago. A different life, practically.
I wish people would read more about Long COVID. People think it's rare; it's not. Or they think the healthy and the young can't get it; they can.
"I want people to know that I'm not lying, [long COVID] is real and can happen to anyone. I want people to know I'm not just trying to get out of doing school or sport — I wish I could do sport … I wish they understood I am just trying to save myself from being stuck in bed in pain for days afterwards."
- 12-year-old girl
They're losing their formative years to this debilitating disease. But for too many children with long COVID, finding help is a frustrating and traumatic process that leaves them feeling isolated and invisible.Hayley Gleeson (ABC News)
TIL: Scaleways’ instance metadata service requires your source port for the HTTP request be <1024 and
Unfortunately, we no longer care much about architectures that trap on unaligned reads, so one of the original criteria for generating such numbers (that it should be odd so that it will trap if dereferenced) no longer applies. I guess that still works if you treat it as a pointer to a floating-point vector, because many vector units don't support unaligned access.
I remember reading the list of criteria (I think there were five or six of them) but don't recall where.
If I remember the criteria went something like this:
* Large and negative when treated as an integer so it will get caught by bounds checks
* Recognizable when dumped in hex
* Trap when dereferenced
* Trap representation when treated as floating-point (e.g., SNaN)
* Trap when used as a jump/call target (e.g., by being in a non-executable memory range)
@wollman hmm, so what hex value _does_ meet all those constraints? If you want it to be a negative integer and an IEEE754 SNaN then it has to start with 'ff', so _none_ of the wordplay-based constants in this thread will do. 0xDEADBEEF, for example, is a perfectly sensible finite float value representing -6259853398707798016.
Perhaps they looked in a Welsh word list!
@robinhouston checking a dictionary:
0xDECAF is another prime word made of nothing but letter-type hex digits. If you allow 01579 to stand for OISTG then there are longer ones: 0xBEA71F1ED, 0x5AB07A9E5, 0x50C1E71E5, 0x57EADFA57 are all prime.
Among the extra words you get from optional trailing U or L/LL, 0xDAFF0D1L is prime, and is the largest I found. Second largest is 0x7A57EFUL.
And 0xDULL isn't the smallest, because of course there's 0xBULL too! I didn't spot that one. Epic 0xFA1L.
Search for English words that have a hex representation as a prime number
GistNo joke, I use 0xAA55AA55 since it also stands out in binary as well (alternating run of on/off bits) in the rare case I'm working at that low a level.
I also like to pretend that it would upset that one 10baseT hub still in service out there (CSMA/CD jam signal)
Content warning: mild sexual humor