Tootfinder

Opt-in global Mastodon full text search. Join the index!

@samir@functional.computer
2025-08-04 08:39:35

@… Yes, exactly! And I think that is closer to what Alexander meant about patterns, TBH.
But honestly, I don’t think he did a stellar job explaining patterns, and his other work is way better.
IIRC A City Is Not A Tree covers changes in the system over time (and how observing the system changes the system), even though its main point is that you …

@netzschleuder@social.skewed.de
2025-07-05 04:00:04

cs_department: Aarhus Computer Science department relationships
Multiplex network consisting of 5 edge types corresponding to online and offline relationships (Facebook, leisure, work, co-authorship, lunch) between employees of the Computer Science department at Aarhus. Data hosted by Manlio De Domenico.
This network has 61 nodes and 620 edges.
Tags: Social, Relationships, Multilayer, Unweighted

cs_department: Aarhus Computer Science department relationships. 61 nodes, 620 edges. https://networks.skewed.de/net/cs_department
@mpsgoettingen@academiccloud.social
2025-06-05 12:52:08

#ndwgoecountdown Führungen durch das Max-Planck-Institut für Sonnensystemforschung
Ein Rundgang zu Laboren und Reinräumen des MPS Göttingen bietet Einblicke in Forschungsthemen, Arbeitsweise und aktuelle Weltraumprojekte des Instituts. Die Führungen dauern 60 Minuten und starten im 20-Minuten-Takt.
Teils enge Räumlichkeiten, Teilnehmerzahl beschränkt, Teilnahme nur nach…

Blick in zwei Reinräume, die durch eine Serie großer Glasfenster voneinander abgetrennt sind. Im Vordergrund Labortische, auf denen Monitore, Tastaturen und Rechnergehäuse stehen. Eine Person in Reinraumkleidung ist von der Kamera weg gewandt und bedient nach vorne gelehnt stehend einen Computer. Im Hintergrund mehrere Laborbänke mit vielfältiger Ausrüstung, an der zwei weitere Personen arbeiten.
@izzychambers@vivaldi.net
2025-08-04 11:59:55

This is Izzy's preferred way of telling me it's time to get off the computer and give her a tummy rub! #DogsofMastodon #RescueDogs #Mondog

@dfupdate@social.linux.pizza
2025-06-05 09:36:18

Meet the Update Computer Club at #Uppsala Tech Conference today! We brought a #C64 and some #retrogames for you to play!

Update's exhibition stand with a C64 at Uppsala Tech Conference VT2025
@lightweight@social.fossdle.org
2025-07-04 03:54:33

This is how we celebrate the 4th of July here in Aotearoa... With an Ōtautahi-brewed America Pale Ale, and gratitude that we took the precaution of drifting to the other end of the earth over the last few hundred million years.

A 440ml beer can with US flag colours & stars and stripes, with the brewery name "Volstead" above the 'All American' beer name and 'American Pale Ale' designation standing next to a similarly tall glass filled with delicious light amber beverage, both on my computer desk. A faint entrancing hint of floral hops is in the air...
@netzschleuder@social.skewed.de
2025-07-05 22:00:04

cs_department: Aarhus Computer Science department relationships
Multiplex network consisting of 5 edge types corresponding to online and offline relationships (Facebook, leisure, work, co-authorship, lunch) between employees of the Computer Science department at Aarhus. Data hosted by Manlio De Domenico.
This network has 61 nodes and 620 edges.
Tags: Social, Relationships, Multilayer, Unweighted

cs_department: Aarhus Computer Science department relationships. 61 nodes, 620 edges. https://networks.skewed.de/net/cs_department
@samir@functional.computer
2025-06-05 09:18:25

@… @… I disagree, it's the best Turing-complete type system out there!

@detondev@social.linux.pizza
2025-08-04 20:03:31

In 2005, Amazon launched Amazon Mechanical Turk, an online service using remote human labor hidden behind a computer interface to help employers perform tasks impossible for a true machine.

@tiotasram@kolektiva.social
2025-08-04 15:49:00

Should we teach vibe coding? Here's why not.
Should AI coding be taught in undergrad CS education?
1/2
I teach undergraduate computer science labs, including for intro and more-advanced core courses. I don't publish (non-negligible) scholarly work in the area, but I've got years of craft expertise in course design, and I do follow the academic literature to some degree. In other words, In not the world's leading expert, but I have spent a lot of time thinking about course design, and consider myself competent at it, with plenty of direct experience in what knowledge & skills I can expect from students as they move through the curriculum.
I'm also strongly against most uses of what's called "AI" these days (specifically, generative deep neutral networks as supplied by our current cadre of techbro). There are a surprising number of completely orthogonal reasons to oppose the use of these systems, and a very limited number of reasonable exceptions (overcoming accessibility barriers is an example). On the grounds of environmental and digital-commons-pollution costs alone, using specifically the largest/newest models is unethical in most cases.
But as any good teacher should, I constantly question these evaluations, because I worry about the impact on my students should I eschew teaching relevant tech for bad reasons (and even for his reasons). I also want to make my reasoning clear to students, who should absolutely question me on this. That inspired me to ask a simple question: ignoring for one moment the ethical objections (which we shouldn't, of course; they're very stark), at what level in the CS major could I expect to teach a course about programming with AI assistance, and expect students to succeed at a more technically demanding final project than a course at the same level where students were banned from using AI? In other words, at what level would I expect students to actually benefit from AI coding "assistance?"
To be clear, I'm assuming that students aren't using AI in other aspects of coursework: the topic of using AI to "help you study" is a separate one (TL;DR it's gross value is not negative, but it's mostly not worth the harm to your metacognitive abilities, which AI-induced changes to the digital commons are making more important than ever).
So what's my answer to this question?
If I'm being incredibly optimistic, senior year. Slightly less optimistic, second year of a masters program. Realistic? Maybe never.
The interesting bit for you-the-reader is: why is this my answer? (Especially given that students would probably self-report significant gains at lower levels.) To start with, [this paper where experienced developers thought that AI assistance sped up their work on real tasks when in fact it slowed it down] (arxiv.org/abs/2507.09089) is informative. There are a lot of differences in task between experienced devs solving real bugs and students working on a class project, but it's important to understand that we shouldn't have a baseline expectation that AI coding "assistants" will speed things up in the best of circumstances, and we shouldn't trust self-reports of productivity (or the AI hype machine in general).
Now we might imagine that coding assistants will be better at helping with a student project than at helping with fixing bugs in open-source software, since it's a much easier task. For many programming assignments that have a fixed answer, we know that many AI assistants can just spit out a solution based on prompting them with the problem description (there's another elephant in the room here to do with learning outcomes regardless of project success, but we'll ignore this over too, my focus here is on project complexity reach, not learning outcomes). My question is about more open-ended projects, not assignments with an expected answer. Here's a second study (by one of my colleagues) about novices using AI assistance for programming tasks. It showcases how difficult it is to use AI tools well, and some of these stumbling blocks that novices in particular face.
But what about intermediate students? Might there be some level where the AI is helpful because the task is still relatively simple and the students are good enough to handle it? The problem with this is that as task complexity increases, so does the likelihood of the AI generating (or copying) code that uses more complex constructs which a student doesn't understand. Let's say I have second year students writing interactive websites with JavaScript. Without a lot of care that those students don't know how to deploy, the AI is likely to suggest code that depends on several different frameworks, from React to JQuery, without actually setting up or including those frameworks, and of course three students would be way out of their depth trying to do that. This is a general problem: each programming class carefully limits the specific code frameworks and constructs it expects students to know based on the material it covers. There is no feasible way to limit an AI assistant to a fixed set of constructs or frameworks, using current designs. There are alternate designs where this would be possible (like AI search through adaptation from a controlled library of snippets) but those would be entirely different tools.
So what happens on a sizeable class project where the AI has dropped in buggy code, especially if it uses code constructs the students don't understand? Best case, they understand that they don't understand and re-prompt, or ask for help from an instructor or TA quickly who helps them get rid of the stuff they don't understand and re-prompt or manually add stuff they do. Average case: they waste several hours and/or sweep the bugs partly under the rug, resulting in a project with significant defects. Students in their second and even third years of a CS major still have a lot to learn about debugging, and usually have significant gaps in their knowledge of even their most comfortable programming language. I do think regardless of AI we as teachers need to get better at teaching debugging skills, but the knowledge gaps are inevitable because there's just too much to know. In Python, for example, the LLM is going to spit out yields, async functions, try/finally, maybe even something like a while/else, or with recent training data, the walrus operator. I can't expect even a fraction of 3rd year students who have worked with Python since their first year to know about all these things, and based on how students approach projects where they have studied all the relevant constructs but have forgotten some, I'm not optimistic seeing these things will magically become learning opportunities. Student projects are better off working with a limited subset of full programming languages that the students have actually learned, and using AI coding assistants as currently designed makes this impossible. Beyond that, even when the "assistant" just introduces bugs using syntax the students understand, even through their 4th year many students struggle to understand the operation of moderately complex code they've written themselves, let alone written by someone else. Having access to an AI that will confidently offer incorrect explanations for bugs will make this worse.
To be sure a small minority of students will be able to overcome these problems, but that minority is the group that has a good grasp of the fundamentals and has broadened their knowledge through self-study, which earlier AI-reliant classes would make less likely to happen. In any case, I care about the average student, since we already have plenty of stuff about our institutions that makes life easier for a favored few while being worse for the average student (note that our construction of that favored few as the "good" students is a large part of this problem).
To summarize: because AI assistants introduce excess code complexity and difficult-to-debug bugs, they'll slow down rather than speed up project progress for the average student on moderately complex projects. On a fixed deadline, they'll result in worse projects, or necessitate less ambitious project scoping to ensure adequate completion, and I expect this remains broadly true through 4-6 years of study in most programs (don't take this as an endorsement of AI "assistants" for masters students; we've ignored a lot of other problems along the way).
There's a related problem: solving open-ended project assignments well ultimately depends on deeply understanding the problem, and AI "assistants" allow students to put a lot of code in their file without spending much time thinking about the problem or building an understanding of it. This is awful for learning outcomes, but also bad for project success. Getting students to see the value of thinking deeply about a problem is a thorny pedagogical puzzle at the best of times, and allowing the use of AI "assistants" makes the problem much much worse. This is another area I hope to see (or even drive) pedagogical improvement in, for what it's worth.
1/2

@arXiv_csAR_bot@mastoxiv.page
2025-06-04 07:17:46

Large Processor Chip Model
Kaiyan Chang, Mingzhi Chen, Yunji Chen, Zhirong Chen, Dongrui Fan, Junfeng Gong, Nan Guo, Yinhe Han, Qinfen Hao, Shuo Hou, Xuan Huang, Pengwei Jin, Changxin Ke, Cangyuan Li, Guangli Li, Huawei Li, Kuan Li, Naipeng Li, Shengwen Liang, Cheng Liu, Hongwei Liu, Jiahua Liu, Junliang Lv, Jianan Mu, Jin Qin, Bin Sun, Chenxi Wang, Duo Wang, Mingjun Wang, Ying Wang, Chenggang Wu, Peiyang Wu, Teng Wu, Xiao Xiao, Mengyao Xie, Chenwei Xiong, Ruiyuan Xu, Mingyu Yan, Xiaoc…

@arXiv_csCR_bot@mastoxiv.page
2025-06-04 07:26:11

A Review of Various Datasets for Machine Learning Algorithm-Based Intrusion Detection System: Advances and Challenges
Sudhanshu Sekhar Tripathy, Bichitrananda Behera
arxiv.org/abs/2506.02438

@arXiv_quantph_bot@mastoxiv.page
2025-07-04 10:14:11

Access Control Threatened by Quantum Entanglement
Zhicheng Zhang, Mingsheng Ying
arxiv.org/abs/2507.02622 arxiv.org/p…

@NFL@darktundra.xyz
2025-08-05 13:16:45

Top NFL football knockout, survivor pool picks, advice, strategy for Week 1, 2025: Avoid the Cardinals

cbssports.com/nfl/news/top-nfl

@netzschleuder@social.skewed.de
2025-06-04 14:00:04

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History)
Three networks of faculty hiring in Computer Science Departments, Business Schools, and History Departments. Each node is a PhD-granting institution in the respective field, and a directed edge (i,j) indicates that a person received their PhD from node i and was tenure-track faculty at node j during time of collection (2011-2013). All data collected from faculty public rosters at the sampled institutions.
Thi…

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History). 206 nodes, 4988 edges. https://networks.skewed.de/net/faculty_hiring#computer_science
@janneke@todon.nl
2025-06-01 09:03:57

Now in Katoen kamer at @… Lennart Benschop on "Agon, a modern 8-bit computer"
#tdose

Lennart Benschop presenting his talk "Agon, a modern 8-bit computer"
@yaxu@post.lurk.org
2025-08-03 19:21:36

Sad to hear that Maggie Boden has passed away. Her work on creativity e.g. her book "The Creative Mind" framed much of my work when I was a research student, bridging philosophy, psychology and computer science.
staff.sussex.ac.uk/news/articl

@heiseonline@social.heise.de
2025-07-28 13:09:48

Der Youtuber Shadowman39 hat etwas geschafft, was auf den ersten Blick unmöglich erscheint: einen vollständig funktionsfähigen 8-Bit-Computer aus K'nex-Bauteilen. 🧩💻
Zum Artikel: heise.de/-10495869?wt_mc=sm.re

Im Video sieht man die Rechenmaschine aus K'nex. Im Video steht: "Youtuber konstruiert funktionsfähigen 8-Bit-Computer aus K'nex" dadrunter steht: "Ein Youtuber hat einen funktionsfähigen Computer komplett aus Konstruktionsspielzeug gebaut, der binäre Berechnungen durchführen kann."
@iam_jfnklstrm@social.linux.pizza
2025-06-02 11:26:43

During work (no technical hanky panky)

A computer screen displaying a blue error message indicating that a problem has occurred. The message is in Swedish and states that the device needs to restart. Below the message, there is a progress indicator showing 60% completed. The desk features a clock,
@arXiv_csCV_bot@mastoxiv.page
2025-07-04 10:25:11

Point3R: Streaming 3D Reconstruction with Explicit Spatial Pointer Memory
Yuqi Wu, Wenzhao Zheng, Jie Zhou, Jiwen Lu
arxiv.org/abs/2507.02863

@anneroth@systemli.social
2025-06-26 10:43:09

Niemand sollte die @… Senior*innen unterschätzen. Zum Abschied gestern nach einer ziemlich breit gefächerten Diskussion über Verwaltungsdigitalisierung, Überwachung, IT-Sicherheit, Gesundheitsdigitalisierung und und und gab's nicht die üblichen Pralinen, sondern die Erstauflage des "Chaos Computer Buchs" von 1988. <3
Die Leute h…

Paperback Buch. Text, neongrün: Das Chaos Computer Buch. Hacking made in Germany
Wunderlich.
Illustration eine leicht pixelige Darstellung eines Raumes, an der einen Seite Kreditkarten, an der anderen sehr schemenhaft Linien mit Fotos, an der Rückseite "Gott is auf Diskette". Auf dem Boden ein Desktop-Rechner, darauf ein Lichtring, in dem Text verschwindet "Nach uns die Zukunft. Auf dem Rechner steht "Ich bin Müll". Davor eine Tastatur eine Tastatur, auf der steht "NOP = No Operation" und ein P…
Aufgeschlagenes Buch, links: I. Auflage August 1988
Copyright © 1988 by Rowohlt Verlag GmbH, Reinbek bei Hamburg Alle Rechte vorbehalten
Umschlagillustration Till Jonas
Umschlagtypographie Barbara Hanke
Gesetzt aus der Bembo (Linotron 202)
Gesamtherstellung Clausen & Bosse, Leck
Printed in Germany
ISBN 3 8052 0474 4

Rechts
Inhalt
Vorwort

Nach uns die Zukunft
Aus der Geschichte des Chaos Computer Clubs von Thomas Ammann

Welcome to the NASA-Headquarter von Andy Müller-Maguhn und Reinhard Schru…
@arXiv_condmatstatmech_bot@mastoxiv.page
2025-06-05 07:29:51

Tensor Renormalization Group Meets Computer Assistance
Nikolay Ebel, Tom Kennedy, Slava Rychkov
arxiv.org/abs/2506.03247

@netzschleuder@social.skewed.de
2025-06-05 04:00:03

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History)
Three networks of faculty hiring in Computer Science Departments, Business Schools, and History Departments. Each node is a PhD-granting institution in the respective field, and a directed edge (i,j) indicates that a person received their PhD from node i and was tenure-track faculty at node j during time of collection (2011-2013). All data collected from faculty public rosters at the sampled institutions.
Thi…

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History). 206 nodes, 4988 edges. https://networks.skewed.de/net/faculty_hiring#computer_science
‪@mxp@mastodon.acm.org‬
2025-06-03 09:31:57

@… Funny that some people now think that it’s “all computer-generated.” The hyper-real, my ass ;-)

@mxp@mastodon.acm.org‬
2025-06-03 09:31:57

@… Funny that some people now think that it’s “all computer-generated.” The hyper-real, my ass ;-)

@arXiv_csSI_bot@mastoxiv.page
2025-08-05 08:54:10

A graph neural network based on feature network for identifying influential nodes
Yanmei Hu, Siyuan Yin, Yihang Wu, Xue Yue, Yue Liu
arxiv.org/abs/2508.01278

@brentsleeper@sfba.social
2025-06-03 22:14:03

I’ve never seen this memory issue on #MacOS before. I had left Safari with Mela’s share sheet/importer app snippet open overnight and came back to a nearly unresponsive computer. I assume one of these has a memory leak. I was able to reboot via the shell using SSH from another device.

Screenshot of an error message from MacOS titled “Force Quit Applications.” It reads, “⚠️ Your system has run out of application memory. To avoid problems with your computer, quit any applications you are not using.” The window lists several applications and their memory usage. “Resume” and “Force Quit” buttons are displayed below the list.

BBEdit (paused)				162.0 MB
Mail (paused)				1.05 GB
MailMaven (paused)			132.46 GB
Messages					16.81 GB
Safari (paused)				4.72 GB
Mela (Safari) (not res…
@netzschleuder@social.skewed.de
2025-07-05 12:00:04

student_cooperation: Student cooperation (2012)
Network of cooperation among students in the "Computer and Network Security" course at Ben-Gurion University, in 2012. Nodes are students, and edges denote cooperation between students while doing their homework. The graph contains three types of links: Time, Computer, Partners.
This network has 185 nodes and 360 edges.
Tags: Social, Offline, Multigraph, Unweighted

student_cooperation: Student cooperation (2012). 185 nodes, 360 edges. https://networks.skewed.de/net/student_cooperation
@goebelmasse@det.social
2025-08-03 12:21:08

Ich habe ja die etwas unpopuläre Meinung, dass diejenigen Menschen, die sich Computer verkaufen lassen, auf denen ihnen mit Technikverhinderung und Gängelei die Entscheidung darüber verwehrt werden soll, welche Software sie darauf ausführen (die meisten so genannten »Smartphones« zum Beispiel), dass alle diese Menschen ein bisschen das Recht verwirkt haben, sich über staatliche Überwachungsschadsoftware zu beklagen. Sie bekommen genau das, was sie bezahlen: Wanzen.

@arXiv_mathAG_bot@mastoxiv.page
2025-07-04 07:50:21

The Classification of the Stable Marked Reduction of Genus 2 Curves in Residue Characteristic 2
Tim Gehrunger
arxiv.org/abs/2507.02426

@tgpo@social.linux.pizza
2025-08-03 19:26:23

I assume people who use #ai for programming would use a computer to solve a #sudoku puzzle then brag to others about being great at solving sudoku puzzles.

@midtsveen@social.linux.pizza
2025-08-04 09:19:08

#RFK #Kennedy #Humor #Politics

A captivating image displays a young boy in a striking blue shirt, intently gazing at a computer screen. His vibrant red hair stands out against the desks clutter, where a keyboard, mouse, and monitor reside. The background blurs into a cozy room with a yellow wall and blue door, capturing the essence of a tech-savvy teenagers focus.
@netzschleuder@social.skewed.de
2025-06-05 05:00:03

student_cooperation: Student cooperation (2012)
Network of cooperation among students in the "Computer and Network Security" course at Ben-Gurion University, in 2012. Nodes are students, and edges denote cooperation between students while doing their homework. The graph contains three types of links: Time, Computer, Partners.
This network has 185 nodes and 360 edges.
Tags: Social, Offline, Multigraph, Unweighted

student_cooperation: Student cooperation (2012). 185 nodes, 360 edges. https://networks.skewed.de/net/student_cooperation
@arXiv_eessAS_bot@mastoxiv.page
2025-06-04 07:29:31

Dhvani: A Weakly-supervised Phonemic Error Detection and Personalized Feedback System for Hindi
Arnav Rustagi, Satvik Bajpai, Nimrat Kaur, Siddharth Siddharth
arxiv.org/abs/2506.02166

@simon_brooke@mastodon.scot
2025-06-27 12:14:58

"It's this brutal fragility of vector stacks — which are used by most modern computer languages — which makes software people so wary of fully exploiting the beauty and power of recursion, and I really think that's a shame"
#Lisp

@arXiv_condmatsoft_bot@mastoxiv.page
2025-06-04 13:52:25

This arxiv.org/abs/2503.17270 has been replaced.
initial toot: mastoxiv.page/@arXi…

@netzschleuder@social.skewed.de
2025-06-05 16:00:03

student_cooperation: Student cooperation (2012)
Network of cooperation among students in the "Computer and Network Security" course at Ben-Gurion University, in 2012. Nodes are students, and edges denote cooperation between students while doing their homework. The graph contains three types of links: Time, Computer, Partners.
This network has 185 nodes and 360 edges.
Tags: Social, Offline, Multigraph, Unweighted

student_cooperation: Student cooperation (2012). 185 nodes, 360 edges. https://networks.skewed.de/net/student_cooperation
@arXiv_csCY_bot@mastoxiv.page
2025-08-01 08:40:21

SmartCourse: A Contextual AI-Powered Course Advising System for Undergraduates
Yixuan Mi, Yiduo Yu, Yiyi Zhao
arxiv.org/abs/2507.22946 arxi…

@masta@noc.social
2025-06-02 12:03:15

Während ich mir einen neuen Computer nach kurzer Recherche und an einem nachmittag kaufe, brauche ich für die Entscheidung zu einem neuen Multitool grad schon mehr als eine Woche .... #firstworldproblems

@usul@piaille.fr
2025-07-19 17:46:32

On en trouve encore ?
Small Computer System Interface — Wikipédia
fr.m.wikipedia.org/wiki/Small_

@arXiv_csOH_bot@mastoxiv.page
2025-07-31 07:37:51

Towards a Periodic Table of Computer System Design Principles
Joy Arulraj
arxiv.org/abs/2507.22098 arxiv.org/pdf/2507.22098

@volephd@fediscience.org
2025-08-01 18:31:34

Next try.
Restarted the computer, lowered some settings, and crossed my fingers 🤞
#OBS seems to be quite prone to hiccups, despite people online singing its praise.

@arXiv_csPL_bot@mastoxiv.page
2025-07-29 07:54:01

Development and Evaluation of Adaptive LearningSupport System Based on Ontology of MultipleProgramming Languages
Lalita Na Nongkhai, Jingyun Wang, Takahiko Mendori
arxiv.org/abs/2507.19728

@TFG@social.linux.pizza
2025-07-02 06:43:09

OK.. now this episode of "Tasting History" got me.
I've always been very interested in most historical periods. Ranging from the first organisms to 20th century.
One particular detail in history I always found fascinating was submarine warfare in WW1/WW2... including computer games.
In the early 2000s I was part of the "Pacific Thunder Campaigns" .. which was basically a bunch of "Silent Hunter I" gamers introducing multiplayer experience …

@netzschleuder@social.skewed.de
2025-06-04 05:00:04

cora: CORA citations (1998)
Citations among papers indexed by CORA, from 1998, an early computer science research paper search engine. If a paper i cites a paper j also in this data set, then a directed edge connects i to j. (Papers not in the data set are excluded.) Self-loops may be present. The dates of these snapshots are uncertain.
This network has 23166 nodes and 91500 edges.
Tags: Informational, Citation, Unweighted

cora: CORA citations (1998). 23166 nodes, 91500 edges. https://networks.skewed.de/net/cora
@iam_jfnklstrm@social.linux.pizza
2025-06-02 08:55:36

Found a way to make a scammer to hang up on me. She was calling from 'Microsoft' and wanted me to download a file so she could remove a virus from my computer.
So I told her that I had to go to my computer, and continued to ask her what she was wearing, if she touched her self while she was working and so on. Success! The 'dirty man' trick worked! She hung up on me 😂

@heiseonline@social.heise.de
2025-06-29 06:03:00

25 Jahre "Diablo 2": Klick, Klick, Klick, Klick, Klick…
Die Jagd auf das allgegenwärtige Böse ist eines der zentralen Themen von Computer- und Videospielen. Wurde es jemals fesselnder als vor 25 Jahren in "Diablo 2"?

@fortune@social.linux.pizza
2025-05-30 22:00:01

Scientists were preparing an experiment to ask the ultimate question.
They had worked for months gathering one each of every computer that was
built. Finally the big day was at hand. All the computers were linked
together. They asked the question, "Is there a God?". Lights started
blinking, flashing and blinking some more. Suddenly, there was a loud
crash, and a bolt of lightning came down from the sky, struck the
computers, and welded all the conn…

@jamesthebard@social.linux.pizza
2025-05-31 17:01:19

Ah, current plans for today: find some way to get Microsoft Flight Sim 2024 running on my computer. So far I've managed to select my starting airport/airfield and then the game hangs. It's progress, but I have a feeling this fight is going to go on for awhile considering the game hangs immediately afterwards.
#linux

@yaxu@post.lurk.org
2025-06-26 09:17:54

Alan Sutcliffe remembered eventbrite.co.uk/e/eva-london-

@publicvoit@graz.social
2025-07-29 15:08:45

Neben dem regelmäßig stattfindenden #LinuxCafé #Graz gibt's nun auch einen #Linux-Installing-Workshop von @…

@unixviking@social.linux.pizza
2025-07-31 05:47:07

After weeks of use, I have now discovered that the exotic WiFi module installed in my mini PC is not recognized by Debian and cannot be used, as I was connected to the Internet via cable the whole time.
I only noticed this yesterday when I wanted to send a file to my computer via Localsend, which requires a connection via the same WLAN network. My ThinkPad T490s is also running Debian, and the WLAN module doesn't cause any problems there, and since I've only ever sent files ba…

@Captain_Faraday@social.linux.pizza
2025-07-26 03:45:49

Ah yes, the curious device called the "Turboencabulator" developed General Electric in 1962. Attached is a datasheet describing this marvel of electrical engineering from decades past. There are many of these devices working in power plants around the world! :data_pipe: :troll:
#turboencabulator

Image 1 of a curious old GE device called the "Turboencabulator" from 1962. It's purpose is to measure inverse reactive current in unilateral phase detractors with display of percent realization.
Image 2 of a curious old GE device called the "Turboencabulator" from 1962. The bulk of the paper describing the device is show here including it's operation, technical features, accessories, application,  specifications, dimensions, and standard ratings, even New Computer Insensitive Catalog Numbers.
@arXiv_csRO_bot@mastoxiv.page
2025-07-02 09:43:09

Generation of Indoor Open Street Maps for Robot Navigation from CAD Files
Jiajie Zhang, Shenrui Wu, Xu Ma, S\"oren Schwertfeger
arxiv.org/abs/2507.00552

@arXiv_csSC_bot@mastoxiv.page
2025-07-03 07:39:10

Generalized ODE reduction algorithm for bounded degree transformation
Shaoxuan Huang
arxiv.org/abs/2507.01878 arxiv.o…

@midtsveen@social.linux.pizza
2025-07-26 16:35:47

🏳️‍🌈 My flags are a total disaster, it looks gloriously bad in here, and honestly, I live for that chaotic energy.
🏳️‍⚧️ I’m so unapologetically gay and proudly gender-fluid, you wouldn’t even believe it.
#PrideFlag #Pride

A home office with a desk featuring two computer monitors, a plate, and a glass. LGBTQ+ and transgender pride flags hang on the walls, signaling inclusivity.
A small room with pride flags on the walls, a computer desk with dual monitors, a cushioned chair, a bicycle, a wall displaying a red and black anarchist flag, and a window letting in natural light.
@tiotasram@kolektiva.social
2025-08-02 13:28:40

How to tell a vibe coder of lying when they say they check their code.
People who will admit to using LLMs to write code will usually claim that they "carefully check" the output since we all know that LLM code has a lot of errors in it. This is insufficient to address several problems that LLMs cause, including labor issues, digital commons stress/pollution, license violation, and environmental issues, but at least it's they are checking their code carefully we shouldn't assume that it's any worse quality-wise than human-authored code, right?
Well, from principles alone we can expect it to be worse, since checking code the AI wrote is a much more boring task than writing code yourself, so anyone who has ever studied human-computer interaction even a little bit can predict people will quickly slack off, stating to trust the AI way too much, because it's less work. I'm a different domain, the journalist who published an entire "summer reading list" full of nonexistent titles is a great example of this. I'm sure he also intended to carefully check the AI output, but then got lazy. Clearly he did not have a good grasp of the likely failure modes of the tool he was using.
But for vibe coders, there's one easy tell we can look for, at least in some cases: coding in Python without type hints. To be clear, this doesn't apply to novice coders, who might not be aware that type hints are an option. But any serious Python software engineer, whether they used type hints before or not, would know that they're an option. And if you know they're an option, you also know they're an excellent tool for catching code defects, with a very low effort:reward ratio, especially if we assume an LLM generates them. Of the cases where adding types requires any thought at all, 95% of them offer chances to improve your code design and make it more robust. Knowing about but not using type hints in Python is a great sign that you don't care very much about code quality. That's totally fine in many cases: I've got a few demos or jam games in Python with no type hints, and it's okay that they're buggy. I was never going to debug them to a polished level anyways. But if we're talking about a vibe coder who claims that they're taking extra care to check for the (frequent) LLM-induced errors, that's not the situation.
Note that this shouldn't be read as an endorsement of vibe coding for demos or other rough-is-acceptable code: the other ethical issues I skipped past at the start still make it unethical to use in all but a few cases (for example, I have my students use it for a single assignment so they can see for themselves how it's not all it's cracked up to be, and even then they have an option to observe a pre-recorded prompt session instead).

@newsie@darktundra.xyz
2025-06-26 14:18:40

Israeli cyber and computer science experts phished by Iran-linked APT42 therecord.media/israel-cyber-e

@arXiv_csHC_bot@mastoxiv.page
2025-08-01 12:37:48

Replaced article(s) found for cs.HC. arxiv.org/list/cs.HC/new
[1/1]:
- An Efficient Intelligent Semi-Automated Warehouse Inventory Stocktaking System
Chunan Tong

‪@Nael@pachyder.me‬
2025-05-30 17:21:03

@… reminds me of a minitel (french only, internet before the internet computer)

@arXiv_csCY_bot@mastoxiv.page
2025-07-01 10:03:23

Leveraging a Multi-Agent LLM-Based System to Educate Teachers in Hate Incidents Management
Ewelina Gajewska, Michal Wawer, Katarzyna Budzynska, Jaros{\l}aw A. Chudziak
arxiv.org/abs/2506.23774

@heiseonline@social.heise.de
2025-05-31 05:15:07

Noch einige der zuletzt hier besonders häufig geteilten #News:
Datensparsamkeit Fehlanzeige: Datenleck bei Corplife, Lieferdiensten & Webshops

@netzschleuder@social.skewed.de
2025-08-03 11:00:05

packet_delays: Internet packet delays (2002)
A network representing the difference in delay observed by packet probes sent from a computer at Rice University to similar machines at different universities, in c.2002. The edge weight denotes the difference in delay of the packet in milliseconds.
This network has 10 nodes and 9567 edges.
Tags: Technological, Communication, Weighted

packet_delays: Internet packet delays (2002). 10 nodes, 9567 edges. https://networks.skewed.de/net/packet_delays
@netzschleuder@social.skewed.de
2025-08-03 18:00:05

arxiv_collab: Scientific collaborations in physics (1995-2005)
Collaboration graphs for scientists, extracted from the Los Alamos e-Print arXiv (physics), for 1995-1999 for three categories, and additionally for 1995-2003 and 1995-2005 for one category. For copyright reasons, the MEDLINE (biomedical research) and NCSTRL (computer science) collaboration graphs from this paper are not publicly available.
This network has 31163 nodes and 120029 edges.
Tags: Social, Collaborati…

arxiv_collab: Scientific collaborations in physics (1995-2005). 31163 nodes, 120029 edges. https://networks.skewed.de/net/arxiv_collab#cond-mat-2003
@samir@functional.computer
2025-06-25 21:23:13

@… Yeah, they got some cool features in there, such as const array sizes… why not push the boat a little?
But I can see why they shy away from them; it’s not like we *know* how to do dependent types well yet, and Rust has already made a couple of big type system bets.
(I found myself wishing for “shared xor mutable” in Haskell the other day.)…

@midtsveen@social.linux.pizza
2025-07-24 22:04:22

I have to use like four or five lamps to light up my whole sanctuary, just to capture the perfect photo, LMAO!
The glowing neon Debian swirls on my screens, the anarchist and pride flags that remind me who I am, my bike resting nearby, and all the little things that make this space truly mine.
And yep, if it’s not totally obvious by now, I’m #ActuallyAutistic, so, deal wi…

A cozy room with a computer setup on a desk; two monitors with glowing neon Debian swirl, surrounded by small lamps. A transgender pride flag and a small rainbow flag hang on the wall, creating a supportive and positive atmosphere.
A cozy room with a bicycle and desk. Various flags and a wind chime hang from the ceiling. A large red and black flag decorates the wall.
@arXiv_csCV_bot@mastoxiv.page
2025-08-01 10:23:51

Phi-Ground Tech Report: Advancing Perception in GUI Grounding
Miaosen Zhang, Ziqiang Xu, Jialiang Zhu, Qi Dai, Kai Qiu, Yifan Yang, Chong Luo, Tianyi Chen, Justin Wagle, Tim Franklin, Baining Guo
arxiv.org/abs/2507.23779

@heiseonline@social.heise.de
2025-07-22 10:55:00

Youtuber baut mechanischen 8-Bit-Computer aus K’nex
Shadowman39 hat einen 8-Bit-Rechner mithilfe von K'nex-Konstruktionsspielzeug aufgebaut. Trotz ungenauer Mechanik löst die Maschine einfache Rechenaufgaben.

@arXiv_csPL_bot@mastoxiv.page
2025-05-28 07:20:59

Choreographies as Macros
Alexander Bohosian (Department of Computer Science,Engineering University at Buffalo), Andrew K. Hirsch (Department of Computer Science,Engineering University at Buffalo)
arxiv.org/abs/2505.20845

@netzschleuder@social.skewed.de
2025-07-02 13:00:04

student_cooperation: Student cooperation (2012)
Network of cooperation among students in the "Computer and Network Security" course at Ben-Gurion University, in 2012. Nodes are students, and edges denote cooperation between students while doing their homework. The graph contains three types of links: Time, Computer, Partners.
This network has 185 nodes and 360 edges.
Tags: Social, Offline, Multigraph, Unweighted

student_cooperation: Student cooperation (2012). 185 nodes, 360 edges. https://networks.skewed.de/net/student_cooperation
@yaxu@post.lurk.org
2025-06-09 11:51:32

Kind of amazing that you can dot a couple of messages like this around the internet post.lurk.org/@yaxu/1141881340
and then end up with ~40 lovely people hanging out with their computers in the middle of nowhere, what a great thing

Dorks walking through undulating rugged countryside
People sitting down in rugged countryside sporting extreme computer music fashion
Dorks lying around live coding while being willingly inducted into pastagang
A view of a reservoir and forests
@netzschleuder@social.skewed.de
2025-06-02 15:00:04

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History)
Three networks of faculty hiring in Computer Science Departments, Business Schools, and History Departments. Each node is a PhD-granting institution in the respective field, and a directed edge (i,j) indicates that a person received their PhD from node i and was tenure-track faculty at node j during time of collection (2011-2013). All data collected from faculty public rosters at the sampled institutions.
Thi…

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History). 145 nodes, 4538 edges. https://networks.skewed.de/net/faculty_hiring#history
@samir@functional.computer
2025-06-22 09:08:12

@… I shall rephrase.
It pisses me off that I have to choose between invasion of privacy in my browser, or invasion of privacy in my operating system.

@heiseonline@social.heise.de
2025-07-25 05:33:00

40 Jahre Amiga: Die Musik-Maschine für den Schreibtisch
Erstmals konnte man am Computer eigene, echt klingende Songs erstellen – der Amiga machte es möglich. Zudem war er die Keimzelle der Tracker-Kultur.

@netzschleuder@social.skewed.de
2025-06-01 11:00:14

dblp_coauthor_snap: DBLP authors (2012)
A coauthorship network extracted from the DBLP computer science manuscript database, in 2012. This network is a one-mode projection from the bipartite graph of computer scientists and their publications.
This network has 425957 nodes and 1049866 edges.
Tags: Social, Collaboration, Unweighted, Metadata, Projection

dblp_coauthor_snap: DBLP authors (2012). 425957 nodes, 1049866 edges. https://networks.skewed.de/net/dblp_coauthor_snap
@midtsveen@social.linux.pizza
2025-07-30 21:47:54

The first thing I do when I install Windows 10 or 11 on someone's computer is that my autistic brain has simply memorized the command "irm https:// christitus.com/win | iex". Without me really thinking about it or even being aware in the moment, I just run it automatically. Suddenly, before I even realize it, their new windows install is already debloated and cleaned up.

@netzschleuder@social.skewed.de
2025-06-01 03:00:11

dblp_coauthor_snap: DBLP authors (2012)
A coauthorship network extracted from the DBLP computer science manuscript database, in 2012. This network is a one-mode projection from the bipartite graph of computer scientists and their publications.
This network has 425957 nodes and 1049866 edges.
Tags: Social, Collaboration, Unweighted, Metadata, Projection

dblp_coauthor_snap: DBLP authors (2012). 425957 nodes, 1049866 edges. https://networks.skewed.de/net/dblp_coauthor_snap
@netzschleuder@social.skewed.de
2025-07-02 19:00:04

arxiv_collab: Scientific collaborations in physics (1995-2005)
Collaboration graphs for scientists, extracted from the Los Alamos e-Print arXiv (physics), for 1995-1999 for three categories, and additionally for 1995-2003 and 1995-2005 for one category. For copyright reasons, the MEDLINE (biomedical research) and NCSTRL (computer science) collaboration graphs from this paper are not publicly available.
This network has 31163 nodes and 120029 edges.
Tags: Social, Collaborati…

arxiv_collab: Scientific collaborations in physics (1995-2005). 31163 nodes, 120029 edges. https://networks.skewed.de/net/arxiv_collab#cond-mat-2003
@heiseonline@social.heise.de
2025-07-25 11:41:00

Meta macht das Handgelenk zur Computerschnittstelle
Meta will mit einem EMG-Armband die Mensch-Computer-Interaktion erweitern. In einer Forschungsarbeit gibt Meta interessante, neue Einblicke in die Technik.

@samir@functional.computer
2025-07-21 09:38:06

@… It definitely lessens with practice and familiarity (and an editor that gives you lots of hints), but I don’t think it goes away entirely.
I definitely prefer to have my static type system and wrestle with it sometimes, but not always.
And I appreciate that Haskell, for example, *will* allow me to ignore cases in pattern-matching with a warnin…

@midtsveen@social.linux.pizza
2025-06-28 21:02:43

Honestly? I couldn’t care less! I’m living my loudest, proudest queer fantasy right now and absolutely loving it! 🏳️‍🌈💖✨
pixelfed.social/p/midtsveen/84

@netzschleuder@social.skewed.de
2025-08-01 03:00:03

webkb: WebKB graphs (1998)
Web graphs crawled from four Computer Science departments in 1998, with each page manually classified into one of 7 categories: course, department, faculty, project, staff, student, or other. All graphs included in a single .zip; also included are 'co-citation' graphs, which links i and j if they both point to some k. Edge weights count the number of links from i to j.
This network has 286 nodes and 1002 edges.
Tags: Informational, Web gra…

webkb: WebKB graphs (1998). 286 nodes, 1002 edges. https://networks.skewed.de/net/webkb#webkb_texas_link1
@samir@functional.computer
2025-07-21 07:26:59

I think this is related to the issue that some people have with static typing: it’s a series of micro-interruptions that serve to distract from the goal.
While I never found this to be a problem in somewhat-typed languages such as Java, and I no longer have this problem most of the time in Haskell, I still experience it in Rust, where the borrow checker might require me to totally rethink my approach.
I can absolutely see why some people prefer not to have a type system.

@netzschleuder@social.skewed.de
2025-06-01 21:00:03

webkb: WebKB graphs (1998)
Web graphs crawled from four Computer Science departments in 1998, with each page manually classified into one of 7 categories: course, department, faculty, project, staff, student, or other. All graphs included in a single .zip; also included are 'co-citation' graphs, which links i and j if they both point to some k. Edge weights count the number of links from i to j.
This network has 300 nodes and 1155 edges.
Tags: Informational, Web gra…

webkb: WebKB graphs (1998). 300 nodes, 1155 edges. https://networks.skewed.de/net/webkb#webkb_wisconsin_link1
@samir@functional.computer
2025-07-20 20:40:41

I had a little vacation this weekend, and I have a longer one booked around the end of July start of August when a friend visits for a week.
I will not make a build system until after that vacation.
But but but my friend Nick is working on one and I think it’s a strong contender for something very useful. I plan on trying it in earnest soon.

@heiseonline@social.heise.de
2025-06-19 03:45:00

Österreichs Regierung beschließt Bundestrojaner für Messenger-Überwachung
Handys und Computer sollen mit Malware infiziert werden, damit Österreichs Dienste Informationen einsehen können. Die Regierungskoalition ist sich einig.

@netzschleuder@social.skewed.de
2025-06-28 23:00:04

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History)
Three networks of faculty hiring in Computer Science Departments, Business Schools, and History Departments. Each node is a PhD-granting institution in the respective field, and a directed edge (i,j) indicates that a person received their PhD from node i and was tenure-track faculty at node j during time of collection (2011-2013). All data collected from faculty public rosters at the sampled institutions.
Thi…

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History). 206 nodes, 4988 edges. https://networks.skewed.de/net/faculty_hiring#computer_science
@heiseonline@social.heise.de
2025-06-12 07:26:36

Deutschland hat die Marke von einer Million Balkonkraftwerken geknackt! 🌞
Zum Artikel: heise.de/-1043959?wt_mc=sm.red

Im Bild steht: "100 Gigawatt: Deutschland erreicht Meilenstein bei installierter Photovoltaik" dadrunter steht: "Nächster Meilenstein: Mehr als eine Million Balkonkraftwerke in Deutschland"
@netzschleuder@social.skewed.de
2025-07-31 22:00:05

packet_delays: Internet packet delays (2002)
A network representing the difference in delay observed by packet probes sent from a computer at Rice University to similar machines at different universities, in c.2002. The edge weight denotes the difference in delay of the packet in milliseconds.
This network has 10 nodes and 9567 edges.
Tags: Technological, Communication, Weighted

packet_delays: Internet packet delays (2002). 10 nodes, 9567 edges. https://networks.skewed.de/net/packet_delays
@samir@functional.computer
2025-06-17 17:30:05

@… The purpose of the system is what it does.

@netzschleuder@social.skewed.de
2025-06-30 07:00:04

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History)
Three networks of faculty hiring in Computer Science Departments, Business Schools, and History Departments. Each node is a PhD-granting institution in the respective field, and a directed edge (i,j) indicates that a person received their PhD from node i and was tenure-track faculty at node j during time of collection (2011-2013). All data collected from faculty public rosters at the sampled institutions.
Thi…

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History). 113 nodes, 9042 edges. https://networks.skewed.de/net/faculty_hiring#business
@netzschleuder@social.skewed.de
2025-06-29 21:00:04

webkb: WebKB graphs (1998)
Web graphs crawled from four Computer Science departments in 1998, with each page manually classified into one of 7 categories: course, department, faculty, project, staff, student, or other. All graphs included in a single .zip; also included are 'co-citation' graphs, which links i and j if they both point to some k. Edge weights count the number of links from i to j.
This network has 300 nodes and 1155 edges.
Tags: Informational, Web gra…

webkb: WebKB graphs (1998). 300 nodes, 1155 edges. https://networks.skewed.de/net/webkb#webkb_wisconsin_link1
@netzschleuder@social.skewed.de
2025-07-27 12:00:04

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History)
Three networks of faculty hiring in Computer Science Departments, Business Schools, and History Departments. Each node is a PhD-granting institution in the respective field, and a directed edge (i,j) indicates that a person received their PhD from node i and was tenure-track faculty at node j during time of collection (2011-2013). All data collected from faculty public rosters at the sampled institutions.
Thi…

faculty_hiring: Faculty hiring networks (Comp. Sci., Business, History). 206 nodes, 4988 edges. https://networks.skewed.de/net/faculty_hiring#computer_science
@netzschleuder@social.skewed.de
2025-07-24 18:00:04

cs_department: Aarhus Computer Science department relationships
Multiplex network consisting of 5 edge types corresponding to online and offline relationships (Facebook, leisure, work, co-authorship, lunch) between employees of the Computer Science department at Aarhus. Data hosted by Manlio De Domenico.
This network has 61 nodes and 620 edges.
Tags: Social, Relationships, Multilayer, Unweighted

cs_department: Aarhus Computer Science department relationships. 61 nodes, 620 edges. https://networks.skewed.de/net/cs_department
@netzschleuder@social.skewed.de
2025-06-26 05:00:04

arxiv_collab: Scientific collaborations in physics (1995-2005)
Collaboration graphs for scientists, extracted from the Los Alamos e-Print arXiv (physics), for 1995-1999 for three categories, and additionally for 1995-2003 and 1995-2005 for one category. For copyright reasons, the MEDLINE (biomedical research) and NCSTRL (computer science) collaboration graphs from this paper are not publicly available.
This network has 8361 nodes and 15751 edges.
Tags: Social, Collaboration…

arxiv_collab: Scientific collaborations in physics (1995-2005). 8361 nodes, 15751 edges. https://networks.skewed.de/net/arxiv_collab#hep-th-1999
@netzschleuder@social.skewed.de
2025-07-26 14:00:05

packet_delays: Internet packet delays (2002)
A network representing the difference in delay observed by packet probes sent from a computer at Rice University to similar machines at different universities, in c.2002. The edge weight denotes the difference in delay of the packet in milliseconds.
This network has 10 nodes and 9567 edges.
Tags: Technological, Communication, Weighted

packet_delays: Internet packet delays (2002). 10 nodes, 9567 edges. https://networks.skewed.de/net/packet_delays
@netzschleuder@social.skewed.de
2025-07-25 09:00:04

webkb: WebKB graphs (1998)
Web graphs crawled from four Computer Science departments in 1998, with each page manually classified into one of 7 categories: course, department, faculty, project, staff, student, or other. All graphs included in a single .zip; also included are 'co-citation' graphs, which links i and j if they both point to some k. Edge weights count the number of links from i to j.
This network has 346 nodes and 26832 edges.
Tags: Informational, Web gr…

webkb: WebKB graphs (1998). 346 nodes, 26832 edges. https://networks.skewed.de/net/webkb#webkb_cornell_cocite
@netzschleuder@social.skewed.de
2025-07-19 15:00:04

cs_department: Aarhus Computer Science department relationships
Multiplex network consisting of 5 edge types corresponding to online and offline relationships (Facebook, leisure, work, co-authorship, lunch) between employees of the Computer Science department at Aarhus. Data hosted by Manlio De Domenico.
This network has 61 nodes and 620 edges.
Tags: Social, Relationships, Multilayer, Unweighted

cs_department: Aarhus Computer Science department relationships. 61 nodes, 620 edges. https://networks.skewed.de/net/cs_department
@netzschleuder@social.skewed.de
2025-07-24 22:00:05

cora: CORA citations (1998)
Citations among papers indexed by CORA, from 1998, an early computer science research paper search engine. If a paper i cites a paper j also in this data set, then a directed edge connects i to j. (Papers not in the data set are excluded.) Self-loops may be present. The dates of these snapshots are uncertain.
This network has 23166 nodes and 91500 edges.
Tags: Informational, Citation, Unweighted

cora: CORA citations (1998). 23166 nodes, 91500 edges. https://networks.skewed.de/net/cora