HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lukaszkorecki

277 karmajoined 17 anni fa
https://korecki.me

Thing of the Internet

Submissions

Personal AI Safety: The Default Settings Will Not Save You

personalaisafety.com
3 points·by lukaszkorecki·3 mesi fa·0 comments

[untitled]

1 points·by lukaszkorecki·10 mesi fa·0 comments

comments

lukaszkorecki
·5 giorni fa·discuss
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 automatically remove the need for `:pre`
lukaszkorecki
·mese scorso·discuss
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.
lukaszkorecki
·mese scorso·discuss
I need to check this out, I bounced off Max 3 times now because I find the GUI approach so tedious
lukaszkorecki
·2 mesi fa·discuss
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 then Vanta might be getting in the way but it in my case it literally solved all my problems in a month or so
lukaszkorecki
·2 mesi fa·discuss
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 so many security assessments spreadsheets sent by potential customers, that getting SOC2 saved us time in the long run.
lukaszkorecki
·5 mesi fa·discuss
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...
lukaszkorecki
·5 mesi fa·discuss
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 structures but were provided without much consideration of the bigger picture or over optimized for a specific use case.

There's a Reddit thread which provides a bit more detail so excuse me if I got some of it wrong: https://www.reddit.com/r/Clojure/comments/a01hu2/the_current...

*Edit* - actually this a better summary: https://old.reddit.com/r/Clojure/comments/a0pjq9/rich_hickey...
lukaszkorecki
·8 mesi fa·discuss
Looks great, shame that due to annotation-based API it's gonna be a pain to use in Clojure.
lukaszkorecki
·11 mesi fa·discuss
it's coming: https://github.com/editor-code-assistant/eca