back
user profile
Alifatisk
6,483karma·3,495submissions·October 14, 2022
recent activity (3,495 total)
comment
https://wehatecaptchas.com/
comment
Yea we used ArgoCD with our k8s cluster too at my previous job. And all the merges were done on Github.
comment
The only upside I see with Podman compared to docker is, - Podman is rootless - Podman is daemonless
comment
ORM all the way, I write native SQL when I really need something specific but most of the time, ActiveRecord does the job well.
comment
I agree with you, you can ship very interactive ui without the complexity on the frontend. Have a look at stimulusreflex for example [1], the state is handled on the backend leading to you shipping le…
comment
These components are beautiful!
comment
I wonder if Google pays Apple to do this too?
comment
Why would I need multiple versions?
comment
My raspberry couldn’t handle it
comment
Can't wait for the actual benchmarks
comment
I am open to piracy when there is like 10 different streaming services offering exclusive movies. Sure, I can afford having one or two subscriptions but I can't have 10 different subscriptions. P…
comment
There are two things I see Python being better at. - Static typing We have RBS but that is written to a separate file, the only thing I see being close is the Contracts gem - Lots of first class scien…
comment
Well, Ruby 3 has Ractors which is still in experimental stage but offers true multicore processing. It's quiet fun to play around with actually, to see all your cores being utilized.
comment
Well there is also: def foo(*rest)
bar(*rest)
end
if that helps? What would you prefer instead of the asterisk?
comment
41% faster code execution?! That’s incredible.
comment
That would be really interesting to see
comment
RBS is still suggested, but have you tried the Contracts gem?
comment
Ruby has paranthese, but it’s optional
comment
Interesting approach, I enjoy seeing new alternatives to electron.
comment
Don't forget https://gluon-lang.org
comment
Cloudflare, to me, is seen as worlds largest mitm.
comment
Webtorrent have made it very easy to stream pirated movies aswell
comment
Never heard of kdenlive, had to look it up.
Looks like an amazing pieces of software for being FOSS.
comment
Archive: https://archive.is/CfFcP
comment
Is there a site that lists every db in every category? Like Timescale, Clickhouse for time series & Mongodb for documents etc
comment
This tool really improved my Windows 10 experience and lowered the idle load to 5% https://github.com/ChrisTitusTech/winutil …