@jhx@bsd.cafe
@jhx@bsd.cafe avatar

jhx

@jhx@bsd.cafe

Hi there 👋

Yet another UNIX lover :freebsd: :openbsd:
Sometimes also using Windows.

Stay Open! 😎
...and have fun along the way of course! 😉

This profile is from a federated server and may be incomplete. Browse more on the original instance.

jhx, to random
@jhx@bsd.cafe avatar

Fun fact:

I still remember my first steps.
I was absolutely fascinated by when I first found it back on 2009...
Well, it's been a long time... and I still run :openbsd:

The feeling of running never left. I can't quite explaint it.. it felt alien and familiar at the same time - peradox.

jhx, to FreeBSD
@jhx@bsd.cafe avatar

Small rant:

is a sane platform - period! :freebsd:

Why?
It works and is dependable.

Does that matter anymore?
More than ever!

We live in a constantly changing world - for better or worse.
Many chase the next best thing... code is getting bloated more and more by the hour.

In the end we have a safe place to grow and learn...
It is called:

Run and enjoy the journey! :freebsd: :openbsd:
After all: This is the way it was supposed to be! 😎

jhx,
@jhx@bsd.cafe avatar

@sirjofri
No worries 😉
I've never used plan9 so far, can't really say much about it.
Great thing that you enjoy it 😎

cuddle, to random
@cuddle@bsd.cafe avatar

There are just too many "problems" with C++. I wish modern C++ was something back in the day, so we won't have to suffer.

Libraries still uses iostream to display in stdout/stderr and it's certainly not my favorite. It's slow, bloated, and isn't even describable.

e.g.
std::cout << a.x << " " << a.y << " " << a.z << '\n';
vs
std::println("{} {} {}", a.x, a.y, a.z);

And here we come, standard of string

why:
std::string a = "Hello world";
if (a.find('r') != std::string::npos)
fmt::println("{}", pos);
else
fmt::println("not found");

and why not:
std::string a = "Hello world";
if (a.contains('r')) // Do member function overloading in the class
fmt::println("{}", pos);
else
fmt::println("not found");

why standard doesn't implement trimming functions for white spaces? why do I always have to rely on iterators for such things... (it's just feels like I've to type too much for a basic functionality)

and there's more but let's keep this post small.

jhx,
@jhx@bsd.cafe avatar

@cuddle
Sometimes when I need a break I go over and code something small with
It is quite relaxing to do something in much less lines of code.
I love C in generel - the simplicity is divine.
Just sometimes one needs a break 🙂
I lack C++ experience... the small things I do on C++ does not make me competent to give any kind of experience.

Chewing away on code can be daunting, that is for sure.

Maybe you need a break from C++ @cuddle ? 🙂

jhx,
@jhx@bsd.cafe avatar

@stefano @jcamos @cuddle
This is me with a cold sip of beer 😎
Maybe you can get back into C again in the future? 🙂

jhx,
@jhx@bsd.cafe avatar

@stefano @jcamos @cuddle
Python is a wonderful language!
And of course, good ol' shell scripts (Mostly POSIX sh or Bash) 😉

gyptazy, to random
@gyptazy@gyptazy.ch avatar

Everyone tells me about „infinity“ scaling and resources in the . What if I tell you that I can scale pretty well ? I think 1,72TB RAM / Memory is pretty cool…

Guess, I can finally run a single Java app without running oom (hopefully) 😉

jhx,
@jhx@bsd.cafe avatar

@gyptazy @cuddle
Someone is playing with power for sure! 😎

jhx, to FreeBSD
@jhx@bsd.cafe avatar
jhx, to random
@jhx@bsd.cafe avatar

In the spirit of

A long time ago I had a physical Ubuntu CD that I tried out on a laptop I had back in the days. For the life of me I can't remember when that was (Around 2005 I think).
After that, I tried Suse also from a CD.
None of these lasted long at all - changed back to XP quickly.
The real fun began in 2009. I got a ThinkPad on which I installed Fedora. I was not really that impressed with it all (Was a total Linux newbiet at that point).
Through a forum post I encountered Arch Linux - which massivly fascinated me...
Long story short: Installed it back when it had the AIF... and I was hooked. 😎
Technically, the first distro that I really got into was Arch.
That very much stayed the same till this very day (Still use and love it).
In the same year, 2009, I also found Debian which is, next to BSD and Arch, my big love.
In 2009 I discovered OpenBSD (OpenBSD 4.5 - "Games") and later that year FreeBSD came into the mix. (Slackware was discovered by me around the same year)

I still use and run Windows as well. But my long lasting passion for FOSS has me mostly running Linux/BSD. 😀

That is pretty much my story in a nutshell 🙂

jhx, to random
@jhx@bsd.cafe avatar

Anyone interested in should check out this section of the FAQ :openbsd:

https://www.openbsd.org/faq/pf/

stefano, to random
@stefano@bsd.cafe avatar

Tonight, the snac.bsd.cafe instance will run from here. The Raspberry PI 4's internal SD is in read only, while the disk is ZFS, with #BastilleBSD managing the snac jail.

CC: @stesnac

#snac #snac2 #BSDCafeSnac

jhx,
@jhx@bsd.cafe avatar

@stefano @stesnac
Aynone can say whatever they want - I love those setups that are hand crafted and simple 😎
Sometimes, things are more enjoyable when they don't fit 100% into the so called "perfect look and feel" category!

Btw: The software side itself is complex enough

jhx, to FreeBSD
@jhx@bsd.cafe avatar

Nice little writeup about service (8) on :freebsd:

https://rubenerd.com/basics-of-freebsd-services/

jhx, to random
@jhx@bsd.cafe avatar

Wishing all the good folks a great weekend! 😎 :freebsd: :openbsd:

jhx, to random
@jhx@bsd.cafe avatar

pkgsearch is now at version 1.0! :openbsd: 😎

Thanks for @cuddle and @lcheylus for there work 😉

Code available at:
https://github.com/jhx0/pkgsearch

jhx, to FreeBSD
@jhx@bsd.cafe avatar

A small website I've made to honor :openbsd: :freebsd:

https://bsd.jhx7.de/

derekvanvliet, to cycling
@derekvanvliet@mastodon.social avatar

riding bikes every day until I can’t for some reason, day 1169

jhx,
@jhx@bsd.cafe avatar

@derekvanvliet
What a great scenery! 👍

solimanhindy, to FreeBSD French
@solimanhindy@mastodon.lovetux.net avatar

I was looking for 14 release date.
Everything is here: https://www.freebsd.org/releases/14.0R/schedule/

Ok let's wait until 7 November 2023.

jhx,
@jhx@bsd.cafe avatar

@solimanhindy
Soon 😎

jhx,
@jhx@bsd.cafe avatar

@solimanhindy
Can't wait myself 😂

jhx,
@jhx@bsd.cafe avatar

@solimanhindy
Let me just say: When 14.0 drops I'll party a little 😃

jhx, to random
@jhx@bsd.cafe avatar

What are you guys up to on the coming weekend which is related? 😀

jhx,
@jhx@bsd.cafe avatar

@stefano
Migrating to is a fun activity! 😎

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • khanakhh
  • Youngstown
  • ngwrru68w68
  • slotface
  • everett
  • rosin
  • thenastyranch
  • kavyap
  • tacticalgear
  • megavids
  • cisconetworking
  • normalnudes
  • osvaldo12
  • ethstaker
  • mdbf
  • modclub
  • Durango
  • tester
  • provamag3
  • cubers
  • Leos
  • anitta
  • lostlight
  • All magazines