(And if you somehow read the above as "it's OK for me to burn Claude tokens because I'm vegan" I will find you and I will slap you.)
Bodil: "I have a very particular set of skills"
(And if you somehow read the above as "it's OK for me to burn Claude tokens because I'm vegan" I will find you and I will slap you.)
Bodil: "I have a very particular set of skills"
@spazahedron Because they can't track you they can't try to sell you six more lawn mowers to go with the one you bought yesterday, so they'll show you random stuff instead.
The ads are only "lower quality" insofar as the ad exchangers can't charge advertisers as much money for untargeted ad slots.
In other words, "lower quality ads" is a self-own by the bloated leeches degrading your browsing experience.
@[email protected] @[email protected] I once had a website pop up a dialog that warned me that I was receiving a "degraded" experience because "no ads are loading". insert Princess Bride meme here
@[email protected] I'm looking into the fact that my instance isn't federating to tags.pub anymore, and the error I'm getting is from github.com/evanp/activitypub... (where the signature checking code changed around the time I started getting errors)
I'm looking at the Bonfire code and it appears we're caching information about what signatures to send; is it possible that because I already followed @[email protected] before the changes at the #tagspub end, my instance is sending the wrong signature? And if so, is there anything I can do to 'refresh' the cache?
I have washing up’d! (Raised the plates? Levitated the dishes? Why do we wash ‘up’ anyway?)
English be weird. And yes, it may seem strange to some of you that having done the washing up is worth celebrating but sometimes it most definitely is: blog.mavnn.eu/2022/10/14/adh... #adhd #chronicfatigue
That said, I suppose I have literally lifted the plates up. One thing that is very common here in Italy that I've never seen in the UK is that the cupboard section directly above our sink has a draining rack and drip tray built in, so that the work surfaces are kept clear even while stuff is drying. It's a very neat solution to the issue that in reality you nearly always have a mix of clean, dirty, and just washed crocery whilst a lot of kitchen layouts assume that the kitchen is going to be completely clear before you start using it.
I have washing up’d! (Raised the plates? Levitated the dishes? Why do we wash ‘up’ anyway?)
English be weird. And yes, it may seem strange to some of you that having done the washing up is worth celebrating but sometimes it most definitely is: blog.mavnn.eu/2022/10/14/adh... #adhd #chronicfatigue
cosocial.ca/users/evan/statu...
Aha. Testing if this fixes the federation errors I've been seeing 😊 #tagspub
@mavnn I'm assuming that it's 100% not a joke, because my joke detector broke down years ago
@[email protected] you're making me doubt again now, which is harsh but fair given the current state of things. It kind of smells of someone who wants to be able to pass it off as a joke (or even thinks it is funny) but wants to leave it ambiguous enough that people who think it's a good idea pay them. Which means either I'm a cynic or they are and neither option leaves me all that happy.
I can't overstate how much it annoys me that there are three ways to put the stress on the word "Palantír:" the way that my brain tells me is the most natural, the correct way according to Tolkien, and the correct way according to Alex Karp.
@[email protected] I think we can call those the correct way, the other correct way, and wrong
so dumb
@[email protected] it says something about the current state of the world that I wasn't sure even at the first mention of the CEO setting whether it was a joke or not. I'm glad the person appears to actually have a sense of humour, but I have to admit I still find charging money for jokes like this a bit... uncomfortable?.. even if it's just to cover costs.
Well, apparently Google is now at the point in the domain moving process where it has (after months) started admitting that the canonical urls from the new domain are the correct ones (what was the point of me telling you about the move and proving ownership of both again?).
It is still indexing them at the old domain, and showing that url in the search results though, which means it refuses to show any results that have only been published on the new domain. #search
A word immediately popped into my head I don't think I've ever used before. Yeet. As in into the sun.
Craving work-life balance is a huge red flag, says Fortune 500 Europe CEO
https://fortune.com/2026/04/22/work-life-balance-bupa-fortune-500-ceo-barack-obama-work-weekend/
@[email protected] @[email protected] I love the way that all the other quotes are "I'm a totally insane one track money making machine, you should be too!" and then Obama's quote is "eh, sometimes you need to focus on one thing for a while if it's important to you" and the writer decided to stick it in just so they could get the click bait 'Obama agees!" in the headline...
Just had one of those epiphany moments in #zig as I looked at a problem and realised 'hang on a minute - that thing I read in the docs and didn't fully understand about arena allocators was talking about this, wasn't it?'
The ability to swap out which allocators I'm using is giving me a level of both confidence and practicality I wasn't really expecting in my first venture into manual memory management. I know I'm not always being as efficient as I could theoretically be, but I'm pretty sure there aren't leaks and I'm still using around 40 times less memory than the previous #fsharp version (although that's a little unfair - short run time console app is about the least favourable comparison space for runtime versus fully compiled native code)
A lot of my posts are getting rejected (while federating) by tags.pub - I get a 403 principle not authorised error when posting to the _followback inbox. Before I report it as a bug, is anyone else seeing the same? I'm well aware the issue might be on my end, but if it is I'm not seeing it.
Me, teaching coding via project based game dev: Hmm. Not sure if this student is fully grokking why we're using a message bus rather than inversion of control here. I'll just check what the expectations are from the exam board at this level.
Exam board: "Has added a feature to the game using at least four variables and an if statement."
Me: Ah.
As an aside, loving Godot (godotengine.org/) as a teaching environment. #gamedev #godot #homeed
@[email protected] "... they never stopped to ask if they should!"
It's a very impressive piece of work though! I love it.
Quick test post after a #bonfire update.
Sub posting myself after having to delete a post which was too mangled to try and edit into submission: is anyone else finding using SwiftKey and seeing it getting massively less accurate in the last few weeks? Half of me is thinking it must just be my perception and I'm blaming the tool, the other half is looking at Microsoft's current release standards and wondering if they've changed how they're doing the recognition... (it happens on device, so I doubt it is actually llm related)
Decided for the first time ever that it was worth breaking out some manual memory management for some code I want to run on (relatively) low resource systems. Weirdly, it's never something I've had reason to do before in these last ~20 years writing software.
So I get to take ziglang.org/ out for a trial run and try out all the funky design features I've been admiring from afar. I'm really enjoying it - trial run was streaming from RSS xml to activitypub Article json, and it has basically all just worked. Admittedly I'm rewriting a work flow I've already written in another language I know much better, but I'm pleasantly surprised with progress and how fast the resulting executable starts doing stuff (my biggest gripe with the languages I normally use). #ZigLang #zig #activitypub
Random question for techy profession people; I was one of two software engineers brought on during the founding of a start up and wrote the initial implementation of the serverside infrastructure for the product (the other engineer was writing client code). I was not "a founder" - I had no involvement with investment, financing, etc.
Obviously, with two engineers I didn't have a fancy job title, but the work I was doing required at least the level of technical skill as my preceeding "staff engineer" post. Would it be accurate to use "founding engineer" to describe the post, or would you associate that with an engineer who is an actual "founder"?
I've worked remotely for US firms for years, but I must admit I'm still frequently confused by what different job titles mean to different people.
@mavnn @anderstallvik My current project doesn't do the tech-stasis thing, but, yeah.
Of course, everything about my project ... and all of my projects ... and my entire life as a feeling human being ... is designed to be richly offensive to pedants, so this is probably the wrong crowd to cite it to. 😆
@[email protected] @[email protected] Oh, I like your idea too. Looking at my own education in the UK and seeing how much about British colonial history I would have missed without first hand commentary from family members because school just happened not to mention those parts, I can't help feeling that human governments would really not like elves in a politically realistic setting...