@TALlama@mastodon.social
@TALlama@mastodon.social avatar

TALlama

@TALlama@mastodon.social

Curious about everything

This profile is from a federated server and may be incomplete. Browse more on the original instance.

gedeonm, to random
@gedeonm@mastodon.social avatar

Min found a fun recipie online for mini “acorn” BBQ hot dogs so I tired it. Holy cow they are good! Whipped up some homemade potato salad to go with. Perfect lunch food for #memorialday

TALlama,
@TALlama@mastodon.social avatar

@gedeonm link?

cferdinandi, to webdev
@cferdinandi@mastodon.social avatar
TALlama,
@TALlama@mastodon.social avatar

@cferdinandi why does the handler assign obj[prop] when going the get? It requires the proxied object make a get/set pair of that prop, which seems like you're breaking encapsulation for the data object (it needs to "know" it's being proxied and make all props symmetrical). You do this in reef.js too and I always wondered why you bothered with the set.

(also you're calling handler(name, data) on that line but those args are backwards)

TALlama,
@TALlama@mastodon.social avatar

@cferdinandi oh I get what it’s doing I just question if it’s necessary. In my reef project I literally ignore all these sets, and everything works fine. It’s probably slowing down stuff a little, but it means my domain objects always talk to other domain objects and not proxies for those objects.

https://github.com/TALlama/domainkeeper

TALlama,
@TALlama@mastodon.social avatar

@cferdinandi it may be working for me because all my mutations are sourced from the UI components, as a result of user actions. The models connect to each other but rarely (never?) mutate themselves. That constraint makes the design simpler, while also ensuring the models never have to worry about their properties becoming proxies (which I believe had some ill effects when I stringified to JSON).

Meyerweb, to random
@Meyerweb@mastodon.social avatar

Many of us are familiar with imposter syndrome, but is there a similar term for having the persistent feeling that you’re letting the rest of your team/workplace down by not doing enough, no matter how much others in your team/workplace make it clear you’re doing (more than) enough?

TALlama,
@TALlama@mastodon.social avatar

@Meyerweb I often tell my team that “there is always more work to do than time to do it”, which helps fight this feeling. But having a name for the feeling itself would be great.

gedeonm, to random
@gedeonm@mastodon.social avatar

Steeling myself for today’s inevitable reports from SCOTUS that the justices will be ‘sharply divided’ about Trump’s immunity claims with the conservatives leaning towards giving it to him in some form.

There’s litterally no other reason for them to have heard the case in the first place. It’s utterly preposterous on the face of it but Alito, Thomas and others have political agendas with a Capitol P and so here we are.

TALlama,
@TALlama@mastodon.social avatar

@gedeonm taking the case to rule against him is the only way to set the precedent that he doesn’t have it. Not taking the case only sets precedent in the lower court, allowing a future Court to take up another case and make the call.

TALlama, to random
@TALlama@mastodon.social avatar

The FTC is voting to ban noncompete agreements. They really should do so.
https://press.coop/@NPR/112319720986714246

jensimmons, to random
@jensimmons@front-end.social avatar

Are you interested in Masonry layout?? Graphic design on the web?

We just published a 4,000 word blog post investigating the current stage of the Grid Level 3 specification and all the amazing things you can do with it: https://webkit.org/blog/15269/help-us-invent-masonry-layouts-for-css-grid-level-3/

If you design or build websites, please read and chime in with your thoughts.

TALlama,
@TALlama@mastodon.social avatar

@jensimmons great article. Small typo near the end: because none is the default value for grid-temple-* and means “please give me only implicit rows, no explicit ones”. I think that temple should be template

cferdinandi, to random
@cferdinandi@mastodon.social avatar

You know the American healthcare system is great when the phone system refers to patients as "customers" and "make an appointment" is not one of the options you can select. 🙄

TALlama,
@TALlama@mastodon.social avatar

@cferdinandi well see in the socialist system you'd get to SEE a doctor and someone would PAY for your care. That’d cost someone money, and it wouldn't be you. Can't have that. Much better to be sick and bankrupt instead.

hotdogsladies, to random
@hotdogsladies@mastodon.social avatar

I just wanted to pop in and share that I still say "You go to prison!" pretty frequently.

image/jpeg
image/jpeg

TALlama,
@TALlama@mastodon.social avatar

@hotdogsladies “Alright? Who’s evil?”

gedeonm, to random
@gedeonm@mastodon.social avatar

With all due respect, Denise didn’t give the show long enough to turn Tasha into anything but a “token blonde”. Yar’s character showed promise but we’ll never know what the writers could have done with her because she left. In the very first season. https://meta.masto.host/@GamingNews/112264913798622479

TALlama,
@TALlama@mastodon.social avatar

@gedeonm I think it’s interesting that she left but wasn’t really replaced. The other characters just grew into the available space. The starting cast might have just been too big.

gedeonm, (edited ) to random
@gedeonm@mastodon.social avatar

Boy the Apple Private Relay thing continues to be a problem for Tapestry Kickstarter backers. Don’t worry though, we’ll get your reward delivery sorted. 👍

TALlama,
@TALlama@mastodon.social avatar

@gedeonm this is why I switched all my "v2”s and "final”s and such to YYYY-MM-DD format dates.

TALlama, to random
@TALlama@mastodon.social avatar

@mia your link from the class notes to “CSS Systems" goes to Slideshare, which wouldn't show me anything after the first slide, and requires a paid account to download. But helpfully Clearleft still has the slides available: https://clearleft.s3.amazonaws.com/2008/cssSystems_notes_small.pdf Consider updating the link?

TALlama,
@TALlama@mastodon.social avatar

@mia do you have a paid account? Did you upload content to their site? They want me to do one of those two to gain access.

Meyerweb, to random
@Meyerweb@mastodon.social avatar

Hey gang, what do you want to hear @bkardell and me talk about on Igalia Chats? What’s top of mind these days? Lemme know.

TALlama,
@TALlama@mastodon.social avatar

@Meyerweb @bkardell sometimes it seems like web tech assumes you’re doing a complete rewrite of your site every couple years to pick up new stuff. Web tech is all amazingly backwards compatible but we rarely talk about how to evolve what you’ve got, in place, as the years pass on and your tech debt accumulates.

mia, to CSS
@mia@front-end.social avatar

I think I've seen people post their default cascade layer names, but I don't have them documented anywhere. Does anyone have a roundup?

Share your layering system here!

TALlama,
@TALlama@mastodon.social avatar

@mia CSS layer names:

John gives the big picture stuff, lays the groundwork
Paul adds in the business logic and structures the constituent parts
George has all the tricks that make things run smoothly
Ringo adds in the weird stuff you only figure out you need at the last minute

TALlama, to random
@TALlama@mastodon.social avatar

Backed the new @Iconfactory Kickstarter, then went back to watch the video. https://www.kickstarter.com/projects/iconfactory/project-tapestry

TALlama, to random
@TALlama@mastodon.social avatar

@ivory whats going on with the percentages reported in this poll? Options 1 and 3 are apart by 1% but there’s only 14 votes cast, so that delta seems impossible. Web client shows both as 36%: https://mastodon.social/@eyuzwa/111672076378051368

RickiTarr, to random
@RickiTarr@beige.party avatar

I, admittedly, curse way too much, but I just adore a faux curse. When I was a kid, one of my Mom's friends was a very proper Southern lady. Instead of saying "They think their shit don't stink" she would say, "Some people think they poo poo vanilla ice cream".

What is your favorite faux curse?

TALlama,
@TALlama@mastodon.social avatar

@RickiTarr we grew up with parents who didn’t want us to curse, so one day we decided that “fruit” was going to stand in for every other curse word.

“Ah, fruit.”
“What the fruit?”
“Are you fruiting kidding me?”

It got banned eventually, and we all had a good talk about how words only have the meanings we imbue them with.

cam, to random
@cam@hachyderm.io avatar

So if inflation, when under control, is pretty much a normal part of a growing economy, what does that mean for currency denominations?

Shouldn’t the lower currencies (like the penny) be getting phased out regularly? Like assuming everything goes according to plan, shouldn’t we have a rough idea of when the nickel, dime, quarter, and dollar bill will be worthless to society as actual things?

TALlama,
@TALlama@mastodon.social avatar

@cam yes; the hay penny (half penny) used to exist in the US but was phased out long ago. When it did it had more buying power than the dime does today.

TALlama,
@TALlama@mastodon.social avatar

@cam yes, but fintech uses fractional pennies already; no need for them to stop just because there’s not a physical coin to match the number in the database.

Worse: it actually costs more than 1¢ to make a penny!

More details:
https://en.m.wikipedia.org/wiki/Penny_debate_in_the_United_States

codinghorror, to random

I'll freely admit that I only "upgraded" to the iPhone 15 because.. titanium. Metal of the gods! 🔨

TALlama,
@TALlama@mastodon.social avatar

@codinghorror have you tried using just a pop socket or other magnet-handle solution? I find that they make the phone easy to hold without adding so much bulk.

jbigham, to random
@jbigham@hci.social avatar

if we could write a rule for everything we want, we wouldn't need ML … and therein lies the major difficulty in design of generative AI.

TALlama,
@TALlama@mastodon.social avatar

@jbigham asks a person to do a thing and they’ll pick what they think is a good way to do it. Ask generative ai to do a thing and it will randomly select one of the most likely ways to do it.

searls, to random

After collecting 7,000 survey responses over six and half years, here are 16 things you all apparently believe about software development (and why 2 of them are dead wrong IMNSHO) https://blog.testdouble.com/posts/2023-10-10-16-things-you-believe-about-software/

TALlama,
@TALlama@mastodon.social avatar

@searls curious if you looked at these bar charts over time. Did any of these spreads change significantly in the many years between when the survey opened to when it closed?

chriscoyier, (edited ) to random
@chriscoyier@front-end.social avatar

Say you want to link to something on the New York Times. You know the paywall is there. You:

(or something else??)

TALlama,
@TALlama@mastodon.social avatar

@chriscoyier 5: use my subscription to give folks a gift URL

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • InstantRegret
  • mdbf
  • osvaldo12
  • magazineikmin
  • GTA5RPClips
  • rosin
  • thenastyranch
  • Youngstown
  • Durango
  • slotface
  • everett
  • kavyap
  • DreamBathrooms
  • JUstTest
  • khanakhh
  • ethstaker
  • tacticalgear
  • cubers
  • normalnudes
  • anitta
  • cisconetworking
  • ngwrru68w68
  • Leos
  • modclub
  • provamag3
  • tester
  • lostlight
  • All magazines