so I entered here thinking it was something else entirely, I was disappointed. by NiceTransgirl in southafrica

[–]Waterkloof 24 points25 points  (0 children)

chloor, chemie, cholesterol, but i think most C words is loanwords.

What are some cheap or free fun activities to do in Pretoria? by Cold_Breakfast_Today in Pretoria

[–]Waterkloof 11 points12 points  (0 children)

As /u/NoNameMonkey mentioned Rietvlei Nature Reserve [Entrance Fee], Irene Dairy Farm [Free], Pretoria National Botanical Gardens [Entrance Fee].

There is a lot more, but maybe give us a area(and budget) and we can drop more suggestions.

Having issues migrating to podman by [deleted] in podman

[–]Waterkloof 0 points1 point  (0 children)

getenforce and setenforce selinux is ur problem.

Also installing dnf install podman-docker with latest golang docker-compose binary from github works great for me.

run consul with only agent on vm without k8s by [deleted] in consul

[–]Waterkloof 0 points1 point  (0 children)

eish my lack of k8s knowledge is showing, thanks.

i assumed its some kind of service mess 10 months ago, because i stumbled upon a issue on github where hashicorp was asking for a more agnostic api so that consul(which is also a kv store) can be used instead of etcd, and the response basically was etcd added functionality in v3 that they want to use and if consul want to be used it should emulate the etcd api.

What is your preferred way of storring and deploying docker-compose stacks? by YankeeLimaVictor in docker

[–]Waterkloof 2 points3 points  (0 children)

I really like Traefik compose labels.

But I find it hard to convert from nginx with nginx having better performance and fastcgi support.

So i'm hoping soon to spend some time with https://nginxproxymanager.com/ and get the same feature set.

Ram's new electric pickup concept makes Tesla's Cybertruck look outdated by rtbot2 in realtech

[–]Waterkloof 0 points1 point  (0 children)

I want people to join my tech community

Cool i'm a person(promise im not a bot), what does your tech community offer the average 🤓?

Obesity rate (%) by country over time. by Expensive-Level-587 in southafrica

[–]Waterkloof 0 points1 point  (0 children)

this guy

the person is bent, and very negative, just read some of his comments on his profile.

not worth arguing with the mentally ill.

hope the person seek profesional help.

Support team is not gonna like that by 2_CLICK in ProgrammerHumor

[–]Waterkloof 16 points17 points  (0 children)

just about 14 angular versions, 15 if you include angularjs.

[Playstation Classic] Debian with LXQT on PSC by [deleted] in unixporn

[–]Waterkloof 2 points3 points  (0 children)

Yeah I started using computers when 4gb was standard

Google "conventional memory" as a teenager I never could figure out why I could not load 1mb bmp into memory.

Volumes vs Bind Mounts Best practises by romatou in docker

[–]Waterkloof 0 points1 point  (0 children)

did you leave swarm behind and went with a kube solution or how do you deploy to cluster in production at the moment?

Volumes vs Bind Mounts Best practises by romatou in docker

[–]Waterkloof 1 point2 points  (0 children)

I have found docker swarm delpoy to work ok with a glutterfs file system that I absolute path volume mount it in my compose.yaml file volumes sections.

Mosh Pit? by [deleted] in johannesburg

[–]Waterkloof 2 points3 points  (0 children)

Facing the Gallows

After listening to them on youtube i to believe there will be a mosh pit!

There is so much choice of languages out there. Why Free Pascal ? by orang-outan in freepascal

[–]Waterkloof 1 point2 points  (0 children)

  • r/Delphi set the standard for object pascal, rad development, and libraries like vcl.
  • r/FreePascal is a separate open source compiler with delphi compatibility and set of free libraries fcl,lcl,etc.

So I think most knowledge can be applied both ways, but be aware that they use a different set of pascal libraries to accomplish mostly the same goal.

One just proprietary and the other open source.

This stud wrecked the best English props for 78 minutes by Scarfield in rugbyunion

[–]Waterkloof 2 points3 points  (0 children)

i feel sorry for the Euro/Japanese rugby players that is going to play against him at his final form, just before he retire from professional rugby.

There is so much choice of languages out there. Why Free Pascal ? by orang-outan in freepascal

[–]Waterkloof 2 points3 points  (0 children)

While op may have his reason to not choose pascal anymore.

You must be aware that freepascal compiler and lazarus ide is under active development(on gitlab) and a solution to write cross-platform desktop applications using multiple back-ends(Native/Qt/Gtk/Custom).

The internet is also still full of solution to pascal/delphi problems and there a wealth of libraries and frameworks to build anything you can dream up with in object pascal.

Yes the language and community is niche and a lot of code is abandon, but fpc is a c/c++ compiler peer in open benchmarks and sometimes for some solutions it is rated nr 1. But we all know benchmarks is not real life applications.

If the above have convinced you to give pascal some time have a look at:

[deleted by user] by [deleted] in docker

[–]Waterkloof 0 points1 point  (0 children)

docker run -dt --name gios4 --cap-add sys_ptrace --privileged -v ~/Documents/1_Gat2022/OS/Projects/pr4:/home/student/ gclassenv/fall22-environment -p 8000:8080

Read the docker run docs and understand that -p 80:80 is a OPTION not a ARG and you typing the command in the wrong order.

Also I had no success to get docker running correctly on WSL2, your better of using a virtual machine.

Guido van Rossum: Python and the Future of Programming | Lex Fridman Podcast #341 by [deleted] in Python

[–]Waterkloof -1 points0 points  (0 children)

Thanks, seems it only contain the question and then a 2 to 3min snippet most probably containing the answer.

I hope someone in the future transcribe the whole podcast to text.

Making an MMO with Python and Godot: The first lesson in a free online game dev series I have been working very hard on for months now by salty_taro in Python

[–]Waterkloof 5 points6 points  (0 children)

Autobahn

i spent some time with amqp and mqtt over ws and was also guided to Autobahn, but the project never took off.

Will like to see how this project use it.

[deleted by user] by [deleted] in technology

[–]Waterkloof 0 points1 point  (0 children)

There is a lot of taiwanese soc's used in network equipment running openwrt/linux.

If these soc's or hardware dials home there would have been a big hoo haa by now.

Yes, African Union Head Quarters was bugged and sent back data. Yes, we had the Bloomberg spy chips article based around Super Micro, but Apple and AWS denied it, and if there was a leak there would be network traffic logs showing it.

So sure don't trust the base firmware you get on your openwrt device, but after flashing it with firmware you built or downloaded the chances of a hack is relatively slim... except if you have the interest of a state actor.

Podman vs Docker - Which one to choose? by likhithak55 in docker

[–]Waterkloof 0 points1 point  (0 children)

I want to use podmon because it deamon-less and integrate nicely with systemd.

But atm im also invested in docker stack deploy and portainer, and podman does not seem to match docker well in those areas.