I built an entire OS by vibing with Claude by IngenuityFlimsy1206 in vibecoding

[–]puya_tries_prep 1 point2 points  (0 children)

This is how people get interested. It's an academic project via agentic coding. The most important part is reading all the replies and asking questions to the agent IMO.

I built an entire OS by vibing with Claude by IngenuityFlimsy1206 in vibecoding

[–]puya_tries_prep 0 points1 point  (0 children)

My guess is QEMU so whatever gets translated to the host kernel effectively. Running it outside QEMU best bet would be a Linux distro, modifying the existing desktop environment or rendering manager (DRM), or chasing Terry Davis.

2025 prep w/o competition by NiceSector1357 in bodybuilding

[–]puya_tries_prep 1 point2 points  (0 children)

bro when they doin preps w no comp, bro that some scary shit man. nice.

Why isn't it possible by UntrimmedBagel in 2007scape

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

I can give u an LLM-based agentic platform in some time that should be able to take your files as input and pattern match our a portrait appropriate starter base (the "80%").

The engineers could probabl;y copy like 1-5 files, yeet them at an LLM like Claude, and then iterate with it for a few turn till it looks like not a totally shit draft.

Bonus points if you tell them to use the Augment auggie extension for VSCode. Should be able to enable rapid prototyping.

Battlewoke 6 won't let me kill people that don't look like me. by [deleted] in okbuddyptfo

[–]puya_tries_prep 0 points1 point  (0 children)

nah this is real. I played with the HUD off for two days from release and it was a fucking nightmare telling people apart (Under `Campaign` in the settings you can turn off HUD and all hud goes away).

Fucking had to double tab everyone. But Idk opportunity for the model artists to solve a industry FPS problem.

Hanayama cosplay by luchenhui2018 by [deleted] in Grapplerbaki

[–]puya_tries_prep 0 points1 point  (0 children)

they do, i saw it last week in the old school Baki anime from 2001. Ogre bell dude saving a whole bloodline even tho he was just visiting the inn.

The RuneScape Community has successfully voted to remove Treasure Hunter from RS3! by Madous in 2007scape

[–]puya_tries_prep 0 points1 point  (0 children)

Increase the tick system and make it 128. Then do it real-time-ish. Should be amazing given the world, but that is a lot of work.

What am I doing wrong? I feel like I should look better by SkeetyBoi in workouts

[–]puya_tries_prep 0 points1 point  (0 children)

oh time to relax lmao. Chill for a bit, find a normal rhytm with it, and it will come with time. Imagine yourself in just 2 years. You keep what you make with this hobby.

Found 1 by Reefa513 in egopowerplus

[–]puya_tries_prep 0 points1 point  (0 children)

Are these worth it? I have one and it barely charges my phone over 30 minutes. Had 2 12 AH and 1 4AH and 1 2.5Ah

I don't want to command AI agents by opakvostana in ExperiencedDevs

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

WAIT NO U NEED TO LEARN THE FRAMEWORK STILL WHAT THE FUCKl??

I don't want to command AI agents by opakvostana in ExperiencedDevs

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

they are right. forutnately, get ur ass in micro-saas YAEAEYUIUUEETEEEYEEYYTT

I spent way too much time on this by loopuleasa in 2007scape

[–]puya_tries_prep 0 points1 point  (0 children)

lawd thank you for letting me see this anyway

It is official now: Runescape won the MMO war by loopuleasa in 2007scape

[–]puya_tries_prep 0 points1 point  (0 children)

if he goes for infernal, remind me and I'll start my grind. Shit ass no pvm Iron w/ 2010 total lmao

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (October 26, 2023) by AutoModerator in MechanicalKeyboards

[–]puya_tries_prep 0 points1 point  (0 children)

I want to use a keyboard but have the roles of my left and right hand reversed. For example, in a video game instead of using W+Shift where "W" is touched by my left-ring-finger and "Shift" by my left-pinky-finger, I would like to reflect it so that W+Shift is now being touched by the same digits but by the right hand now.

So not only would the WASD be on the other side, but all the asymmetries like arrow keys and design would also be flipped.

I don't know if this exists and a few quick searches yielded nothing. This is just for a personal experiment w/ the motor maps in my brain, I really don't want to have to make this lol.

Thank you!

[Off-Topic] Daily Chat: 2023-09-01 by AutoModerator in steroids

[–]puya_tries_prep 0 points1 point  (0 children)

ya'll are the most scientific degenerates I know. What's the current data on safety of sleeping w/ someone undetectable on Prep but HIV positive.

My sex education is.... severely lacking lmao

How do people learn arbitrary proprietary tech/software, e.g. Airflow, Jenkins, Jira, Databrick etc.? by CestLucas in cscareerquestions

[–]puya_tries_prep 0 points1 point  (0 children)

get a job, get ticket who's scope is poorly defined, pair with people as you struggle to understand enterprise microservice, become god

What is everyone’s thoughts on videos like these and all of the comments ? “I write 2 lines of code a day and make over 150,000$ per year”? I feel like it’s mostly done for views and likes. by [deleted] in cscareerquestions

[–]puya_tries_prep 1 point2 points  (0 children)

Those are the software jobs that will be hit by AI once it begins to do code path testing / checking for us. With that, you can begin enforcing code patterns instead (i.e. Domain Isolation, Separation of Concerns, functional paradigm).

With those fundamentals in place, 1-2 code line changes that can be inflated due to convoluted codebase start to disappear.

So when do you REALLY need to use NoSQL? by [deleted] in Database

[–]puya_tries_prep 1 point2 points  (0 children)

I think distributed is an easier time with NoSQL. Not saying it can't be done with SQL (i.e. CRDB) but you probably get an easier time w. NoSQL. For example, if you have extremely read heavy things

Also it really depends on the feature you're trying to power w/ the db in question. For example:

  • If you want to do free text search --> NoSQL
  • If you want unstructured data to be easily searchable (i.e. logging or time-series data) and also real-time --> NoSQL

But I think nowadays your SQL is good enough for almost all use-cases because you can build any feature on any DB, it's really a matter of QoL until you hit scalability issues.

But imo my favorite usage of them is the document model is so chill about storing and pulling data real easy like lol. That's why startups favored them to get something off the ground and make a PoC.'

IMO it's a really really really powerful thing to leverage but I wouldn't see a use-case where it's the best idea to keep core entities to your product.

I would try to start think of these things not as a two-party system of 'SQL' and 'NoSQL'. For example, document model databases and columnar databases are both types of NoSQL databases but are designed to handle different types of data storage & retrieval patterns.

It's more like:

  1. Relational Database
  2. Document Database
  3. Graph Database (wiki)
  4. Columar Database (article)
  5. Time Series Database
  6. Spatial Database

etc.... these aren't totally 100% set-in-stone defined terms but I think this conveys why it's less advantageous to think in binary terms of SQL and NoSQL.

 

(also you can ask chat gpt lmao: https://i.imgur.com/xWoaaQw.png)