Viewing profile — ki_
ki_
HN member- Joined
- Wed, Mar 30, 2022, 12:56 PM UTC
- HN karma
- 120
- Public activity
- 89 items
- HN profile
- View on Hacker News ↗
About ki_
No profile information was provided.
Recent public activity
-
comment
Comment #39184217
I dont know why they make it that difficult. I just do it like: https://pastebin.com/duN0cGJY
-
comment
Comment #38998734
I have an M2 for my work. MacOS still gives me random lag spikes sometimes. But it's probably because the OS is bad and not the hardware. This is never an issue on win/linux. idk. …
-
comment
Comment #37240110
1. You can share templates between front & back-end using any language. (im not talking about WASM) 2. CSS has NOTHING to do with js/ts. 3. Most single page js applications require…
-
comment
Comment #36874288
horrible article, title is super clickbait and totally not what the article represents. There is no backfire and all it says is that some people dont know what can or cannot be rec…
-
comment
Comment #36068292
I thought v was older, hmm, ok. But still, all these languages should have reached 1.0 by now. Except for jai, because jblow has other things todo. Wasnt c created in 2 weeks?
-
comment
Comment #36034141
at the moment, if you want a non gc language with automatic memory management, rust is your only choice. ki is an alternative, but my goal is to make it a much simpler than rust. I…
-
comment
Comment #36033252
in v? i have no idea, never used it.
-
comment
Comment #36032186
! ignores the function error (only possible with void return types) !? provides an alternative value when the function errors !! exits the current scope on an error, e.g. return,co…
-
comment
Comment #36032059
I removed this section from the website. As others said, the text is not good and not really helpful.
-
comment
Comment #36031989
"It does not have any garbage collection and instead uses ownership combined with minimal ref counting to manage memory" Because we only allow you to store values with ownership in…
-
comment
Comment #36031793
I think v-lang is faster than ki, rust, go. But their memory management isnt waterproof. Also, they have been in development for a really long time and there isnt much progress. Th…
-
comment
Comment #36031653
yeah, that might be a good idea.
-
comment
Comment #36031483
I could add an example to the git README. Currently there is an example on: https://ki-lang.dev/ https://ki-lang.dev/docs/dev/intro For a more indept view of the language you will …
- comment
-
comment
Comment #36031330
i'll remove it ^_^ it seemed like they want you to use Visual studio and for me it was like 10GB+ for a minimal setup. idk.
-
story
Show HN: Ki Programming Language
Alpha preview for the ki programming language. Currently linux-x64, macos-x64 only. Windows users can use WSL for now. Feedback is much appreciated.
- comment
-
comment
Comment #35900568
All i see is that the php fpm based frameworks (e.g. laravel) are 100x - 300x slower. And this is the best case scenario. When projects grow, php-fpm gets slower and slower. Which …
- comment
-
comment
Comment #35684833
Ringbuffers are one of my favorite things to use. Thanks for the article.
-
comment
Comment #35625283
If both run under 500ms. I guess it's your choice. Just pick the one that's most productive for you. If flake8 takes longer than 1 second, i'd replace it with ruff. 1 second is a r…
-
comment
Comment #35553021
Thanks for changing it, i dont know why people are giving you such a pushback, personally, i think the internet could use a bit less hype titles. Side note, i'd pick "Using" instea…
-
comment
Comment #34961394
I like nix because it seems like an alternative to docker. Yet. Im never going to use it, because it has complexity and i dont understand why. Which is why i dont use docker nor ni…
-
comment
Comment #34743951
That's distributed ownership. Basically you get ownership of certain objects for no reason. And if you question the Goverment Class about this behaviour, you get freed from memory.…
-
comment
Comment #34742070
True. But doing this yourself can result in bugs. It would be nice if we didnt have to think about it.