SuperFola

joined 2 years ago
[–] SuperFola@programming.dev 1 points 11 months ago

Probably too long. That was a philosophy I had at school and iirc the founders never finished school and started MS in a garage.

[–] SuperFola@programming.dev 78 points 11 months ago (9 children)

Who needs tests when you have users?

The testing environment is production!

[–] SuperFola@programming.dev 1 points 11 months ago

I use camel case for methods and functions and snake case for variables. And pascal case for constants. Why? I don’t really know, it makes for a nice distinction I guess.

[–] SuperFola@programming.dev 4 points 11 months ago* (last edited 11 months ago)

If you are interested in tiny lisp like languages, this gitlab could be of interest to you.

Full disclaimer, I came across it a few years back as I am the maintainer of arkscript (which will get faster and better in the v4, so that data about it there is accurate as a baseline of « it should be at least this good but can be even better now »).

[–] SuperFola@programming.dev 7 points 11 months ago

You could consider markdown extensions that helps you write and visualize!

Like this one: https://github.com/MeanderingProgrammer/render-markdown.nvim

[–] SuperFola@programming.dev 4 points 11 months ago

Three dots like this is also an ACAB symbol.

[–] SuperFola@programming.dev 1 points 11 months ago

Sorry for being this late to the party, it’s a bug in discord: they ignore focus mode. I shoot them a bug report with video evidence and even how to fix that in their electron config (that’s pretty easy to do), they answered saying that has been noted and all but can’t give an estimate…

Hopefully it will be fixed between them adding two useless new features that nobody want!

[–] SuperFola@programming.dev 18 points 11 months ago (1 children)

People always make it such a huge deal but that has been pretty normal, since Microsoft owns GitHub we have had a t least 2 if not 4 outages per month.

[–] SuperFola@programming.dev 2 points 11 months ago (1 children)

A card grabber disguised as a game to me

[–] SuperFola@programming.dev 2 points 11 months ago (1 children)

This feels like not a game but a card grabber. And no, saying « this is just a game » isn’t convincing at all.

[–] SuperFola@programming.dev 4 points 11 months ago

If you are using choc switches, the new ambients are made to be silent, and so far it has worked great for me

[–] SuperFola@programming.dev 2 points 11 months ago (1 children)

Thanks!

It would have been a lot easier to generate a fresh UUID for every record, but that means storing it. And we would have a unique sequential id alongside a unique UUID, two different keys for the exact same data. It is doable, afterall it's just an additional 128bits for every record, but for the sake of it I wanted to not store an additional ID and be able to compute the UUID on the fly from the base sequential ID.

view more: ‹ prev next ›