like this
Coffee (Team CW) reshared this.
Whoops!
Accidentally left my #sourdough starter unattended for just shy of 48 hours. I had intended to refrigerate it.
It got a bit runny and had a bit of a vinegar-ey smell to it but no mould, so I think it's salvagable. Just fed it and we'll see how it fares.
𝕕𝕚𝕒𝕟𝕖𝕒 🏳️⚧️🦋 likes this.
It’ll be fine, I leave mine weeks without feeding sometimes.
Treat it mean, keep it keen.
Jonathan Lamothe likes this.
Adam Hunt likes this.
Pi is an irrational number. This means that its digits continue indefinitely without ever repeating. Every possible finite combination of digits is therefore contained therein. This would technically include a digital representation of every possible copyrighted work.
Does this constitute prior art?
reshared this
I'll bite, but not about the IP part.
Just because an irrational number's digits continue indefinitely without ever repeating, does that necessarily mean that it contains every arbitrary finite sequence of digits?
1/
Is there at least one finite sequence of digits that isn't represented in pi? If so, there are probably an infinite set of finite sequences of arbitrary numbers not represented in pi.
*something something* Cantor's infinite set of infinite sets...
2/
OTOH, if every finite sequence of arbitrary digits is represented in pi, then we should be able to find in pi a representation of, say, Euler's number to any given precision...
3/3 Enough for now. I don't have the math-fu to know if I'm being rational.
@bobjonkman No. Consider 1.0100100010000100001..... This is irrational but it doesn't contain any sequence of digits containing digits other than one or zero.
As for the irrational number pi, I think maybe it is unknown whether it contains all sequences of digits, but I don't know where to quickly check that.
Jonathan Lamothe likes this.
Bob Jonkman reshared this.
@soaproot ...though could it not then be argued that this number contains a binary encoding of all possible sequences?
Edit: actually, not necessarily.
Edit 2: Okay, I see the pattern now. Definitely not.
Bob Jonkman reshared this.
data Foo = Bar { val :: Int } | Baz { val :: Int }
is valid #Haskell. I wouldn't have thought you could define
val
twice like that.
It NEVER fails
Mastodon is the ONLY space where I receive racist comments to my posts
Mastodon, for me, is often indistinguishable from today’s Twitter
And now that Bluesky is fully operational, you can’t use “oh, that’s just the Fedverse” because I posted there at the same time and it’s NOT the same experience at all
Fix this shit or this “thought experiment” will not survive the shifts that’s happening
reshared this
@cmdr_nova I saw this explained in another thread. They're not coming from "racist instances". People just keep signing up for new accounts on big instances to evade suspension, so its a game of whackamole/death of a thousand cuts.
like this
reshared this
I have a messenger bag that I typically carry around with me. Sometimes things go in there and I forget about them.
Katy was looking for something and discovered that for some reason I had put our marriage certificate in there. The last time I needed the physical certificate was years ago, so it must've been sitting in there and I've just been carrying it around with me unknowingly for quite some time.
I imagine I should probably find a better place for it.
I should probably also go through it to see what else I've put in there and forgotten about.
like this
like this
I'm an idiot.
I was trying to install #Haskell on a machine and thought the installer was taking a really long time. In my defense, the last line of text was:
Installation may take a while.
It sat at this stage for over an hour while I did other stuff, because I hadn't bothered to read the previous line:
Press ENTER to proceed or ctrl-c to abort.
Jonathan Lamothe likes this.
hlint
is a great tool for pointing out where your code can be improved, but sometimes its suggestions are... interesting. Case in point, it just recommended changingmap (\(a, b) -> {- ...stuff... -}) $ zip as bs
to
zipWith (curry (\(a, b) -> {- ...stuff... -})) as bs
instead of
zipWith (\a b -> {- ...stuff... -}) as bs
Jonathan Lamothe likes this.
reshared this
reshared this
Jonathan Lamothe likes this.
reshared this
No one is getting fired over this, right?
Correct. HR systems are down too.
😬
Jonathan Lamothe likes this.
reshared this
Jonathan Lamothe likes this.
Jonathan Lamothe reshared this.
Jonathan Lamothe likes this.
reshared this
Just gonna annoy everyone everywhere #Mastodon
$390/$600
Raised for the Hotel
**$210 PAST DUE**
-$409 July Deficit
$516/$5135 Raised Monthly Goal
I'm fucking #hungry
and can't even make anything because I'm exhausted!!!
#Urgent #MutualAidRequest #MutualAid saves lives #PovertyKills #Poverty ia winning
Don't let this #facist system kill me and my mom and my #bunny
Buy a damn shirt they on sale
reshared this
like this
like this
Kevin Russell reshared this.
It should come as no surprise to anyone who's been paying attention that I've grown disillusioned with capitalism over the past several years. What's interesting to me though is that any time I express this publicly, there are no shortage of capitalists who falsely assert that I am claiming that communism is the ultimate solution to everything. This is a false dichotomy.
I am not saying I have the answers to the world's problems. I just have eyes to see that the emperor has no clothes.
Edit: typo
like this
reshared this
6 lines free for anyone that wants to play on this PDP-11/70 running Version 7 UNIX.
ssh misspiggy@tty.livingcomputers.org
Drop in "com" to have messages displayed on the terminals.
reshared this
Hey #Unix folks recommend me your favorite games that can run in the terminal that aren't:
1) the most basic boring arcade stuff like snake or missile command
2) roguelikes/dungeon crawlers (love em but there's no lack of those)
3) chess, backgammon, etc., more meaty board games sure but there's already a million easy to find ways to play chess in a terminal
edit: 4) IF, I know where to find plenty of that, forgot this one
This is for my machine with no gui so when I say terminal I mean terminal not just like "text based and looks like it'd be in a terminal maybe".
Jonathan Lamothe reshared this.
are you certain? It could last I checked!
[PRINT_MODE:TEXT] in data/init/init.txt
@via unreachable I didn't have an init folder under data. I added it and got the following when I launched it, I got the following error:
Display not found and PRINT_MODE not set to TEXT, aborting.
@me it looks like Debian moved stuff around; try editing /usr/share/games/dwarf-fortress/gamedata/data/init/init.txt
Change [PRINT_MODE:2D] to [PRINT_MODE:TEXT], and you should get curses output.
𝕕𝕚𝕒𝕟𝕖𝕒 🏳️⚧️🦋
in reply to Jonathan Lamothe • • •Jonathan Lamothe likes this.