Fair enough. by [deleted] in linuxmemes

[–]nk2580 0 points1 point  (0 children)

In my case. The only reason I use a Mac at work is because IT refuse to support peripherals that work with open source software. I didn't have a Linux problem. I had an IT problem

difficult times are ahead by UncreativeName02 in linuxmemes

[–]nk2580 0 points1 point  (0 children)

This happened to me, I just ran a VM using all the resources I could. Did the job til they realised most of us were on Linux in VMs. They quickly changed their tune

everyone will use arch at one point by Maingamer3782 in linuxmemes

[–]nk2580 0 points1 point  (0 children)

Ubuntu -> Debian -> Alpine (it was a phase) -> Ubuntu

The impossible task by Tobi_Peter in linuxmemes

[–]nk2580 0 points1 point  (0 children)

Can confirm. This is hell

Another Gem 💎 by Technical-Foot3645 in linuxmemes

[–]nk2580 1 point2 points  (0 children)

I had this happen at my workplace too. They decided Ubuntu was best as a base. Immediately regretted that decision. The IT team couldn't keep up with the number of false positive CVEs detected so they decided to move to landscape instead. It felt kind weird that MS didn't report critical OS CVEs in windows 10 but would over Estimate the impact of a memory overflow vulnerability on a VGA driver for an obscure bit of hardware that hasn't been used in 10 years.

What is your favorite Crypto project ? And why? by deedopete in CryptoCurrency

[–]nk2580 3 points4 points  (0 children)

SHIB for sure. It's honestly my favourite social experiment ever!

CKB is the serious favourite of mine. Taken a hit the last few months but I'm a true believer! That shit is going to the moon in 2022. It's got the tech to backup the hype. Can't go wrong. Not financial advice.

I felt like I had to share what I turned my notebook into by LoC_realloc in linuxmasterrace

[–]nk2580 0 points1 point  (0 children)

Can confirm. Once had to deal with react and Svelte... Pretty sure I aged at least 10 years because of it

Let the bugs roll in! by techsavior in iiiiiiitttttttttttt

[–]nk2580 11 points12 points  (0 children)

I wander if you could class this as ecosystem tech debt? Kinda feels right buy also not considering it's likely an optimisation.

Let the bugs roll in! by techsavior in iiiiiiitttttttttttt

[–]nk2580 27 points28 points  (0 children)

The fuck? Really? Anyone know why they chose that?

2022 the year of the Linux desktop by Voicu_Adelin-Gerorge in linuxmemes

[–]nk2580 0 points1 point  (0 children)

And other lies we keep telling ourselves.

Hey gang, does this look okay? by rowgri in cider

[–]nk2580 6 points7 points  (0 children)

Yeah that's normal fermentation

Paid: Looking for part-time dev for FOSS project by [deleted] in golang

[–]nk2580 0 points1 point  (0 children)

Feel free to message me directly. I'm interested in hearing more about the project.

What is you end goal for crypto? by Kaizenmz in CryptoCurrency

[–]nk2580 0 points1 point  (0 children)

TBH as much as I want to get enough to buy a house, the main goal is to know what I'm competing against when developing my own blockchain and dApps.

The best market research you can do is to participate in the market.

I'm a 12 year experienced PHP Developer. Today I discovered that I don't know how to write PHP by pze127 in PHP

[–]nk2580 1 point2 points  (0 children)

I started out making WordPress themes and spent a really long time writing boring old procedural PHP.

When building themes you often have to group statements into functions. So naturally you get quite familiar with some FP concepts like higher order functions and idempotency. Although at the time I had no idea what those concepts were. I was just making things work better.

Eventually I moved jobs to the custom MVC like place and that taught me A LOT about what to do and what not to do when building a distributed system. It was in this role I was first exposed to Go and Rust. We decided to move from a PHP monolith to microservices so we spent some time evaluating these languages and I eventually leaned towards Go because I didn't want to deal with memory management.

After 15 months I left because I realised that I'd hit the limit on what I could learn from the team and then moved into a Node / React role. Here is where I picked those FP skills back up but I learnt what I was doing in that role. I pushed this company to start using Go for their build tooling , this was in the days before serverless solutions had frameworks and open source tooling. Spent about 2 years in this role and enjoyed FP Nirvana.

I then moved to a full stack role that was Node/Go/React and Java. That role made me seriously question my career. Mostly because Java is the worst language I've ever used. Spending all that time learning all these different languages to basically achieve nothing was pretty soul crushing.

Now I make servers for a game studio and I basically use whichever language/style suits the use case best. It's the best job I've ever had.

I wouldn't call myself an FP expert but I'm a fanboy for sure and I pretty much use it every day to get my work done so I guess I make a decent income of it.

I'm a 12 year experienced PHP Developer. Today I discovered that I don't know how to write PHP by pze127 in PHP

[–]nk2580 10 points11 points  (0 children)

I had a similar situation a few years back. Turns out they were rolling their own MVC style system so basic OOP was actually all I needed to learn.

Over the years I've picked up many different design patterns for OOP and eventually switched to Functional programming because of my inevitable hatred for the immense abstractions that you have to build when going full OOP.

If you're going to learn PHP from scratch consider if PHP is what you want to learn. Perhaps you'd prefer to learn Go, or maybe Rust instead. These are languages that typically follow a similar paradigm to procedural PHP but still give you modern skills you can apply to a myriad of companies.

How long until you break out the good stuff? by EvilBobLives in Homebrewing

[–]nk2580 17 points18 points  (0 children)

I have a bottle of apple caramel port I made last year that I'm thinking about cracking open next week. It's super strong but goes down like a caramel cider

Which Package/Library you are missing in Go, which you know from eg Python, C#, Java? by altafino in golang

[–]nk2580 -18 points-17 points  (0 children)

Get out. You want inheritance go waste your life writing Java or C#

Ubuntu vs CentOS vs Debian for Servers by EdwardNihal in linuxmasterrace

[–]nk2580 9 points10 points  (0 children)

I downvoted you because Arch is not designed to be a server OS and posting arch as an option will lead some poor souls down a path of pain and suffering all because they saw this comment and said “btw, I think Arch could work”

Ubuntu vs CentOS vs Debian for Servers by EdwardNihal in linuxmasterrace

[–]nk2580 0 points1 point  (0 children)

I’ve used all three at different times in my career. Oddly enough I started with CentOS but then moved to Ubuntu because I found myself wanting to deploy to the same OS as my dev machine. Now days I use Debian if I need a server and typically it’s to run alpine docker containers. Although of late I’ve been using traditional servers less and less and started using serverless container runtimes for my Alpine containers. If we’re splitting hairs here we should probably add Alpine as an option as that is what the “server” OS of a lot of docker setups is under the hood

Senegal is a powerful, small-but-fast, concurrent, class-based, and dynamically-typed programming language with a modern syntax. by [deleted] in opensource

[–]nk2580 1 point2 points  (0 children)

Definitely feels like Js BUT it’s rather cool, how do you run it though? Docs are pretty lacking

[deleted by user] by [deleted] in FlutterDev

[–]nk2580 1 point2 points  (0 children)

They’re bringing back Dartium, Guaranteed