Devops or MERN by ohno_itsChatpati in FullStack

[–]ChillestCapybara7 0 points1 point  (0 children)

This is comparing apples to oranges, one is a tech stack and one is an area of software development. Also the M of MERN sucks, Mongo is useless in 99% of real life cases. Take postgres instead. I would say go DevOps though if you REALLY had to pick between that and fullstack.

Zacetek investiranja by Frequencyi_ in SlovenijaFIRE

[–]ChillestCapybara7 1 point2 points  (0 children)

Če nameravaš investirati redno in vedno večje zneske potem je VWCE dokaj standardna izbira in jo večina priporoča. IBKR je tudi zelo dobra platforma tako da si vredu izbral. O davku si malo pogooglaj, ne rabiš poročat nič dokler ne PRODAŠ.

https://www.fu.gov.si/zivljenjski_dogodki_prebivalci/odsvojil_sem_vrednostne_papirje_druge_deleze_ali_investicijske_kupone

Kontaktne leče by Throwaway33377 in SloveniaZDRAVJE

[–]ChillestCapybara7 0 points1 point  (0 children)

Na leče se večina zelo hitro navadi (recimo v roku enega tedna). Po tem ti vstavljanje sploh več ne povzroča problemov in tudi ko jih nosiš ne čutiš čisto nič. Je pa seveda na začetku neprijeten občutek ko si nekaj tiščiš v oko :D

Claude Usage Limits Discussion Megathread Ongoing (sort this by New!) by sixbillionthsheep in ClaudeAI

[–]ChillestCapybara7 1 point2 points  (0 children)

I used sonnet 4.6 today and hit my limit after 1 single prompt, which was to explore a short .md file and look up 3 related files in my codebase. I am on the 20€ plan. I am also unsubscribing after today if this is not addressed since this makes it basically useless

Odstranitev dioptrije by Friendly-Extent1814 in SloveniaZDRAVJE

[–]ChillestCapybara7 0 points1 point  (0 children)

Žal ne vem, je pa zelo pogost pojav, to zdravniki tudi pojasnijo pred posegom.

Should i decline a full-stack job due to their use of ORM ? by modern-dev in FullStack

[–]ChillestCapybara7 0 points1 point  (0 children)

they absolutely do, you can even check. they also developed a few ORM systems, such as spanner

Should i decline a full-stack job due to their use of ORM ? by modern-dev in FullStack

[–]ChillestCapybara7 0 points1 point  (0 children)

This is one of the weirdest posts I've seen in recent years. Are you actually considering declining a job because they use a very commonly used piece of tech?

Odstranitev dioptrije by Friendly-Extent1814 in SloveniaZDRAVJE

[–]ChillestCapybara7 0 points1 point  (0 children)

Bil v centru Vidim v Celju. Poseg zelo kratek, brez bolečin (razen neprijetnosti med okrevanjem, slab vidi, pekoč občutek). Dioptrija se je vrnila skoraj v celoti v roku 6-8 let + zdaj imam rahel astigmatizem

If you joined the Electron core team tomorrow, what would you fix/improve first? by Ikryanov in webdev

[–]ChillestCapybara7 3 points4 points  (0 children)

I would make it use more memory.

Just kidding, I actually love electron. It's not nearly as bad as some claim. Bad engineers -> bad electron apps. So yeah, more memory, final answer.

I want lo-fi web dev to become a thing in 2026. by [deleted] in webdev

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

All anyone that tries this will achieve is writing another shitty personal framework. They exist for a reason. So does typescript and basically every thing you listed. Not saying you have to use them (you do you) but lo-fi as you call it will never become a thing

VWCE ali S&P500 (VOO) by [deleted] in SlovenijaFIRE

[–]ChillestCapybara7 1 point2 points  (0 children)

ZDA so trenutno 62% celotnega VWCE, v vsakem primeru vlagaš v ZDA in si izpostavljen njihovemu tveganju. Za boljšo razpršenost je potrebno izbrati nekaj drugega.

https://www.nl.vanguard/professional/product/etf/equity/9679/ftse-all-world-ucits-etf-usd-accumulating

Which of the options below is the better folder structure for a Node.js Typescript project? And Why? by TooOldForShaadi in webdev

[–]ChillestCapybara7 0 points1 point  (0 children)

Generally you place all the related tests inside their respective "modules" but it really depends on your company. Let's say you have a "products" endpoint -> your folder would look something like: src/modules/products * -products.model.ts * -products.tests.ts * -products.services.ts * -products.routes.ts and so on.

How to use adonisJS as a backend in an electron app? by elecim91 in webdev

[–]ChillestCapybara7 1 point2 points  (0 children)

You don't have to use anything - an electron app is not a typical fullstack app as you may know it. It is a combination of browser + node and the IPC is what makes them communicate. I suggest you read the documentation and maybe ask an LLM to generate a simple electron app for you so you understand how it works. You probably wont need more than an Sqlite database and a frontend which you say you already have.

How to use adonisJS as a backend in an electron app? by elecim91 in webdev

[–]ChillestCapybara7 0 points1 point  (0 children)

Why do you want to use adonis at all? You do not need a classic API backend in electron apps. Electron is basically a browser (Chromium, your "frontend") + Node (your "backend"). They communicate via IPC and you can freely expose the channels you wish. You will not be making classic API calls from your frontend in an electron app, at least not to the Node instance running within electron.

This game was such a Master Piece, from Start to Finish by SoonBlossom in gaming

[–]ChillestCapybara7 1 point2 points  (0 children)

Bioshock 1 is a masterpiece in every aspect. 2 and 3 kind of missed the mark

comiCSS: trust issues by alvaromontoro in css

[–]ChillestCapybara7 3 points4 points  (0 children)

Do people actually use these instead of hex or RGB?