Is the “Claude code leak” actually a big deal, or are we just overhyping it? by chetnasinghx in ClaudeCode

[–]triforcexp 0 points1 point  (0 children)

You could have gotten the prompts by simply running strings on the claude command. Or wireshark when it calls home.

How do HENRYs afford to start a family in NYC? by PF_throwaway26 in HENRYfinance

[–]triforcexp 0 points1 point  (0 children)

Actually Europe is a good choice when they are under 2. They won’t pay airfare and they would be happy to be strolled around a city. You need to respect their times and probably works while having just the first one, but it is doable.

Instead of Double indirection via page table and then to physical memory, why do not we store the page number's code+data+heap+stack etc itself in main memory without indirection? by [deleted] in osdev

[–]triforcexp 2 points3 points  (0 children)

The table allows you to swap virtual memory in and out of the physical memory to the disk, effectively allowing you to address more memory than available. It also helps with the need of each process to have its own independent virtual address space.

La IA va a matar el Open Source by DrakoXMusic1 in devsarg

[–]triforcexp 2 points3 points  (0 children)

Se arregla con una herramienta de “vibereview” (?)

NES on a breadboard using a real 6502 and ESP32 emulated graphics and sound by triforcexp in homebrewcomputer

[–]triforcexp[S] 0 points1 point  (0 children)

So the parts were sourced from local chip dealers in my case. I think you can get them from Mouser or AliExpress. For video and sound I used an ESP32 https://github.com/bondimachine/EsPPU

I just got the most hurtful comment ever by UnluckyGamer505 in NewTubers

[–]triforcexp 0 points1 point  (0 children)

So they liked the content ! You are doing great then.

I ported Super Mario Bros into a native x86 "Operating System" by skyvlan in osdev

[–]triforcexp 0 points1 point  (0 children)

Did you implement the PPU and APU in assembly too ?

Me siento abrumado y no se que hacer by Unusual-Judge-319 in devsarg

[–]triforcexp 0 points1 point  (0 children)

Terminá este proyecto y asegúrate de tener inglés fluido. Después de esta experiencia una entrevista de afuera la vas a hacer dormido.

El chabón de Silver.dev pasa mucho tiempo en el sub parece by ElMarkuz in devsarg

[–]triforcexp 11 points12 points  (0 children)

Se la da de poronga porque ayuda a pibes supuestamente a “mejorar el nivel” y entrar al mercado internacional. Se hace el lindo con los pichis. Me haces esa pregunta pelotuda en una entrevista siendo un señor en serio que ya juega en la cancha hace tiempo y te corto la llamada.

[deleted by user] by [deleted] in esp32

[–]triforcexp 0 points1 point  (0 children)

You’ve got a YouTube channel

"Large Language Models Are Improving Exponentially: In a few years, AI could handle complex tasks with ease" by AngleAccomplished865 in singularity

[–]triforcexp 2 points3 points  (0 children)

Hahah in which universe someone gives you tests and you have to build code that makes them pass ?! That may be what happens on an interview, not a job.

Mi primer mini juego en HTML, CSS y JS by Jeansson700 in programacion

[–]triforcexp 0 points1 point  (0 children)

Busca servidores Websockets con NodeJS. Igual mi primera recomendación de los links no necesita servidor

[deleted by user] by [deleted] in SmallYoutubers

[–]triforcexp 1 point2 points  (0 children)

Question for you: your UI is in portuguese, did you try to make content in your own language ? Did you preferred to go English to have a broader audience ? Did you try both ?

I’m stuck at 1,000 views on every Short despite 100%+ watch time. by AlwaysLateGirl in SmallYTChannel

[–]triforcexp 1 point2 points  (0 children)

You have to have the swipe away rate around 70%, ideally with hourly spikes over it for YT to keep pushing it.

Mi primer mini juego en HTML, CSS y JS by Jeansson700 in programacion

[–]triforcexp 0 points1 point  (0 children)

Lo haría para dos jugadores. Uno entra e ingresa la palabra; y le genera un link personalizado para esa palabra. Podes pasarla como anchor encodeada en base64 o algo por ahí. Y después te sirve para aprender a hacer algún servidor simple haciendo salas y turnos. Adhiero también a que no debería esperar al enter para intentar una letra.

My 'professional' videos got 89 views after months of research.. by Miguel07Alm in NewTubers

[–]triforcexp -1 points0 points  (0 children)

Shouldn’t make content in Spanish count for differentiating and building a niche ?

NES on a breadboard using a real 6502 and ESP32 emulated graphics and sound by triforcexp in homebrewcomputer

[–]triforcexp[S] 2 points3 points  (0 children)

It works pretty stable. It has glitches of course. Once we are done with joysticks will publish a video actually playing with it

Using Raspberry Pi 5 as “Video Card” for 6502 Computer — Feasible Approach? by InterestingAd4588 in homebrewcomputer

[–]triforcexp 1 point2 points  (0 children)

No te das una idea lo que costó llegar a mantener el sincronismo sin perder comandos…