h0bbl3s

joined 1 month ago
[–] [email protected] 10 points 1 week ago* (last edited 1 week ago)

I just treat them like regular pickles and refrigerate after opening.

[–] [email protected] 7 points 1 week ago (1 children)

Whoa I had no idea about this. Just put an m2 nvme in my refurbished 2017 HP elitedesk and didn't even know to check for sata vs nvme. I thought they were all nvme.

[–] [email protected] 2 points 1 week ago

I'm stealing this 👍

[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

Mine is a 2020 with 32gb storage and 3gb ram but same ballpark. I just replaced my PC earlier this year but the Chromebook is next. I'm looking at renewed HP elitebooks or renewed ThinkPads, but I'm not sure either come in a size OP would want.

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago) (2 children)

Came to second this. I have an old hp Chromebook that is indestructible, has insane battery life, and still has a few years of updates left. The built in Linux terminal is fine and just about anything you can get through apt-get, dpkg, or otherwise works fine as well (if there is an arm version), it'll even add menu entries for GUI apps.

I do light reading or dev work on it, and use the built in terminal to keep track of and ssh into my remote boxes. I take it on the road to take notes or hop on a wifi.

When I first got it the interface was kinda crap for a laptop, but through the updates (dark mode, new menu, etc) it's actually just fine now.

It's slow, low ram and only usable for a few tabs at a time, but for what I use it for it does fine, and it was cheap enough I won't cry if it dies.

[–] [email protected] 5 points 2 weeks ago

I dual booted a few times back in the days of winxp and win7. Never had a good experience somehow windows or a grub update always messed up things. Haven't ran windows in years but when I have to it goes on a separate drive now.

[–] [email protected] 14 points 2 weeks ago

I'm going to say yes as I sit here wearing a fedora tank top.

[–] [email protected] 0 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

You can import CSV files directly into an SQLite database. Then you are free to do whatever sql searches or manipulations you want. Python and golang both have great SQLite libraries from personal experience, but I'd be surprised if there is any language that doesn't have a decent one.

If you are running Linux most distros have an SQLite gui browser in the repos that is pretty powerful.

[–] [email protected] 2 points 2 weeks ago

Hey thanks I'm sure they will be!

[–] [email protected] 3 points 2 weeks ago

I've been coding around 25 years and got my start in perl. I absolutely hated python when I first used it. I use it all the time now. I still prefer my curly braces but I don't have any trouble with python or mind the whitespace anymore. I just run it through ruff every save. I do the same with go everything goes through gofumpt. I really think a lot of it is a generational thing. Older people are just used to curly brackets.

I do get peoples complaints about the packaging. Unless you're a dev already it's a bit extra to deal with shuffling virtual environments because the system python environments almost never work out of the box, at least in the last few distros I've used. Once I adjusted though it's no problem. I run half my dev stuff in toolboxes with their own environment anyway.

[–] [email protected] 2 points 2 weeks ago

Awesome thanks!

[–] [email protected] 5 points 2 weeks ago (2 children)

I wasn't aware of the Github pages being free that's neat. It is fully static (running on nginx but generated with hugo) and I use freedns.afraid.org for the domains. Good to know thanks for the tip :)

 

Wrote up a new guide! Hope you folks find it helpful :)

26
Golang on debian (h0bbl3s.port0.org)
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

I’m a big fan of debian. I’m also a big fan of golang. One of the sacrifices debian makes to be so stable is lagging behind a bit on software versions. Debian users generally understand this, and also understand that it’s a good idea not to mess with the system versions of software. Here I will demonstrate how I configure my system to use whichever version of go I wish without harming the overall system configuration.

 

This is my first post on my new site, I hope someone finds it helpful!

view more: next ›