A series of emails with extremely dodgy looking sender names, each with a very dodgy looking pdf attachment, using non-latin characters in English phrases like "Final Warning" and "Payment RequireD".
A few of years ago I started migrating away from Outlook email. In the last year or so especially I've started getting a lot of spam in my old outlook inbox, but given that Microsoft is a company with near limitless resources it's probably just some really sophisticated spam filter avoidance, right?
19.02.2026 10:52 β π 0 π 0 π¬ 0 π 0
Me: My new year's resolution is to drink loads of water.
AI server farms: Me too π
29.12.2025 09:35 β π 1 π 0 π¬ 0 π 0
Every time I have to look up the Intersection Observer API to do something like this I think "this should just be a CSS thing", it'll be a good day when this is baseline - damn.
11.12.2025 15:40 β π 2 π 0 π¬ 0 π 0
mister_simon - Twitch
Dustforks
Going live on twitch: #laravel dev learning #symfony - how hard could it be? www.twitch.tv/mister_simon
11.12.2025 12:16 β π 2 π 1 π¬ 0 π 0
Thinking about how AI is not a hammer making every problem look like a nail. But a hammer which people say works like all the other tools while the hammer desperately smiles and nods.
26.11.2025 13:32 β π 1 π 0 π¬ 0 π 0
Spent some time fixing a #css issue which bugs me with most implementations of sticky stacking cards; Scrolling is often imprecise or jumpy, so you usually end up with cards unsatisfyingly overlapped... Unless you add a little "wiggle room": svelte.dev/playground/7...
07.11.2025 15:08 β π 2 π 0 π¬ 0 π 0
I followed a creative itch and learnt about SVG paths. It was hard to find the motivation today, but I'm pleased to have done *something*. Take a look :) #svelte #webdev svelte.dev/playground/a...
Also shout out to @joshwcomeau.com. Their exceptional SVG articles inspired me out of the day's funk.
29.10.2025 18:04 β π 2 π 0 π¬ 0 π 0
Code demonstrating a php constructor accepting an iterable, rather than an array | Traversable union type. The iterable items are then used in a foreach loop.
24.10.2025 14:10 β π 0 π 0 π¬ 0 π 0
Tiny #php tip: Swap `array|Traversable` type-hints for `iterable`.
Arrays, a primitive type, can't inherit or implement interfaces. So to type-hint something you can pass to a `foreach` you would otherwise need to accept arrays and traversable objects. The iterable alias handles that for you!
24.10.2025 14:04 β π 0 π 0 π¬ 1 π 0
How does Bigfoot protect his data?
It's all in cryptid
30.09.2025 17:40 β π 0 π 0 π¬ 0 π 0
Typescript feels like an uphill struggle and I'm either going to push through and get stronger or end up with arthritic knees.
04.09.2025 15:33 β π 1 π 0 π¬ 0 π 0
I think the point is that many people are coming to believe it is a magical everything machine, with infallible logic. So it's funny when the logic it fails on is just so incredibly basic.
08.08.2025 08:52 β π 1 π 0 π¬ 0 π 0
A Treatise on AI Chatbots Undermining the Enlightenment
On chatbot sycophancy, passivity, and the case for more intellectually challenging companions
I've been trying to articulate why the fawning, complimentary responses from AI chatbots feel so insidious to me. I've finally figured out how to explain it.
Wrote a long piece on how current model training and design choices threaten our critical thinking skills: maggieappleton.com/ai-enlighten...
06.08.2025 09:33 β π 149 π 37 π¬ 14 π 6
Could see this effect being cool for a music video of some other application where the messiness would be creatively welcome.
30.07.2025 11:57 β π 1 π 0 π¬ 0 π 0
I achieved this effect by copying the input camera keyframes to a new camera, spreading them across a longer timeline to allow it to interpolate between poses, and finally tweaking FOV and tinkering for a while.
30.07.2025 11:57 β π 0 π 0 π¬ 1 π 0
Inspired by a recent Posy video - I wondered what would happen if you Gaussian Splatted a selfie video. Seems that @jawset.bsky.social Postshot seems to get quite confused, tries it's best, and creates something wonderfully trippy as a result.
30.07.2025 11:57 β π 0 π 0 π¬ 1 π 0
*skips failing tests*
17.07.2025 11:12 β π 0 π 0 π¬ 0 π 0
As soon as I learnt that AI would use "delve" a lot, it disappeared from my day to day speech. Quite the opposite effect.
15.07.2025 10:23 β π 2 π 0 π¬ 0 π 0
Aside from that thought, this looks very smooth to work with. Great stuff! π
27.06.2025 09:40 β π 0 π 0 π¬ 0 π 0
I wonder how the styles are compiled? Will it include every colour and size variant class even if your app only uses one? Difficulty in purging unused styles is probably not a huge issue, but a definite tradeoff if the UI lib has a lot of components and variants.
27.06.2025 09:37 β π 0 π 0 π¬ 2 π 0
Just started tinkering with @astro.build. Had been considering rewriting my Nuxt based personal site with Svelte, but maybe I just go for Astro instead. No need to throw away *all* the old code - just islandify all the things.
We shall see. In any case, very intriguing.
24.06.2025 17:10 β π 1 π 0 π¬ 0 π 0
Super impressive, damn. Wish we had simple pseudo selectors for things like this.
One thing, would it be possible to name variables / custom properties a little more descriptively before you share it? Would really help with more quickly understanding the magic you've cast haha.
20.06.2025 09:14 β π 0 π 0 π¬ 0 π 0
I'd be interested to know what you came up with. Seems like quite a complex use case. So - Livewire pulls a model with info about the layout, Livewire then hydrates a layout component with appropriate attributes and renders it out for your email? But there's some snag along the way? Tricky.
16.06.2025 11:12 β π 0 π 0 π¬ 0 π 0
Shows a component's blade view. Each item in the items collection is output using Blade::renderComponent($item).
Setting the navbar's items as a collection of components. The "Home" Link instance's attributes are customised by calling withAttributes to set a "btn-home" class.
Solved: Use Blade::renderComponent($item) to properly render a component you instantiated yourself.
Bonus: Use "withAttributes" to manage the component's attribute bag programatically.
11.06.2025 13:56 β π 1 π 0 π¬ 1 π 0
The problem I'm really having is that calling `->render()` on a component doesn't actually do the same thing as the blade engine does - passing all the public properties and methods as variables, and importantly - passing the attribute bag along, etc. Time to dig deeper.
11.06.2025 12:00 β π 0 π 0 π¬ 1 π 0
An example Navbar component, the constructor sets the items property to a collection of Link and Dropdown components (Home, About, Services Dropdown, etc).
Working on a menu system and I'd like to compose the it as a heirarchy of Component classes. Sadly, instantiating them yourself causes errors to be thrown on render, due to no $attributes being set.
Maybe Laravel is telling me I should be handling more of this logic in the view...
11.06.2025 11:35 β π 0 π 0 π¬ 1 π 0
Ergo split columnar keyboard, never touching mouse for max ergonomics, but sitting like an absolute gremlin in an old ass chair with only one arm rest.
11.06.2025 08:59 β π 3 π 0 π¬ 1 π 0
Just saw an issue on an open-source project where someone had passive aggressively posted a full convo from an LLM on how to fix the problem. Including a suggested schedule of sprints. It took so long to scroll past, oh my god. Why are people like this?
22.05.2025 14:35 β π 1 π 0 π¬ 0 π 0
I think there are parallels between learning a new keyboard layout and gaining fluency in sign language finger spelling.
I want to reach a point where I stop thinking of letters and develop muscle memory for common patterns. Maybe it's time for me to start drilling diagrams and trigrams in BSL. π€
11.05.2025 08:46 β π 1 π 0 π¬ 0 π 0
Open source 2D raster & vector editor that melds traditional layers & tools with a modern node-based procedural workflow. #MadeWithGraphite
Website: https://graphite.art
Allows you to keep up with Symfony news, the PHP framework
Inventor of things.
Currently working on rePebble.com
Previously: cofounder Beeper.com, partner @ycombinator, founder @pebble
Independent designer + web design engineer, teacher, speaker. Interface Prototyping at Muthesius University of Fine Arts and Design. UX, prototyping, & design engineering workshops.
π§ Newsletter: https://ownyourweb.site
π» Website: https://matthiasott.com
We support, advance, and develop the PHP Language.
thephp.foundation
actor + improviser + sorry about the birds
a comedy streamer with all of your favorite shows
π§ββοΈ Game Changer
π’ Make Some Noise
π² Dimension 20
π« Very Important People
π· Smartypants
dropout.tv
Comedian and Actor who writes TV Shows, Video Games, and TV Shows about Video Games. | Host of Um, Actually and Nobody Asked on Dropout TV
https://linktr.ee/ifynwadiwe
π§’ CEO: Dropout
π€ Host: Game Changer, Make Some Noise
πΈ he / him
Failed artist, but still trying it.
https://endvertex.com/links.html
Some nerd with uninformed takes on stealth/horror/weird/old games. Casual streams and Hitman things.
https://www.youtube.com/thekotti
https://www.twitch.tv/thekotti
https://www.yame.ninja/
Theoretical Physicist.
(She/her/hers)
From Eastern KY.
Signature is the UK's leading awarding organisation for deaf communication and language qualifications. Championing British Sign Language education across the UK. An awarding body empowering learners, supporting teachers, and promoting BSL.
the internet can still be fun!
https://onemillioncheckboxes.com β’ http://eieio.games β’ https://everyuuid.com β’ https://onemillionchessboards.com
Rika of the Elite 4. Dragon Age: The Veilguardβs Rook. The Ghost of YΕtei | Worlds Beyond Number| D20, Dropout, Critical Role | Genderπ: all pronouns
musician/illustrator/animator/etc.
https://www.louiezong.com
Probably programming something silly with Laravel or doing actual work with Elasticsearch.