We are in the age where nobody is making anything better
We are in the age where nobody is making anything better
holy shit CSS anchors are finally FINALLY out and supported by most browsers this is a dream come true
Many such cases
Desperately, desperately fighting against this. Still cautiously optimistic itβs a strategy that will pay off commercially.
@jason.energy had my favourite pithy quote on this: βMy hottest take is that AI brought out the absolute worst in mediocre people.β
im so done
Do you like it? Ive been looking to see a replacement for my iPhone, but some android phones look like toys. Whatβs your feedback
Iβve JUST learned that you can βshebangβ pretty much anything and I feel unstoppable now
Iβm only using it for DataGrip and because it have student subscription, if yβall have an alternative that isnβt too expensive Iβm all ears
Happy birthday, unc!
Idk what to tell you, the βdid you try turning it off and onβ always works
Iconic
Itβs Loki Grafana Tempo Mimir.
OpenTelemetry gang unite!
Autechre : Gantz Graf Avoid as you would a bald German By NME | 12th September 2005 la Autechre /al records are purchased solely by bald men in expensive anoraks who would masturbate to a car alarm if it was re- mixed by a German. This impenetrable curtain of misanthropic noise - released with an accompanying three-track DVD that features a squabble of hopelessly pretentious video "interpretations" - is typical of the menopausal electro-manglers' dogged refusal to bow to convention and produce anything of interest to anyone not either a) bald or b) German. It bleeps. It skronks. It krrraaaanks. But mainly, it blows like a ruddy awful hurricane. Remember, kids; if it sounds like a festering hillock of tune-shy bum-wank, it's because it IS a festering hillock of tune-shy bum-wank. Avoid as you would a bald German. Sarah Dempster
EXCUSE ME I HAVE ALL MY HAIR AND WILL MASTURBATE TO A CAR ALARM REMIXED BY SEVERAL DIFFERENT NATIONALITIES SO THAT I MAY ENJOY THE UNIQUE TIMBRE OF EACH
Signed,
guy that has actually worked on a sex toy synchronization script for the gantz graf video
Also you can absolutely control AI industry by not spending money on it
This reads to me similar to βIf you think poisoning people is wrong [β¦] Skipping poisoning people is not gonna help you or your career [β¦] Try poisoning few of them for few weeks and test your beliefsβ
No! You are entitled to your opinion. If you donβt want to use LLMs - donβt use it.
Wait wtf we can do that?
Oh my god, this is breathtaking! Thanks for showing this, it looks like something from a dream!
I love how emissive and calming the lights are - truly magical
He chillin
The indie game of the year that broke the record on how much awards can a game win? Expedition 33 is not a baseline itβs an exceptional game
The goal should be to "make good game" rather than to compete with game of the year
An implementation of a file parsing pipeline based on the usage of Stream feature, provided by Effect
Look at this beautiful Effect code
I wish there was scroll-margin-bottom - so that it would align bottom part of the block with bottom of the screen
I donβt understand arachnophobia, like why would you be mad that two spiders get married? It makes no sense
I need more OCaml in my life
Bloom filters are based. cc Dillon
The code in question is this github.com/JohnBakhmat/...
Is it ok? Is it fine? Should I make it better somehow?
If Iβm reading a stream, how do I reduce it? Letβs say I have a file that consists of chunks, each chunk starts with a header where there is chunk type and body length, if type is equal to a type I need - I need to parse data, if not - skip based on length.
Sure but from like, a mental point of view? Do I copy parser state over and over again until I have all the data I need?
In mutable version I would create a mutable object and push data one after the other. If it was just an array id probably use some kind of reducer, BUTβ¦