anti-social.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
We are a LGBTQIA+ (and allies) social instance of Mastodon. Pretty chill. We love gaming (gayming), tech (mostly), art, and meaningful discussions.

Administered by:

Server stats:

8
active users

#cs

0 posts0 participants0 posts today

Hey there! I’m Renata (though I much prefer being called Rê). I’m a 20-something from São Paulo, Brazil.
I hold a degree in Psychology but decided to challenge myself by starting a second degree in Computer Science. I’m still a beginner in tech, but the journey has been exciting so far — and I gladly welcome encouragement (and tips!) along the way.

Outside of code, I’m into crochet, writing, gaming, and admiring all kinds of artists. If you’re a creator of any sort, you’re more than welcome here.

I’m also a polyglot — I speak Portuguese, English, Italian, and Spanish (though I might trip over my words sometimes :p ). Happy to chat in any of them!

Neurodivergent, bisexual, curious soul ✨ feel free to interact with me.

#introduction

Replied in thread

@cstross “People who actually want a personal computer they can program are a niche market, albeit vastly larger than in 1982”

The roots of the #Mega65 lay in #CS #education with #students not being able to grasp the basics not because of lack of intelligence, but through the lack of exposure to basic computing hardware.

“By insulating new computer science and IT students from how computers really work, we may well be disadvantaging them, by preventing them from learning how a computer really works. It's quite the same idea as starting a mechanic on a simple old car, instead of on a nuclear submarine: make the important details visible so that they can be learnt.” — Paul Gardner-Stephen

<c65gs.blogspot.com/2015/12/is->

@swelljoe @mos_8502

c65gs.blogspot.comIs this the first academic slide presentation using an 8-bit computer since the 80's?Who knows, but it was fun: But my message is quite serious: By insulating new computer science and IT students from how computers reall...

Types of #Programmers in #CS and #IT:

• Theorist—seek new discoveries in computability theory, complexity theory, and type theory (Church, Turning, Kleene, Cook, etc.)
• Inventor—design, analyse, prove, and publish an original algorithm (Knuth, Dijkstra, Karp, Tarjan, etc.)
• Engineer—devise a correct, efficient implementation of a published algorithm (implementers of DSP, DIP, etc.)
• Translator—convert an algorithm's mathematical description directly into a programme (CS undergraduates)
• Cobbler—cobble together APIs into a programme that might, or might not, work (senior IT practitioners)
• Cutter—cut and paste existing bits of code into a programme that just might do something unexpected (mid-level IT practitioners)
• Cleaner—clean up senior team members' messy, buggy code, while leaving the existing bugs intact and adding a few new ones (junior IT practitioners)
• Generator—ask AI to write direct-to-production code that no IT practitioner in the team could be bothered to read (senior IT managers)

My old introduction was very outdated, so it's time to reintroduce myself:
#introduction

Hi 👋, I’m Laura.

I am a transfeminine person, somewhat in the middle of my transition. 🏳️‍⚧️ #trans #transbubble

A major part of my time I spend as a Postdoc in computer science, working on embedded AI and low-power IoT communication. #cs #TinyML #IoT #academia #science

Outside of work, I am active in the local #queer center (board member, GER: Vorstand), I enjoy playing board games, and I listen to too many #podcasts.

Hey fedi, I need some advice regarding managing identities online:

I am now studying CS, and as much as I dislike it, GitHub and LinkedIn "profesional" profiles have become a requerimient.

My conflict arises when that need clashes with not wanting to have PII on my profiles. But not wanting to segregate my contributions on two different accounts.

What do you folks do?

#Princeton's biggest crypto boosting computer scientist Jaswinder Pal Singh has somehow ended up in the middle of an alleged corporate fraud involving (yet another) member of the Forbes 30 under 30.

I don’t know any details about this but the fact that JP Singh has been using Princeton's name to provide legitimacy to cryptocurrency for years and has now somehow landed in the middle of what looks like an egregious and massive corporate fraud going on at CaaStle is… interesting.

axios.com/2025/04/07/caastle-l

Does anyone have an electronic copy of the CMU tech report of Michael Wayne Young Ph.D. thesis
"Exporting a User Interface to Memory Management from a Communication-Oriented Operating System"?

This is CMU technical report CMU-CS-89-202. The CMU tech report server has no entries for 1989...

#CS#Mach#OS

I've moved over from mastodon.design, so it's time for another #introduction toot!

Hi 👋

I'm Dominik, a young coder from Switzerland.

I work as a web dev (mainly with #webflow) and study #cs (in #bern) by ​day, while working with #laravel and on my #personalwebsite by night.

Some things I'm into:
#running
#photography
#blogging
#indieweb
#minimalism

My main home on the internet is dominikhofer.me – you're invited to pay me a visit over there :)

Cheers!

dominikhofer.meCurious. Creative. Coder. | Dominik HoferHi and welcome to my personal lil corner of the internet. I hope you enjoy your stay!

Hearing about a young hacker whose being extorted by the University of Washington, not cool UW.

The student claims they built an app to help kids get the course schedules they want, a hack as old as time, and the university decided to expel him until he ports his app to the university's internal systems.

This would be unpaid labor.

Until then his class registration is on hold and he can't register or attend his last few classes. 🥴

linkedin.com/posts/jdkaim_gith

Continued thread

It’s always tempting to throw everything away, “start from scratch” rather than depend on the idiosyncrasies of Other People’s Code. But, simply by having been in use for a long time, code gains battle-worn honor: you can’t ever really know all the adaptations it possesses. That the code is still used is the strongest evidence it’s well-matched to the task. By writing your own solution you risk learning lessons embedded in the legacy code’s structure (without comment) the hard way. #code #CS

If I give you a big ol’ integer and say “I think this might be a combination of nCr something… but I don’t remember n or r— or maybe it’s just some integer.

How do you efficiently test to see if it’s a possible result from that formula?

I mean I could make a list up to the needed digits and search, but that isn’t very elegant. Other ideas?

1. 42503 (easy)
2. 7413705167549733 (harder)
#math #cs #annoying #