- 2 Posts
- 8 Comments
Kissaki@programming.devto
Programming@programming.dev•Github confirms random 401 responses on unauthenticated `git clone`s are no mistakeEnglish
4·4 days agoDDOS is most effective on expensive endpoints. A git clone isn’t exactly cheap. Fetching is especially expensive if you vary the revisions you fetch.
Does GitHub have an alternative here? A Git-compatible protocol with anonymous access that is DDoS-resilient?
Kissaki@programming.devto
Programming@programming.dev•Github confirms random 401 responses on unauthenticated `git clone`s are no mistakeEnglish
1·4 days agoDoes all of that access really need to be anonymous access? I get that it’s convenient. But let’s be practical; they have to manage anonymous bot spam somehow.
Kissaki@programming.devto
Programming@programming.dev•Github confirms random 401 responses on unauthenticated `git clone`s are no mistakeEnglish
5·4 days agoOur aim is to make public repositories accessible without authentication as much as possible. However, like much of the Internet, we continue to see significant increases in the volume of robot traffic recently which has increased the need for verification, for example CAPTCHAs.
As I expected, it’s about combating (excessive) bot traffic.
Kissaki@programming.devto
Programming@programming.dev•TMOG — Your whole machine, at a glance.English
1·7 days agohttps://www.redhat.com/en/blog/intro-cockpit
I see, thanks
Kissaki@programming.devto
Programming@programming.dev•Laravel keeps getting bigger and I'm not sure that's goodEnglish
3·7 days agoif I was going to expand my horizons
Python is well liked and beloved, but it never captivated me or felt intuitive.
Writing magic init logic feels like a hacky workaround, like putting frameworks and concepts around what is, at its core, a scripting language. If you’re committed to it, maybe you’ll get past that barrier and find it’s good, I don’t know, I never got there. From outside, and with experience in other languages/ecosystems, it just never felt correct to me.
Have you considered alternatives? For example, C#/dotnet?
Just my experience/opinion. As I said, it seems well beliked by others. I can’t speak for their views or experiences.
Kissaki@programming.devto
Programming@programming.dev•TMOG — Your whole machine, at a glance.English
0·8 days agoThe clarity of Activity Monitor.
The depth of Task Manager.
The speed of a cockpit.What is “a cockpit”?
Kissaki@programming.devto
Programming@programming.dev•Good Culture is the Biggest Productivity Hack, Not AIEnglish
14·8 days ago
ha, nice pic



Just summarizing the title teasers:
10x faster by switching from JavaScript to Golang. Rust was not feasible because it does not have a GC/does not support circular dependencies, and they have many of those, and did not want a rewrite but a minimal effort switch.
AI may produce a lot more code, but what code does “90% of code” refer to. AI is not capable of novel or complex stuff, you still need humans in the loop. Juniors remain significant to train them into seniors.