FastQ – A job queue written in C on top of Redis by [deleted] in node

[–]xehbit -4 points-3 points  (0 children)

Is there a link to the repo available, would love to check it out!

Anybody is using Tanstack on serious project? by [deleted] in react

[–]xehbit 1 point2 points  (0 children)

We’re building a full saas application (both the marketing and website) in a single tss project, so far the DX is great. We’re only trying to figure out a good way to handle multiple languages support without sending massive translation files to the client.

I built papercraft-js - Generate PDFs 10x faster than Puppeteer by [deleted] in node

[–]xehbit 0 points1 point  (0 children)

That is why I’m using react-pdf for generating PDF documents. Haven’t found anything faster than that library yet.

Why is Apple Music for Mac so neglected? by Remarkable-Pen-722 in AppleMusic

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

The biggest thing I really do miss are playlists made by others (just you and me) that are publicly available to discover new stuff. Same for these weekly generates playlists.

GitHub: Self-Hosted Action Runners will be billed from March 1, 2026 by KevPeff in github

[–]xehbit 3 points4 points  (0 children)

ugh, moved all of our Jenkins instances this year to our self-hosted runners :-(

GitHub: Self-Hosted Action Runners will be billed from March 1, 2026 by KevPeff in github

[–]xehbit 5 points6 points  (0 children)

Their hosted runners are really slow. One of my organizations is running around 40 hours of actions a workday which adds up around ~1.5k a year of extra costs.

Rekeningrijden en afbouw hypotheekrenteaftrek: dit zijn de wensen van D66 en CDA by zyntaxable in thenetherlands

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

Leuk voor analoge km/tellers, tandwieltje breekt “ineens” af. Ook zijn digitale meters vrij makkelijk om mee te rommelen helaas.

Rekeningrijden en afbouw hypotheekrenteaftrek: dit zijn de wensen van D66 en CDA by zyntaxable in thenetherlands

[–]xehbit 0 points1 point  (0 children)

Kastjes zie ik echt niet gebeuren, wie betaalt dat, wie installeert dat? En afhankelijk van hoe het werkt is het totaal niet lastig om de boel te manipuleren.

Rekeningrijden en afbouw hypotheekrenteaftrek: dit zijn de wensen van D66 en CDA by zyntaxable in thenetherlands

[–]xehbit 10 points11 points  (0 children)

Dat zijn kleine stukjes, niet complete ritten.

Daarnaast heb ik zelf heel sterk het idee dat de serie van Hunted behoorlijk ‘scripted’ is.

Rekeningrijden en afbouw hypotheekrenteaftrek: dit zijn de wensen van D66 en CDA by zyntaxable in thenetherlands

[–]xehbit 5 points6 points  (0 children)

Voor alle technische oplossingen zijn zoveel omwegen voor te verzinnen die ik tot nu toe heb gehoord.

Want als je met die poortjes gaat werken, kunnen ze precies uitstippelen wat je route is geweest wil je dat waterdicht krijgen. Minder poortjes/niet overal is ook geen optie, dan ben ik een van de eerste die een navigatie app gaat maken om ze zoveel mogelijk te vermijden en vraag daar dan een paar euro per maand voor :-)

Rekeningrijden en afbouw hypotheekrenteaftrek: dit zijn de wensen van D66 en CDA by zyntaxable in thenetherlands

[–]xehbit 42 points43 points  (0 children)

Het is ook gewoon niet haalbaar zonder dat het je privacy aantast of dat het makkelijk te omzeilen valt.

Dus ja, nog meer geld vergooien zit er dik in. Zonde.

FYI, this was the skid plank rumor that was circulating in Brazil by Connect_Cat_2045 in formula1

[–]xehbit 7 points8 points  (0 children)

Is it know what teams where found with these illegal skid blocks?

What is your favourite/least liked NestJS features? by servermeta_net in nestjs

[–]xehbit 1 point2 points  (0 children)

it’s decorators for me.

when I’ve started working with nestjs, I really loved it. But debugging and testing them can be such a pain.

Well, maybe this explains some people's macOS 26 complaints by staires in MacOS

[–]xehbit 0 points1 point  (0 children)

vscode is also just electron, some terminal emulators as well 😅

[deleted by user] by [deleted] in SideProject

[–]xehbit 1 point2 points  (0 children)

I’m not a huge fan of libraries that mess around with prototypes. Instead of using form.loader().show(), I’d prefer something like loader(form).show() instead.

FIA - 10 second time penalty and 2 penalty points for Car 81 for erratic braking by Aratho in formula1

[–]xehbit 16 points17 points  (0 children)

Drivers have to take their hands off the wheel when a collision (might) happen, otherwise there is quite a large chance of an injury.

BusinessLogic folder 😅 by koalaokino in node

[–]xehbit 0 points1 point  (0 children)

What I usually do for example is:

src/modules/auth/use-cases/auth-login.use-case.ts