Bauke's recent activity
-
Comment on Tildes fundraiser June 2023: Encourage an app developer (me) to work on a Tildes app faster, by donating to Tildes (not me)! in ~tildes
-
Comment on New users: Ask your questions about Tildes here! in ~tildes
Bauke When you're in a group, in the very top right of the page there is a button called "Sidebar", tap on that and the sidebar will open. There you should see the "Post a new topic" button.When you're in a group, in the very top right of the page there is a button called "Sidebar", tap on that and the sidebar will open. There you should see the "Post a new topic" button.
-
Comment on Tildes down? in ~tildes
Bauke What's it like to grasp into the abyss? Connection timed out To drift endlessly into nothingness? Connection timed out To ask and remain unanswered? Connection timed out To walk as if you weren't...What's it like to grasp into the abyss?
Connection timed out
To drift endlessly into nothingness?
Connection timed out
To ask and remain unanswered?
Connection timed out
To walk as if you weren't snowblind?
Connection timed out
To see the world end?
Connection timed out
To fake smile in the mirror?
Connection timed out
Oh the Tildes is back on, nice.
-
Comment on Welcome new reddit refugees in ~tildes
Bauke Important to note that all these permissions can be given individually, so you may be granted the permission to edit tags but not titles, etc. It's not like an all-in-one thing.Important to note that all these permissions can be given individually, so you may be granted the permission to edit tags but not titles, etc. It's not like an all-in-one thing.
-
Comment on Programming Challenge: Mini Calendar Display in ~comp
Bauke (edited )Link ParentGreat job! The way you got there is pretty much the same way I did it: Spoilies Set the start as the first day of the week (for the first column), calculate back to the previous month (for the...Great job! The way you got there is pretty much the same way I did it:
Spoilies
Set the start as the first day of the week (for the first column), calculate back to the previous month (for the first row), and finally loop de loop up 6 * 7 days.
Thanks for participating!
-
Comment on New users: Ask your questions about Tildes here! in ~tildes
Bauke There isn't, though it is possible to cobble something together by parsing the HTML and formatting the HTTP requests the way Tildes expects if you really wanted to.There isn't, though it is possible to cobble something together by parsing the HTML and formatting the HTTP requests the way Tildes expects if you really wanted to.
-
Comment on AlbumLove recommendations thread: June 2023 in ~music
Bauke I really ought to get Pendulum and The Prodigy's discographies in my library one of these days. Another CD I was loaned during that time was this compilation album that had Invaders Must Die on...Take me out of heeeeeereeeeeeeeeee
I really ought to get Pendulum and The Prodigy's discographies in my library one of these days. Another CD I was loaned during that time was this compilation album that had Invaders Must Die on it, what a song.
-
Comment on AlbumLove recommendations thread: June 2023 in ~music
Bauke Somewhere back in my early teens I had an Xbox 360 and a friend had loaned me a CD, NERO's Welcome Reality. So I put all the music on my Xbox and while I was dying to zombies in the original Nacht...Somewhere back in my early teens I had an Xbox 360 and a friend had loaned me a CD, NERO's Welcome Reality. So I put all the music on my Xbox and while I was dying to zombies in the original Nacht der Untoten map in COD:WAW, I was gaining the appreciation of listening to entire albums.
I love Welcome Reality because it was my gateway into music enjoyment that I'm sure will stick with me for the rest of my life. And it's still a damn good album too, even with the astronomic rise in electronic music since then.
If you don't want to listen to the entire 1 hour album, UKF Mixes has a 13:11 long mix that's pretty good.
December the 1st, 2808.
-
Comment on What are you looking forward to? in ~talk
Bauke The Tildes Statistics graph bout to explode tomorrow. I just looked at ~tildes.official and there's over 200 new people since yesterday holy moly.The Tildes Statistics graph bout to explode tomorrow. I just looked at ~tildes.official and there's over 200 new people since yesterday holy moly.
-
Comment on What are you looking forward to? in ~talk
Bauke (edited )Link ParentPerhaps tomorrow ARestedPhilosopher will awaken. /noisePerhaps tomorrow ARestedPhilosopher will awaken.
/noise
-
Deep Rock Galactic Season 04: Critical Corruption preview
17 votes -
Comment on The ideal backend language to write web apps in 2023? in ~comp
Bauke That Awesome COBOL list only links to projects in Go, I don't think it's legit. They search and replaced Go with COBOL, a few instances of "cobollang" and broken links (that get fixed by replacing...That Awesome COBOL list only links to projects in Go, I don't think it's legit.
They search and replaced Go with COBOL, a few instances of "cobollang" and broken links (that get fixed by replacing cobol with go) definitely gives it away. :P
-
Programming Challenge: Mini Calendar Display
It has been a while since the last time we did something like a programming challenge, so here's one for ya. The life story of the author before you get to the recipe I've been working on a little...
It has been a while since the last time we did something like a programming challenge, so here's one for ya.
The life story of the author before you get to the recipe
I've been working on a little "today" website, showing what day it is, if it's a significant date for holiday/independence/... reasons, and one of the things I wanted was a small calendar display that showed the full month and days in each week. Like how XFCE's Clock plugin does it.
So I got to figuring it out and after finishing it up I thought this could be a nice little programming challenge. It has one input (the date) that can be in any of the rows and columns, and it's up to you to figure out all the rest.
Here's how mine looks in about 250ish lines of TypeScript (TSX technically) and SCSS.
The Recipe
Make a mini calendar display that shows all the days of the current month and at least one day of each adjacent month. So for example for May 2023: the 31 days in May, the 30th of April and the 1st of June should at least be visible.
It can be in any language with any method of rendering; simple text, TUI/GUI toolkit, web-based, raytraced in some game engine, nixie tubes, whatever.
Bonus Points
- Highlight the current day name in the first row, if you're including day names.
- Highlight the current day number, wherever it is.
- Highlight the current week row, wherever it is.
- Differentiate the days of current month and the days of the other adjacent months, wherever they are.
Some Tips
The week number
If your programming language of choice doesn't have a built-in way to get the week number, like JavaScript doesn't, this website may have you covered.
Testing
Make sure to test multiple different input dates, I thought I was finished with my display until I tried some other dates and noticed that there were still some bugs left to squash.
Starting
If you know what the first day in the calendar should be, counting up is as easy as "one two three"!
Weeks
If you use 6 weeks in the display, you will always have enough space to fit all the current month's days and the minimum 1 day of the adjacent month's too.
Showcase
If at all possible and with at least a few entries I will try to run all the submissions myself and create a little showcase website for it.
9 votes -
Comment on Tildes Pop-up Book Club: Roadside Picnic, by Arkady and Boris Strugatsky in ~books
Bauke I finished playing through the 3 original S.T.A.L.K.E.R. games (and had some fun in Anomaly too) a month ago so I may as well check out the original source too. Count me in. :DI finished playing through the 3 original S.T.A.L.K.E.R. games (and had some fun in Anomaly too) a month ago so I may as well check out the original source too. Count me in. :D
-
Comment on Why do recipe writers lie and lie and lie about how long it takes to caramelize onions? in ~food
-
Comment on Facebook owner Meta hit with record €1.2bn fine over EU-US data transfers in ~tech
Bauke The noyb post about this. Noyb (none of your business) is the organization that has been fighting this for a decade.The noyb post about this.
Noyb (none of your business) is the organization that has been fighting this for a decade.
-
Comment on What have you been listening to this week? in ~music
Bauke I just happened to be listening to Northlane's Quantum Flux and it reminded me of your comment, so here's another few to add: August Burns Red's Majoring in the Minors reminding us to not obsess...I just happened to be listening to Northlane's Quantum Flux and it reminded me of your comment, so here's another few to add:
- August Burns Red's Majoring in the Minors reminding us to not obsess over details (also the entire album Found in Far Away Places is amazing, also also cowboy solo yeehaw).
- Not necessarily a positive one but Erra's Dreamcatcher way of visualizing mother nature is one I've always loved.
- Make Them Suffer's Ether, for a long time this was my all time favorite song (also cool reference to Izanami & Izanagi from Japanese folklore).
- Thank You Scientist's Geronimo, prog rock but still worth a mention. The idea of "reversing gravity, making your way to heights you've never seen before" is a wonderful scenario to imagine yourself going through. Like that Doctor Strange scene where his mind gets blown.
-
Comment on BreezeWiki makes wiki pages on Fandom readable in ~tech
Bauke It only prevents future redirects from happening, it doesn't refresh.It only prevents future redirects from happening, it doesn't refresh.
-
Comment on BreezeWiki makes wiki pages on Fandom readable in ~tech
Bauke (edited )Link ParentYou can also toggle redirecting globally using a keybind (by default Alt+Shift+R, configurable in your browser's extensions settings). cc. @AugustusFerdinand, feature request added :)You can also toggle redirecting globally using a keybind (by default Alt+Shift+R, configurable in your browser's extensions settings).
-
Comment on BreezeWiki makes wiki pages on Fandom readable in ~tech
Amazing idea! How about I sweeten the pot and add some of my own goals, if I may. :D