RSSAmplifier

Blog

Jeroen Baert's Blog

Computer Graphics and other things

forceflow.beRSS feed ↗10 posts

Latest posts

Twitter archive

Well, you all know what happened to Twitter. I ve decided to archive all my tweets using this tool. The archive is available at https://twitter.jeroen-baert.be/ The post Twitter archive appeared first on Jeroen Baert s Blog .

Moving to a static site

The interest in my Mastodon guides has put some some strain on my webhost causing pages to load slowly. This motivated me to finally bite the bullet and convert this otherwise only very sporadically updated blog to a static site (using the excellent SimplyStatic tool). Upsides: Downsides I ll see if The post Moving to a static site appeared first on Jeroen Baert s Blog .

A guide to Mastodon (for Twitter users)

Last Update: 22/07/2023 (Links cleanup) General resources Huh? What is a server? Why should I care? This is where the first major difference between Mastodon and Twitter becomes clear: Update: Since May 2023, Mastodon uses mastodon.social as the default instance using the sign-up process on mobile. This should make it The post A guide to Mastodon (for Twitter users) appeared first on Jeroen Baert…

Mastodon Q&A

I ve merged this guide with the one here, since a lot of the topics were similar. Go read over there! The post Mastodon Q A appeared first on Jeroen Baert s Blog .

Eerste hulp bij Mastodon

Hieronder een thread die origineel op Twitter verscheen over Mastodon, een gedecentraliseerd microblogging platform dat na de overname van Twitter door Elon Musk onder de aandacht kwam. Ik bewaar hem hier voor mensen die rustig willen nalezen. Ook voegde ik een verzameling goeie algemene resources over Mastodon toe. Bedankt aan The post Eerste hulp bij Mastodon appeared first on Jeroen Baert s…

Restore an Iomega / Lenovo Storcenter ix2 without original disks

I found out the hard way that an Iomega / Lenovo Storcenter ix2-ng NAS doesn t have any onboard flash memory to store the operating system. So after yanking out and repurposing both the original disks that came with the system I was left with a device that wouldn t boot or The post Restore an Iomega / Lenovo Storcenter ix2 without original disks appeared first on Jeroen Baert s Blog .

Folding@Home met Nerdland

COVID-19 en simulaties Alle ogen zijn vandaag gericht op wetenschappelijk onderzoek naar een mogelijk COVID-19-vaccin. Een van de pistes die daarin onderzocht wordt is hoe bepaalde proteïnen (kleine fascinerende moleculaire machines) interageren met elkaar interageren, om zo mogelijke methodes te ontdekken waarop een vaccin/remedie zou kunnen werken. Het probleem is The post Folding@Home met…

Cuda Voxelizer v0.4: OBJ Support!

I ve found a bit of time to work on my CUDA polygon mesh voxelizer, a command line tool to turn a polygon mesh into a voxel grid representation. The tool seems to be used by some people, always nice to see! Support for outputting to an .obj point cloud, which The post Cuda Voxelizer v0.4: OBJ Support! appeared first on Jeroen Baert s Blog .

Red Dead Redemption 2 Settings Parser

We all looked forward to the release of cowboy-em-up Red Dead Redemption 2 on PC. The game has a lot of graphics settings options, and has proven to be quite a beast to get running well. The built-in presets are system-dependent, which makes comparing settings and performance between systems a The post Red Dead Redemption 2 Settings Parser appeared first on Jeroen Baert s Blog .

Solving a Traveling Salesman Problem in Python for fun

For the Nerdland Science Podcast (with ao Lieven Scheire), we posed a Traveling Salesman Problem for the song Ambiance, Ambiance by Sam Gooris, this connecting popular culture with an NP-hard CompSci problem! That s why they pay us the big bucks. More info and Python code on the Github repository: https://github.com/Forceflow/Ambiance_TSP/blob/master/README.md The post Solving a Traveling Salesman…