sielakos.bsky.social
@sielakos.bsky.social
I could probably get it to do right thing with more details and some prompt engineering, but what is the point? By that time I already have test case written.
January 9, 2025 at 9:19 AM
It's not hard thing to do. Especially that windows is basically ads platform right now.
December 17, 2024 at 12:54 PM
No better way to motivate then seeing man you arrived with dead 500 meters before you
December 17, 2024 at 11:45 AM
Well for frontend you have vite and pracel. For backend I find it most of the time it's fine not to compile. That doesn't mean there shouldn't some typecheck step in CI.

But I assume we are talking about small personal projects.

Big commercial projects will probably never have small setup
Under Construction
step.in
December 17, 2024 at 11:09 AM
Bun.sh seriously I like TS most for type hints and write shell scripts in it. The thing I love about it. It just works and I need nothing else.
Bun — A fast all-in-one JavaScript runtime
Bundle, install, and run JavaScript & TypeScript — all in Bun. Bun is a new JavaScript runtime with a native bundler, transpiler, task runner, and npm client built-in.
Bun.sh
December 17, 2024 at 10:52 AM
Gosh, I hate being forced to use macos ...
December 17, 2024 at 10:50 AM
Yeah, there is shit load of it here
December 12, 2024 at 10:28 AM
More or less both. Not really familiar with go ecosystem
December 10, 2024 at 9:29 AM
Pure standard library without any third-party library?
December 10, 2024 at 6:58 AM
What is your go stack.for backend?
December 9, 2024 at 9:45 PM
For failure handling I do it case by case :) and try to assume everything can fail, especially everything network related (db, rpc calls and so on). The usually either retry or total failure of request. In rare cases I kill node to be restarted.
December 5, 2024 at 12:48 PM
Are you asking for failure handling? Or monitoring?
December 5, 2024 at 12:46 PM
The AI systems are such BS... it's like recruiting agant on steroids. Do what you did before.
December 4, 2024 at 9:36 PM
There is some truth to it. But it's hard to do bit by bit reproduction.
December 4, 2024 at 9:35 PM
I read articles about 40% increase in job offers. Seen a lot of new offers on boards, but on other hand I read posts from people finding it hard to land a job
December 4, 2024 at 7:50 PM
Most if the time it's just rush to finish line. Sad truth is when accessibility isn't required by law for public project no ones gives I shit. It's sometimes hard to fix bugs or do proper testing to ensure that software is not shit. Most of the companies happy release crap.
December 3, 2024 at 10:16 AM
Mostly it's just designer wild artistic fantasy. I once did double range picker with rainbow between values... :) Not to mention there is never time for accessibility.
December 3, 2024 at 10:08 AM
Maybe improvements isn't right word for it. But it's not never, but it's rare for projects to be just maintained. I never worked in such project. It's always mix.
December 3, 2024 at 10:06 AM
And some custom form fields, because using html native fields is sooo bad :) everything has to be custom shit.
December 3, 2024 at 10:03 AM
Yeah, I don't want to do modern FE anymore. I love doing visualizations with graphs. Some graphical programming, but shit you not I vomit when I see another overly complex form from person calling themselves designer.
December 3, 2024 at 10:02 AM
When project stops being improved and just get fixed :)
December 3, 2024 at 10:00 AM