@las_lallero bello dai.
Così tutti quelli che entrano ti chiederanno "ma quando finiscono i lavori?"
@Yaku mi da proprio un autismo specifico vedere quel tipo di pannelli come finitura
Discussion
@las_lallero bello dai.
Così tutti quelli che entrano ti chiederanno "ma quando finiscono i lavori?"
@Yaku mi da proprio un autismo specifico vedere quel tipo di pannelli come finitura
EL CONSELLER D'ESPORTS DE LA GENERALITAT, @BERNI ALVAREZ sap que la policia li va pegar una palliça a un aficionat del Barça per portar una estelada a Elx? No te res a dir?
@jaumepujolgalceran muntaran un Observatori Vigilant de Banderes Requisades amb 30 càrrecs cobrant sous indecents.
I hope the tech billionaires who are always grousing about how everyone hates them are watching the reaction to Dolly Parton’s passing. Nobody hates you because you’re rich. We hate you because of what you decided to use being rich to accomplish
Hello Bientôt la rentrée universitaire Pendant 3 jours, j'ai le plaisir de participer à l'université d'été de l'UNIF 👉 On causera enseignement et numérique avec un programme très varié : motivations des étudiants, trucs et astuces pour créer des diaporamas, des mind maps, intégrer des IA et même utiliser des logiciels libres...
✍️ C'est copieux ! https://unif.fr/universite-dete-enseigner-avec-le-numerique-2026/ #ESR #UNIF #universite #enseignement #logiciellibre
Japan's Finance Ministry will seek a record ¥36.6 trillion for debt-servicing costs in its initial budget request for the next fiscal year, highlighting the growing burden of higher interest rates. https://www.japantimes.co.jp/business/2026/08/26/economy/dept-servicing-costs-record/?utm_medium=Social&utm_source=mastodon #business #economy #japaneseeconomy #financeministry #sanaetakaichi #debt #taxes
@VincentTunru Heel leuk om te horen!!
@timmipetit Men klaagt nu dat er na de kaas, bitterbal en de tompouce niks nieuws meer komt... Of moeten ze gewoon wat harder werken? :P
Connaissez-vous le hyflex ? Une seule référence trouvée sur @span Mastodon #hyflex #ESR #UNIF #enseignement
"Zombiefeuer": Wie gefährlich sind diese wiederkehrenden Feuer?
Waldbrände überall in Europa - dabei war auch immer wieder von "Zombiefeuern" die Rede. Was steckt dahinter? Und wie groß ist die Gefahr, dass auch in Deutschland bereits totgeglaubte Feuer plötzlich wiederkehren? Von Frank Bäumer.
Alles, was von der #Klimakatastrophe ablenken kann.
Hm, Glasscherben hat nicht funktioniert.
Da sind "Zombies" natürlich ein viel gewaltigeres Bild.
1) Politik legt die Moore trocken wegen Agrarlobby
2) Wenn alles brennt, waren es halt die Zombies. 🧟
Rhetorisch klug, real nicht.
Ach, tagesschau, was hattet ihr Herrn Bert gefeiert … Die Wahrheit hätte ich mir gewünscht.
https://digitalcourage.social/@sl007/117157981139500934
An engineering blessing:
"May you never be the reason for a new safety sign"
While Europe is at war with Russia, Trump flies an American C-17 aircraft to Moscow containing a large convoy of diplomatic vehicles.
Imagine how the US would have responded, if Canada had flown to Berlin in 1945 with the long-term goal of getting some trade going with Hitler because "Canada first".
This White House sides with dictators.
Update: CIA Director Radcliffe on board.
@randahl Shame shame shame! The US is not an ally anymore
@sebsauvage […] du genre "hash unique de l'URL / du QR code signé par une clé privée du producteur et vérifiable par la clé publique correspondante ?"
(ce que j'écris ci-dessus est une analogie explicative vague, pas une solution technique, hein)
@aaribaud
C'est le problème de l'oeuf et la poule classique des systèmes crypto : comme à l'époque de PGP, la rencontre en personne est la manière la plus sûr, sinon pas le choix: passer par d'autres canaux de communication, ou confirmer l'identité avec des tiers. (Appuyer sur le contact d'une discussion pour afficher le profil, menu "..." > Chiffrement : Le fingerprint du profil est affiché)
Israel's use of so-called "shepherding outposts" to seize Palestinian land through settler herders is now being exported to Syria, as an Israeli settler, supported by the state, occupies Syrian pastureland in Wadi Toemm with a herd of 140 cattle.
Yes, it seems that the attached Link is badly generated. I'll fix it.
Thanks for reporting!
I love the shaking arrows, by the way
CC: @p@hj.9fs.net
I actually like machine learning when applied to the right category of problem. The core requirement for machine learning to be useful is that a correct answer is very useful and the cost of an incorrect answer is low.
My go-to example of this is what I did in my PhD: data prefetching. If you prefetch the data you’re about to need, great, you don’t sit with the CPU idle when it could be doing useful work. If you prefetch the wrong thing (and have a sensible eviction policy) then it’s no worse than doing nothing. That’s pretty much the ideal shape for these things. The same applies to branch prediction: predict a branch correctly and you keep the pipeline busy, predict it incorrectly and you’ve wasted a bit of power. Branch prediction has always been some form of machine learning (with the exception of the static ‘forward branch not taken, backwards branch taken’ policies).
Beyond that, there are two other properties that make problems particularly good fits for machine learning. The first is that the problem changes rapidly but you have a bunch of examples. When I was at Microsoft, Project Silica was doing archival storage by using lasers to create tiny bubbles in glass. The exact shape of these varied depending on how they configured the lasers. It took a couple of weeks to write a new rules-based recogniser, whereas a machine-learning one could be trained with the samples from a test run. But, beyond that, they discovered that the shapes also changed slightly depending on the particular piece of glass that they used. After writing to a piece of glass, they knew what the written data was, so they could fine-tune the parameters of the model and etch the fine tuning information onto the side. You absolutely wouldn’t want to have to write a modified version of a reader program for every disk in your disk robot.
The property where machine learning is a good fit is where you don’t have the theory. People since Plato have been trying to describe how humans recognise objects. A few thousand years later, we still don’t have a set rules that you can apply to determine if an image contains a bicycle (bicycles are a really hard problem for computer vision because the rims of the wheels don’t look connected while it’s in motion and important parts of the shape are often occluded). But we do have a lot of pictures that contain bicycles and a lot more that don’t. The same applies to a bunch of other pattern-recognition tasks.
I think the last one is where you object but it’s not so much giving up on theory building, it’s admitting that theory building hasn’t worked yet. If you come up with a set of rules for defining the pattern that you’re looking for / wanting to generate (a lot of ML techniques are reversible, so these end up being the same problem) then you can often build a much more efficient rule-based system. But if decades trying have failed to build one, a ML system that works some of the time might be more useful than the idea of a rule-based system that would work better in the future.
My problem with the current ‘AI’ push is that very few of the problems that tools being marketed as ‘AI’ address fit into these categories. This is particularly true of LLMs. The overlap between problems where a bad answer has no consequences and the problems where the solution involves generating text is tiny.
@david_chisnall @kevin Was the cost of an incorrect answer low for archival storage? Wouldn’t it result in data corruption?
The lack of excitement I feel about web dev and being part of the community right now is unpleasant.
@matuzo I'm sad to hear that, but my own excitement is probably at its lowest it has ever been, too. Is it because of AI? I'm personally fed up with the fact that nobody talks about anything interesting anymore, just AI.
TU NON MI PUOI RIVERSTIRE UNA CASA INTERA IN PANO' PERCHE' IO VENGO TI PRENDO E TI METTO IN GALERA
https://www.ad-italia.it/article/casa-unifamiliare-cubo-in-legno-famiglia-germania/
@las_lallero bello dai.
Così tutti quelli che entrano ti chiederanno "ma quando finiscono i lavori?"
EL CONSELLER D'ESPORTS DE LA GENERALITAT, @BERNI ALVAREZ sap que la policia li va pegar una palliça a un aficionat del Barça per portar una estelada a Elx? No te res a dir?
Lezen over de obstakels voor datacenters in de ruimte heeft op mij een omgekeerd effect. Opeens klinkt het zo haalbaar. 'But company filings, technical documents and interviews with aerospace engineers suggest the company needs to solve three significant interlocking problems to achieve this at scale: how to launch rockets cheaply at unprecedented cadence, cool power-hungry computers in a vacuum, and regularly replace them with the latest chip technology.'
It seems crazy’: SpaceX’s orbital data centre bet tests physics and finance
‘It seems crazy’: SpaceX’s orbital data centre bet tests physics and finance - https://giftarticle.ft.com/giftarticle/actions/redeem/8c53d185-1f6d-4026-a4bd-77cfe89d949e via @FT #SpaceX #datacenter
@Marloezovic Volgens mij is het grootste selling point van ‘datacentres in space’ de afwezigheid van buren die bezwaar kunnen maken tegen de bouw ervan.
Das ist eine Zahl, mit der ich nicht gerechnet habe.
Sorry, the app encountered an unexpected error