Viewing profile — ivanjermakov
ivanjermakov
HN member- Joined
- Mon, Jan 24, 2022, 4:26 PM UTC
- HN karma
- 2,585
- Public activity
- 1,292 items
- HN profile
- View on Hacker News ↗
About ivanjermakov
https://ivnj.org
https://substepgames.com
https://github.com/ivanjermakov
Recent public activity
-
comment
Comment #49225987
I'm yet to work on an enterprise project where programming is beyond simple validation, simple SQL, simple sheduling, simple mapping, simple error handling. Might be more about web…
-
comment
Comment #49213662
Pay to change logo??? Just fork Anubis and remove one div... It's not SaaS first software, you're expected to deploy it on your web server.
-
comment
Comment #49157543
I think it's pretty common in software companies to maintain own custom fork of an open-source tool/library.
-
comment
Comment #49153459
Remembering times when JetBrains was about carefully crafted Java intellisense. And I don't think demand for such tools is gone.
-
comment
Comment #49129650
Not exactly what you're asking, but they have a way to test their ACL policies: https://tailscale.com/docs/reference/syntax/policy-file#test...
-
comment
Comment #49126213
I'm surprised installing native software is still commonplace. At least in a world of gaming and professional software it's coming from reputable source, but when it comes to PC en…
-
comment
Comment #49126132
I don't think it was mentioned, but the algorithm would be different based on the behavior of the majority. In some buildings most traffic is either up from lobby or down to lobby,…
-
comment
Comment #49126087
Elevator algorithm I'm used to always goes up from lobby and always goes down from any other floor. Meaning that it goes all the way to the highest order and picks orders top-down …
-
comment
Comment #49126046
You will like https://www.zachtronics.com/
-
comment
Comment #49122958
> Generic types such as List and Comparable can be instantiated with value classes as the type arguments. > JEP 218, Generics over Primitive Types (with revisions), will allow gene…
- story
-
comment
Comment #49112682
GitHub needs to make it easier to see vibeware. At least Claude Code adds itself as a commit co-author and it's being shown as a collaborator.
-
comment
Comment #49112006
> but HN loves it There is popular sentiment on HN that CF is making internet worse by being a core infrastructure element most websites use.
-
comment
Comment #49091774
CLAUDE.md is not only uppercase for no reason, they didn't even tried to hide it with dot prefix. Sorry, I don't want to be an ad banner for your product.
-
comment
Comment #49073436
There is also a Blik feature to pay in one click - merchant remembers your payment and allows making subsequent payment without code, just by confirming transaction via banking app…
-
comment
Comment #49063242
Made a tree-sitter powered text editor. Implementing incremental parsing improved performance from 5ms to 400us for small edits in a ~100LOC file. For many applications tree-sitter…
-
comment
Comment #49056305
Or just run Overpass OSM query with `node["leisure"="golf_course"]` https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL
-
comment
Comment #49051395
> But it could just as easily be malware Everything that can be downloaded could easily be malware. No users verify binaries/compile from line-by-line verified source. It's always …
-
comment
Comment #49051260
Filip mentioned in the talk that Fil-C is his personal project.
-
comment
Comment #49048735
For real! Good contenders for 3 dimensions: individual expressions, call stack, time.
-
comment
Comment #49048153
I think humans are pretty good at thinking/operating in a 3D space. It's just that digital interface and programming tooling is not there. Obviously because usually there is no dir…
-
comment
Comment #49042715
Software will always be as bad as users world allow it to. Applies to every good and service.
-
comment
Comment #49040542
It's a framework for correctness, after all :)
-
comment
Comment #49026876
Wonder how this opinion will age. Won't be surprised if in 10 years OpenGL will be more widely supported and used than Vulkan. It's the Lindy effect after all.
-
comment
Comment #49014184
Except hackernews is about different kind of hackers. http://www.catb.org/jargon/html/H/hacker.html > 1. A person who enjoys exploring the details of programmable systems and how t…