I'm really sorry to hear that. That's a tough situation to be in :( Best of luck in making it through/breaking the October 30 curse!
Notices by codesections (codesections@fosstodon.org), page 18
-
codesections (codesections@fosstodon.org)'s status on Tuesday, 30-Oct-2018 18:06:54 EDT codesections
-
Silver Spook Games (silverspookgames@mastodon.social)'s status on Tuesday, 30-Oct-2018 17:56:59 EDT Silver Spook Games
"Neofeud is an ambitious, intelligent, from-the-heart one-man cyberpunk adventure-game tour-de-force" --DeluxeTux
My game's on sale on Itch and Steam! Help me make rent! :D
#indiegame #cyberpunk #showoffhour
Steam: https://store.steampowered.com/app/673850/Neofeud/
Itch: https://silverspook.itch.io/neofeud -
codesections (codesections@fosstodon.org)'s status on Tuesday, 30-Oct-2018 12:03:02 EDT codesections
@blaubachn @amolith @kungtotte
antergos has a minimal install without any DE. That might be just what you're looking for. -
Liberapay (liberapay@mastodon.xyz)'s status on Sunday, 25-Mar-2018 07:33:33 EDT Liberapay
Today's lesson: Medium is bad. They've suspended our account and blocked access to all our published stories for bogus reasons and with only 12 hours notice.
-
codesections (codesections@fosstodon.org)'s status on Tuesday, 30-Oct-2018 09:59:03 EDT codesections
Is it one of the items pictured here: https://www.google.com/search?hl=en&q=Philips%20HR%201170 ?
If so, that's a mixer (either a hand mixer or a stand mixer, depending on whether it has a bowl)
(Not correcting or nitpicking—I just got curious!)
-
Drew DeVault (sir@cmpwn.com)'s status on Tuesday, 30-Oct-2018 09:05:11 EDT Drew DeVault
It’s not okay to pretend your software is open source
https://drewdevault.com/2018/10/30/Its-not-okay-to-pretend-youre-open-source.html
-
codesections (codesections@fosstodon.org)'s status on Monday, 01-Oct-2018 16:08:04 EDT codesections
@esarkis hi—welcome to #fosstodon!
-
codesections (codesections@fosstodon.org)'s status on Monday, 01-Oct-2018 14:08:09 EDT codesections
@aadilayub I like the optimism in the image above: it suggests that physical products *don't* prioritize cosmetics over function, which is a nice thought.
(I dislike the way it differentiates between physical and digital products by calling the former "real products", but I guess you can't have everything!)
-
codesections (codesections@fosstodon.org)'s status on Monday, 01-Oct-2018 12:00:37 EDT codesections
@mooshoe
declarative = saying *what* you want the end state to beprocedural = saying what steps the program should execute to get to the end state
So, with react, you're maintaining state in memory that serves as a single source of truth for your UI state. You just tell react what you want the state to be (declaratively) and it handles updating components.
In contrast, telling a particular node to update its class is much more procedural
-
codesections (codesections@fosstodon.org)'s status on Monday, 01-Oct-2018 11:44:01 EDT codesections
@measlytwerp not sure I know all of those authors well enough to be sure whether this is a good recommendation, but The Icurus Hunt is one of my favorites. Hits a good sweet spot where it's still fairly hard SF but is able to move at a brisk pace and focus on the characters. And it has pretty great world building, which always maters to me.
The Beggers in Spain is another all-time favorite
-
codesections (codesections@fosstodon.org)'s status on Monday, 01-Oct-2018 11:26:30 EDT codesections
I actually don't think javascript needs much abstraction, which is handy because I don't think #react does much to abstract JS.
I think that the area where abstraction was really needed—and where react seems to deliver—is with the JS/HTLM/DOM interface. That's where the existing solutions were operating at a bit too low of a level, and that's where react creates powerful declarative abstractions
-
sávoy (pinguino@fosstodon.org)'s status on Monday, 01-Oct-2018 11:10:07 EDT sávoy
So trying out this blog business to see how well I can keep up with it. It'll at least give me a place to work out my thoughts that won't fit the character limit here!
http://xojy7ypl7mzsnvjf.onion/
It's ridiculously brutalist, both out of preference and that I don't have any experience with HTML design. So if anybody knows of a good HTML run-down I can check out that'd be great :P
Using an onion link because I'd rather not have my IP found out, and as a big proponent of privacy, why not?
-
Measly Twerp (measlytwerp@fosstodon.org)'s status on Monday, 01-Oct-2018 10:49:42 EDT Measly Twerp
Can anyone recommend any good Sci-fi? I like Greg Bear, Sean Williams and Shane Dix specifically, and of course the classics.
-
codesections (codesections@fosstodon.org)'s status on Monday, 01-Oct-2018 11:00:25 EDT codesections
Well, there is the #fosstodon IRC channel that @mike set up. It's open to everyone
-
codesections (codesections@fosstodon.org)'s status on Monday, 01-Oct-2018 09:28:00 EDT codesections
Does that means that a firewall that only allows traffic on port 80 would effectively block HTTP/2? or am I confused about that? I don't know much about firewalls/enterprise networking
-
codesections (codesections@fosstodon.org)'s status on Monday, 01-Oct-2018 09:14:55 EDT codesections
Hey, sysadmins/dev-ops folks in my follows: How common is it for large network firewalls to block/otherwise not support HTTP/2? I know this sometimes happens—not only have I read about it, I've also had to live behind that sort of firewall before (sad times …)
Related: is there any other reason users wouldn't be getting HTTP/2 if I have everything set up right on my end? I know that browser support is pretty good these days.
-
codesections (codesections@fosstodon.org)'s status on Monday, 01-Oct-2018 08:35:45 EDT codesections
@ohyran is the item entirely a mcguffan, or does it have a function/purpose within the plot?
-
codesections (codesections@fosstodon.org)'s status on Monday, 01-Oct-2018 08:32:07 EDT codesections
@ohyran that sounds pretty awesome. I'd love to be able to play a game like that with a good group of players
-
James Smith 💾 (floppy@mastodon.me.uk)'s status on Friday, 28-Sep-2018 07:09:53 EDT James Smith 💾
async await async await
async await async await
async await async await
async await async await
oooweeeeeeooweeaaawim async await
In the browser, the mighty browser, the runtime sleeps tonight -
codesections (codesections@fosstodon.org)'s status on Monday, 01-Oct-2018 07:16:26 EDT codesections
@mooshoe fair enough. But some (many?) abstractions add more complexity than they remove