HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kigiri

no profile record

comments

kigiri
·เดือนที่แล้ว·discuss
Really cool
kigiri
·เดือนที่แล้ว·discuss
https://github.com/vtbassmatt/djournal is not public ? I'm using https://github.com/ralsina/grafito but I'm not super happy with it
kigiri
·เดือนที่แล้ว·discuss
I don't think so, I think SQL is unintuitive and hard to parse. Enough ppl disagree with me though judging by it's success it was clearly good enough
kigiri
·เดือนที่แล้ว·discuss
Agreed on both point, I think you underlined pretty well what was bugging me with the article !
kigiri
·เดือนที่แล้ว·discuss
I love the idea of SQL but to this day after years of using it I still have a strong dislike for it.

The syntax never was intuitive and still isn't, I always mix it up, I found it syntax error always a pain to debug, the tooling is all over the place.

I do agree that it's a truly valuable skill and expect it to last more 30 years.
kigiri
·เดือนที่แล้ว·discuss
it's possible in europe: https://help.instagram.com/923021729404927/?helpref=uf_perma...

Subscribe on Facebook.com or Instagram.com: €5.99 per month for one account, plus €4 per month (or price in applicable local currency) for each additional account in the same Accounts Center
kigiri
·เดือนที่แล้ว·discuss
I had a case in my job of an HR guy that was so bad a communication everything was super confusing and we always had issues and tension. Once GPT came out he clearly just copy / pasted LLM output and I was very conflicted because it felt insulting but it was the first time I was actually able to understand what he intended to say...

I sadly would prefer LLM output over prompt because I'm pretty sure the prompting was a process with him he would prompt, get a bad LLM output, seeing the LLM wasn't understanding force him to clarify and we ended up with actually understandable content.
kigiri
·2 เดือนที่ผ่านมา·discuss
Naming things is my principal use for AI, I don't always pick a name from the suggested ones but it sure help me find better ones.
kigiri
·2 เดือนที่ผ่านมา·discuss
It is definitly worth it, and moving to rust because compile times are too slow ? This can't be the main reason for the switch
kigiri
·2 เดือนที่ผ่านมา·discuss
Also this works on node too now, don't sleep on node improvements
kigiri
·2 เดือนที่ผ่านมา·discuss
Nothing, Deno raised capital back in 22

https://deno.com/blog/series-a
kigiri
·2 เดือนที่ผ่านมา·discuss
Node supports ts natively now though.
kigiri
·3 เดือนที่ผ่านมา·discuss
TurtleWoW wasn't a simple copy of the original game, you can see this as a legit extension it's a lot of work.

Sure it's no way comparable to the initial work of the original game but it's short sighted to think it's just a rip-off
kigiri
·3 เดือนที่ผ่านมา·discuss
I agree with your first statement, this match what I've witness when I learned coding by doing my own private sever.

But I can ensure you that my motivation wasn't money, and I don't think it's the case for most starting projects. How ever, with success come temptation, also if you can easily justify getting some cash

I could hire some dev, I could get a better server, do some promotion, etc...

And then when money arrive it's hard not to feel all your hard work doesn't deserve a bit of the share.

To me the main issue is that there is no legitimate way to license blizz IP and give back a share.

TurtleWoW wasn't a simple "recycle the content and don't pay for retail" type, and those are actually a lot of work interesting take on the classic game.

It's a shame there are no good legal way to make a legit business to explore those ideas more seriously and for the "private server scene" to grow up in it.
kigiri
·4 เดือนที่ผ่านมา·discuss
I work on a ~9y old nodejs codebase, have none of those issues, we have 8 dependencies, this is fully resolved tree.

One to generate zip files, one for markdown parsing, connecting to postgres, etc... most of them have no sub dependencies.

We always reach out first to what nodejs lib have, try to glue ourself small specific piece of code when needed.

The app is very stable and we have very few frustrations I used to have before. Note that we used to have way more but bit by bit removed them.

Now I would whitelist anything from the deno std* lib, they did a great job with that, even if you don't use Deno, with what ever your runtime provide plus deno std you never need more than a few packages to build anything.

JS is doing pretty good if you are mindful about it.
kigiri
·8 เดือนที่ผ่านมา·discuss
Deno solves this, it's not a JavaScript Issue, it's a Node.JS / NPM issue.
kigiri
·9 เดือนที่ผ่านมา·discuss
We moved a 8y/old React app to preact in a few lines of code, barely anything was needed.

I think the signals integrations are great added value to the "classic React" formula.

Light weight bundles too, can't recommend it enough.