Viewing profile — lukaszkorecki
lukaszkorecki
HN member- Joined
- Thu, Aug 20, 2009, 12:55 PM UTC
- HN karma
- 277
- Public activity
- 111 items
- HN profile
- View on Hacker News ↗
About lukaszkorecki
Thing of the Internet
Recent public activity
-
comment
Comment #49129220
That's how I worked but it gets tedious for reviewers because there's no easy way to navigate the stack. In the end, I vibe coded an internal PR stacker which stores stack data usi…
-
comment
Comment #48895273
Ghost Rider 2099 is sadly missing from this list
-
comment
Comment #48815139
For me it solves a real issue, a lot of the code that I work on looks like this: (defn foo [{:keys [a b c] :or {a 1}] {:pre [(some? b) (some? c]} ..... having `:keys!` will automat…
-
comment
Comment #48468049
Maybe I'm grumpy and old or something, but I wish there was only one Component library for Clojure, out of all the things this should have been the one everyone settled on.
-
comment
Comment #48392279
I need to check this out, I bounced off Max 3 times now because I find the GUI approach so tedious
-
comment
Comment #48152101
In my experience it was as simple as connecting to AWS and tagging resources in Terraform. I got it all done in around 3 weeks. So maybe yes, if somebody doesn’t know about SOC2 th…
-
comment
Comment #48150833
My company had 6 employees, I was the CTO and I can't imagine getting SOC2 certified without using Vanta - that was back in their early access/beta days. I had no choice - we had s…
- story
-
comment
Comment #47082040
It has one - it’s been a part of the JDK for a while https://docs.oracle.com/en/java/javase/11/docs/api/jdk.https...
-
comment
Comment #47005959
I don't remember the exact situation, but I think this relates to this: Clojure core was sent a set of patches that were supposed to improve performance of immutable data structure…
-
comment
Comment #45921091
Looks great, shame that due to annotation-based API it's gonna be a pain to use in Clojure.
- story
-
comment
Comment #44814420
it's coming: https://github.com/editor-code-assistant/eca
-
comment
Comment #44008276
It's doable but you need a lot, and I mean a lot of documentation proving that you are indeed an alien with extraordinary ability. Any press mentions of you and your company, artic…
-
comment
Comment #43643057
Most of the time I have 4 or 6 buffers visible at once, including the REPL and files I’m editing - and that’s when I’m working on “one thing”, having packages like transpose frame …
-
comment
Comment #42400565
I could add at least 10 more to this list, just based on my personal experience
-
comment
Comment #41016550
djaypro is what you want in this case - but you’ll also need a mixer/interface which supports DVS (like Numark Scratch). There are all-in-one hardware options but from what I remem…
-
comment
Comment #38641925
To add to it - the frame meter in SF6 training mode is an equivalent of the cards presented in the article, but built into the game.
-
comment
Comment #37099981
> The arguments articulated are entirely false I’d would disagree - I had the exact experience that the autor described. But you are right on this point > it’s entirely possible to…
- story
-
comment
Comment #35533503
Postgres has a NOTIFY feature: https://www.postgresql.org/docs/current/sql-notify.html that can be used for this if you don't want to poll.
- story
-
comment
Comment #34746133
I wrote some jQuery-based code to enhance a page rendered by Rails this week, it felt pretty great as compared to waiting for Webpack to do its thing
-
comment
Comment #34446404
It's almost acceptable, except that there's no timeline sync between clients - personally for me it's a pretty big dealbreaker
-
comment
Comment #34363834
Same thing is happening with Twitteriffic - I’m assuming Twitter’s API is down, or worse: the new owner has decided that 3rd party clients are not desirable anymore