"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBO
Books Now
Jump
Looking for "R-rated", gritty, gorey high fantasy books
  • h0bbl3s h0bbl3s Now 100%

    Check out James Enge. He wrote a series that I really enjoyed that sounds like just what you are looking for.

    1
  • best linux terminal emulator
  • h0bbl3s h0bbl3s Now 100%

    https://gitlab.gnome.org/chergert/ptyxis

    Ptyxis is my current go-to. It can detect available pods or toolboxes (maybe docker too haven't tested it) and you can open terminals directly into them. It also highlights ssh terms and root shells differently.

    There are a huge number of built-in color schemes as well and I've had no trouble finding any configuration option I've found myself wanting to look for.

    It's also available on flathub so it's easily installed in most distros.

    8
  • Do I need to store this in the fridge when opened?
  • h0bbl3s h0bbl3s Now 100%

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

    10
  • My new m.2 ssd
  • h0bbl3s h0bbl3s Now 100%

    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.

    6
  • Laptop Recommendation Please (Solved)
  • h0bbl3s h0bbl3s Now 100%

    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.

    2
  • Laptop Recommendation Please (Solved)
  • h0bbl3s h0bbl3s Now 100%

    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.

    2
  • Microsoft’s latest security update has ruined dual-boot Windows and Linux PCs
  • h0bbl3s h0bbl3s Now 100%

    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.

    5
  • True?
  • h0bbl3s h0bbl3s Now 100%

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

    12
  • Database hosting?
  • h0bbl3s h0bbl3s Now 100%

    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.

    13
  • Hey it's free, so I'm not complaining
  • h0bbl3s h0bbl3s Now 100%

    Hey thanks I'm sure they will be!

    1
  • 1 hour in Java
  • h0bbl3s h0bbl3s Now 100%

    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.

    2
  • Hey it's free, so I'm not complaining
  • h0bbl3s h0bbl3s Now 100%

    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 :)

    5
  • Hey it's free, so I'm not complaining
  • h0bbl3s h0bbl3s Now 100%

    My site is also statically generated from templates I keep in a private git repo hosted on github I keep local backups of, but I do the generating directly on the server. I just pull the site and generate it manually whenever I do an update. I like the sound of your setup better thanks for the pointers!

    1
  • Hey it's free, so I'm not complaining
  • h0bbl3s h0bbl3s Now 100%

    Thanks for the tip I'll definitely take a look! That's not bad at all and I prefer yearly payments.

    2
  • Hey it's free, so I'm not complaining
  • h0bbl3s h0bbl3s Now 100%

    That's not bad at all gonna have to check it out. I host my site on digital ocean it's on the smallest single core 1gb ram droplet. I run crowdsec and nginx and a couple other little things and it sits around 40% ram usage. Costs 6$ a month and I added 4 weeks worth of automatic weekly backups for $1.50 a month.

    I can deal with $7.50 for a little static web server.

    They do offer a free $200/60 day credit if you get in with one of the free Linux Foundation cloud classes which is plenty to play with.

    23
  • How to anonymize logs before sharing?
  • h0bbl3s h0bbl3s Now 100%

    Just came here to say you could always look for alternative projects that have this built in as well. I'm not sure what logs you as looking at, but it might be best to contribute or request this feature directly for the software.

    For example I use crowdsec and they have a button on the logs pages that will anonymize the entire page and is great for taking screenshots.

    I agree with another poster that getting something to work with a number of different logs would be a huge undertaking and unrealistic for most solo devs. I do think asking whatever project could be a start. I'd love if journalctl and syslogd etc had a flag to anonymize the log output.

    Personally often times I just open the screenshot in gimp and pixelate out the areas I want hidden, but that's not an automated solution.

    1
  • What distro do you use for your servers?
  • h0bbl3s h0bbl3s Now 100%

    I second this. I run fedora on my desktop and debian on the server. Docker works great on debian as well.

    5
  • h0bbl3s.port0.org

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

    69
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCY
    Vulnerability scanning with vuls
    h0bbl3s.port0.org

    Just finished up a new post. Hope someone finds it helpful!

    14
    0
    h0bbl3s.port0.org

    > 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.

    27
    5
    h0bbl3s.port0.org

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

    95
    27
    h0bbl3s Now
    4 54

    h0bbl3s

    lemmy.world