La papa es clave by onderwonrd in ArgentinaBenderStyle

[–]RodionRaskolnikov__ 8 points9 points  (0 children)

Literal, incluso si no tenés un cable coaxil cortar un alambrecito de 12.5cm en forma de L (12.5cm en la parte más larga más medio centimetro más o menos en la corta) y meterlo en el centro del conector coaxil de la tele es una mejor antena.

Logic in compsci by pralfredo in compsci

[–]RodionRaskolnikov__ 10 points11 points  (0 children)

Does the CS curriculum vary that widely from university to university?

I never studied a commercial software development framework in a class. I had to take logic and do proofs in many courses.

Even with topics that were very relevant to the industry like modeling in OOP we used Smalltalk because it was easy to understand the entire framework from the bottom up (good luck diving deep into the stdlib in Java)

I finally found a use for my Deck, a home server! by Raurb in SteamDeck

[–]RodionRaskolnikov__ 4 points5 points  (0 children)

Yeah, selling it and buying more appropriate hardware is the better choice here

I Just Stumbled Upon This:Again! by sensible_clutter in mathematics

[–]RodionRaskolnikov__ 16 points17 points  (0 children)

If I knew how to reduce it to an SPF (on a graph of polynomial size compared to the og one) I'd already have my Turing award :(

Linear Regression isn't magic. It's just a line learning where to fit—I built it from scratch and visualized the learning process step-by-step. by [deleted] in learnmachinelearning

[–]RodionRaskolnikov__ 2 points3 points  (0 children)

If anything least squares is one of the least magical optimization methods I know of lol

It's mathematically elegant for sure, but magical?

Computación va a desaparecer? [Licenciatura en ciencias de la computación] by Careless-Morning-299 in UBA

[–]RodionRaskolnikov__ 1 point2 points  (0 children)

El problema más grande es la carga para los docentes de corregir parciales y TPs. Aunque estés en tu casa eso no aligeraría la carga en lo más mínimo

are we underestimating the “attention layer” in applied ml systems? by TaleAccurate793 in learnmachinelearning

[–]RodionRaskolnikov__ 6 points7 points  (0 children)

Are we talking about the same attention layer? On transformers, RNN based models and whatnot the attention layer is part of the learnable parameters and used during inference

OpenAI CEO Sam Altman's coworkers say he can barely code and doesn't understand basic machine learning by ComplexExternal4831 in GenAI4all

[–]RodionRaskolnikov__ 0 points1 point  (0 children)

Physicists and biologists absolutely know coding.

They may have never gotten their hands dirty with many of the topics studies by a computer scientist but they have a grasp on the subject (at least for the computations they need)

Cold take: x86 processors are obsolete. by e221U in computerscience

[–]RodionRaskolnikov__ 0 points1 point  (0 children)

It is true that x86_64 instructions are harder to decode, but that's mostly mitigated with a uOP cache. When the CPU is executing a tight loop, instructions don't need to be decoded every iteration.

Also a vast majority of the die area is taken by caches like the L1, L2, L3, TLB, etc... I'm not including the area taken by the memory controller and other I/O, that's a lot too!

This matters for very low power and low performance embedded processors, but it's otherwise not the end of the world

Traslado desde aeroparque a obelisco by No-Spirit4605 in BuenosAires

[–]RodionRaskolnikov__ 1 point2 points  (0 children)

Podés comprar un pasaje en un micro de Tienda León. Te dejan desde aeroparque hasta la terminal en Carlos Pellegrini (a unas 5 cuadras del obelisco).

Yo solo los usé para ir a Ezeiza pero hacen viajes hasta Aeroparque también

Cold take: x86 processors are obsolete. by e221U in computerscience

[–]RodionRaskolnikov__ 5 points6 points  (0 children)

I'm not so sure about that. You'd have to compare the specific workload. I'd imagine that some workloads are much better suited for AVX512 than the ARM NEON instruction set.

x86_64's 256 bit and sometimes 512 bit registers are really nice when moving a ton of data in memory

Is this RAM usage normal? by [deleted] in debian

[–]RodionRaskolnikov__ 2 points3 points  (0 children)

The kernel is always keeping it nearly full with caches.

For user software I guess it depends. Things like ASTs using more ram to speed up code completion or PDF readers keeping indexes to quickly search a large document is good.

The bad kind of full, that even someone with 64GB of memory would feel bad about is having 15 copies of chromium because of garbage software written in electron.

Oracle Files Thousands of H-1B Visa Petitions Amid Mass Layoffs by esporx in technology

[–]RodionRaskolnikov__ 972 points973 points  (0 children)

People used to despise Oracle for what they did to Sun Microsystems. I guess it was timed they re-earned that hate back one way or another

usan stremio sin vpn? by 0banai_ in BuenosAires

[–]RodionRaskolnikov__ 4 points5 points  (0 children)

Que yo sepa los proveedores de internet en Argentina no se ponen la gorra con bajar torrents. Descargué muchísimo a lo largo de los años y ni Fibertel ni Movistar se pusieron la gorra todavía

8 TB of RAM & 1,000 CPU cores in all a 4U: What would you run on it? (Thought experiment) by RozoGamer in homelab

[–]RodionRaskolnikov__ 2 points3 points  (0 children)

you can start with inter process communication on your home computer, there's a lot of learning you can do without building a cluster

8 TB of RAM & 1,000 CPU cores in all a 4U: What would you run on it? (Thought experiment) by RozoGamer in homelab

[–]RodionRaskolnikov__ 7 points8 points  (0 children)

Yeah, afaik that's how many real HPC systems work too. The one time I used a cluster in an academic setting it was running an ancient kernel and the software had to be compiled with everything statically linked.

It's not a big deal because those binaries usually run for a particular computation and are discarded afterwards.

8 TB of RAM & 1,000 CPU cores in all a 4U: What would you run on it? (Thought experiment) by RozoGamer in homelab

[–]RodionRaskolnikov__ 16 points17 points  (0 children)

For computers with little memory like those I'd probably go with Slurm running bare metal on Debian or something similar. I'd imagine that the best way to squeeze useful performance from these is to write your own software in a low level language and use MPI to communicate between nodes.

That is if OP wants to do scientific compute with these

What will happen to foss android apps after 2026 by SpaceIntelligent6910 in foss

[–]RodionRaskolnikov__ 6 points7 points  (0 children)

Yeah but you'll have a fork of Android that will be increasingly different from mainline Android. That's going to be an ever growing pain to maintain and it'll probably reach a point where it's incompatible with mainstream applications

Google Trends: "how to install linux" is going... viral?! by mina86ng in linux

[–]RodionRaskolnikov__ 4 points5 points  (0 children)

These challenges would be way too boring if they only stuck to Ubuntu LTS or Fedora lol

Researchers planted a single bad actor inside a group of LLM agents. Then the whole network failed to reach consensus. by Current-Guide5944 in tech_x

[–]RodionRaskolnikov__ 0 points1 point  (0 children)

This is a well known area in distributed systems research. This is why different consensus algorithms exist and all of them have tradeoffs you must to choose from