- azthecx parentWith this type of experience and knowledge requirements, even Cryptography, that pay range seems quite on the low side. Someone with those skills can get paid far more in the Netherlands
- As a software developer do you genuinely believe that it is harder for indie game developers to build online infrastructure and pay for its hosting costs rather than build some LAN feature into the game, or to package local server binaries into the game as it was done just a few decades ago?
- There are arguments to be made, especially if you're young and just starting out to take a reasonable amount of margin and kickstart your compounding growth.
Say you just started working, have no use for your money and are willing to bet 20k on index funds vs a 90% market drop, you should be able to take 2k in leverage and set up your position be auto closed.
But of course as you have more money this type of market exposure starts shifting as you have shorter timer horizons to rebuild and are instead going into more of a wealth conservation mode.
- If you're looking at the CLI there are specific man pages for it.
You can find creation here https://github.com/git-bug/git-bug/blob/master/doc%2Fmd%2Fgi...
And status update here https://github.com/git-bug/git-bug/blob/master/doc%2Fmd%2Fgi...
- No, with vibe coding you are not a reviewer an editor or an author, quoting from the source:
There's a new kind of coding I call "vibe coding", where you fully give in to the vibes, embrace exponentials, and forget that the code even exists. ... I "Accept All" always, I don't read the diffs anymore. When I get error messages I just copy paste them in with no comment, usually that fixes it. - You can see it on the totp section of the underlying project https://github.com/game-ci/steam-deploy
- I think this approach is not very favoured by hacker news but it's also what I prefer. It's so much easier to quickly gauge a minimum level of the basic programming knowledge and other sw knowledge by just asking some simple directed questions.
I once got a guy that claimed to have implemented multiple default HTTP JSON REST APIs and somehow had never:
- tested his API with JSON payloads, serialise serialise - never queried his APIs manually or semi automatically (no knowledge of curl, postman or anything similar)
- Microservices lend themselves to architectural decisions that LLMs are just not trained to understand.
It's one thing to have it be trained in billions of loc and be useful, its another for it to have enough quality dataset to have enough context and understanding of something like Kafka partition ordering and its possible interactions with something like a database and at-least once delivery. It will give you an explanation of those things in isolation, but not in combination.
- I believe you are referring to Headscale https://github.com/juanfont/headscale
- I would actually use this, but I am unsure of it's pricing model and ease of backup. Perhaps I missed it somewhere. Good mobile support on my device.
Two suggestions: - automatically convert units?, eg IP from Europe assume grams on some setting, convert {Rice}(2 cups) to grams when rendered - On the timer feature, create a timer (non popup) on the rendered section so I can just one press it to track time for me without changing apps / browser tabs
- I personally don't use it too, but I think it's origins are not just readability, but from developing queries in a REPL like environment.
As you develop and are constantly creating / debugging queries where you often add new and or or clauses as a whole line, that becomes much faster to add and remove those same lines as they're a single shortcut away in nearly all text editors.
- What sort of complexity do you need? I've used them on my previous job and am implementing it on the current one. I have never heard of the last three you mention.
Otel collector is very useful for gathering multiple different sources, eg I am at a big corporation and we both have department level Grafana stack (Prometheus Loki etc) and we need to also send the data to Dynatrace. With otel collector these things are a minor configuration away.
For Kafka if you mean tracing through Kafka messages previously we did it by propagating it in message headers. Done at a shared team level library the effort was minimal.