learned that the swap -> oom way with deluge. It would go overboard if not contained.
- 0 Posts
- 214 Comments
there’s a roadmap to v1.
I applied to a (among other techs) nodejs position for a finance company. I asked 5 times in all interviews if it’s ok to run linux, just to make sure.
they said yes, and after signing the contract, I was send the instructions via email and company laptop was shipping. In the instructions, I was supposed to work through some remote desktop on a windows machine. fuck me
I instantly resigned, one day before starting.I refused the parcel so it went back to the mothership without me even touching the box
sip@programming.devto Privacy@programming.dev•Federal Surveillance Tech Becomes Mandatory in New Cars by 20278·24 days agothey’ll end up playing a loud advert if you look sleepy.
nah, too cumbersome and mistic
sip@programming.devto Programmer Humor@programming.dev•might be a form of Jevons Paradox1·28 days agosory for making you feel old…er.
i7 4th gen/ haswell was 13 years ago. I still use it.
that sempron is probably more than 17 years ago.
I had an athlon xp 2000+, single core. OC to 2666MHz with proper thermals
sip@programming.devto Programmer Humor@programming.dev•"Modern" problems require modern solutions31·28 days agoI think he was letting you know you r/whoosh ed
I don’t have the energy to do that anymore.
you can use the underlying model, you just have to rotate the key every 30 mins, but that’s scriptable.
sip@programming.devto uBlockOrigin@programming.dev•You're paying AI companies a monthly subscription fee to be fingerprinted like a parolee.English1·1 month agoi use it for work. company pays
yeah, minecraft version will be the next y2k
idk for me it’s easier to rember ex xdna was merged on 6.14 than 2.253
sip@programming.devto Opensource@programming.dev•LibreOffice Leave X/Twitter in favor of Mastodon21·1 month agoRemoved by mod
sip@programming.devto Git@programming.dev•What do you use to communicate with your git repositories?3·1 month agoi use git. got a tree alias a tree-like log. and an amend alias to add changes to the prev comit to keep the message
sip@programming.devto Opensource@programming.dev•LibreOffice Leave X/Twitter in favor of Mastodon105·1 month agoRemoved by mod
composition can help with all of that. factories, strategies, injections are all composition patterns that work fine.
business logic that repeats? extract it to it’s own thing (class, function, etc) and pass it as a param to the supposed childs.
mvc? controllers don’t need to extend anything, just have them accept the framework through the constructor and request and response as args. views? same. models? perhaps only if doing an active record, but a repo pattern with plain objects is a good pattern too.
I never seen a clean inheritance implementation for a decently sized problem. it mostly works for tiny ones.
yeah. I want to think Firefox is a bit better 😅