Hacker News new | past | comments | ask | show | jobs | submit | mklappstuhl's comments login

I read you migrated to an S3-based git backend — would love to hear more about that story and how you managed the migration. Did you migrate all repos at once or on demand?

Also chapeau for the quick turnaround, I logged into lovable and saw the incident and you didn't let GitHub slow you down :-)


MobileDoc might be interesting to you: https://github.com/bustlelabs/mobiledoc-kit


user: Siimteller created: 1375 days ago karma: 394 about: Marketing @ Wire.com

lol



Thank you! Facebook is blocked where I work, so this gives me a chance to read this when I have some time.


Is the actual paper hidden behind a login? o.O


Maybe you have to login so they can adapt the paper's conclusions to match your social graph.


Why not a proper github.com domain? First moment I saw the URL I thought "fake".


I'm curious what problems came up in your conversation?


Does this also affect the #_ discard macro? And what about anonymous functions like `#(+ 5 %)`? Since those are reader macros I assume yes?


The Feature Macros proposal is only adding macros and vars to Clojure---the reader isn't modified at all. Since all of the things you mentioned are reader macros (as you pointed out), Feature Macros never even see them, so they won't be affected in any way. (Reader macros are expanded before regular macros are, so regular macros don't see things like `#(...)`, they see `(fn [] ...)`.)


The great point made in the README is that we can't generate feature expressions. With feature macros we can have macros that generate cross-platform code. That's big in my mind.

That hasn't been a problem with reader macros in the past since you don't need to generate `#(...)` if you have `(fn [] ...)`.


See my comment here: https://news.ycombinator.com/item?id=8924227

I don't understand when I would ever want to generate a feature expression. The goal is to generate platform-specialized code. You never have to generate code that generates platform-specialized code!


I wasn't aware that this is discouraged. Is that part of the guidelines? I couldn't find the relevant section at brief skimming/ctrl-f.


HN does "voting ring detection" IIRC and penalizes heavily news which are upvoted by many people in a short time. There is some logic to differentiate between voting rings and genuinely very interesting articles, but I don't know any specifics. Anyway, posting a link to HN submission anywhere else than HN has a good chance of making this submission dead.



I would implement cassowary (the constraint solving algorithm) in Clojure/Clojurescript. And then I would try to find a good way to make it usable for layouting in React-based environments. I think it could be done in a shorter timespan.

Anyone interested in pairing on that?


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: