Preferences

vim-guru
Joined 143 karma

  1. Very much agree! Apple has been dropping the ball lately
  2. This has been the default for us using magit for years.
  3. Why are some of the pages upside down?
  4. I've been using EDN for years without ever wishing for something different. It's unfortunate that it hasn’t caught on outside the Clojure world.
  5. I know. I don't even use vim bindings any more.
  6. I haven't used google in years and didn't realize it was this bad. How are they able to keep their market position?
  7. Nostalgia! However; dired (and wdired) is more powerful, so I won't be switching back any time soon.
  8. I could have written these exact words. Marriage needs a certain balance you know ;)
  9. Excel hates CSV

    It clearly means CSV must be doing something right.

  10. What an ugly logo, and the kerning is all wrong. Man!
  11. I agree with the author. I've written my fair share of typed code, but it is way more valuable to probe your program while running. I feel Jack Rusher puts it quite nicely in this talk: https://youtu.be/8Ab3ArE8W3s?t=1477
  12. This works surprisingly well for logo design. Cool concept
  13. So, kind of the opposite of https://github.com/lovrosdu/klor but with the same goal
  14. On macOS and Linux, I haven't noticed any performance issues with Emacs. On Windows, however, the performance is significantly worse. To make matters worse, I even have to patch w32.c just to get it to build:

    @@ -10298,7 +10298,7 @@ w32_read_registry (HKEY rootkey, Lisp_Object lkey, Lisp_Object lname) /* mingw.org's MinGW doesn't declare _dstbias. MinGW64 defines it as a macro. / #ifndef _dstbias -__MINGW_IMPORT int _dstbias; +__MINGW_IMPORT long _dstbias; #endif

    / Fix a bug in MS implementation of 'tzset'. This function should be

  15. https://nats.io is easier to use than Kafka and already solves several of the points in this post I believe, like removing partitions, supporting key-based streams, and having flexible topic hierarchies.
  16. I prefer: <short description> <BLANK LINE> <Detailed information> <BLANK LINE> <footer>

    Using a type is to contrived, because your commit will often include e.g documentation and a feature. Splitting them for the sake of following this pattern makes no sense.

  17. I've been working with Clojure on and off for over a decade, and I've found it exceptionally efficient at solving a wide range of problems—making it one of the best general-purpose languages available. However, I sometimes envy the capabilities of OTP, which provides a straightforward way to build fault-tolerant servers without the overhead of managing containers or databases.

    Additionally, while the growing number of compile targets in the Clojure ecosystem is impressive, it can also create confusion for newcomers. Whether it's compiling to native code with Jank, generating quick script snippets with Babashka, or using subsets of ClojureScript like sci or cherry, the diversity is both a strength and a challenge. I believe a concerted effort to unify configurations across these targets would help streamline the ecosystem and make it easier for developers to choose the right tool for their needs.

  18. You might as well sell this to Microsoft—they'd pay well, and more people would get to benefit from your great work!

    It really makes you wonder what kind of bloat is slowing down Explorer and whether it's lurking elsewhere too.

  19. What a great idea!
  20. I assume that you don't even need javascript after a few releases of Firefox. All other major players support scoped styles.

    https://developer.mozilla.org/en-US/docs/Web/CSS/@scope https://caniuse.com/?search=%40scope

  21. CSS has become significantly more user-friendly than in the past, with most browsers now behaving consistently. It's worth learning as there is no build step involved, and it avoids cluttering your markup with excessive code.

    You could opt to use style attributes directly within your HTML. Historically, we avoided this to maintain a separation of concerns, but it's puzzling why some prefer reintroducing similar methods. Is it just to save a few keystrokes? Using style attributes even seems more straightforward since it doesn't require translating code in your head.

    I simply don't see the appeal.

  22. Congratulations on a beautiful build!
  23. The parenthesis are a strength that allows for faster editing and easier parsing. Although I respect every en-devour to have fun with code, I hope people don't run with this as a serious option. It would be better to have editor extensions that emulate this with regular Clojure code; that! I could get behind.
  24. You might also like the org-babel features of creating executable code-blocks. You can even mix languages by using the output of one block as the input to another. Welcome to the future of 2012 ;) I made one such document a while back with mostly Clojure, if you want to have a look: https://github.com/dnv-opensource/reagent-flow/
  25. Not really. Apple has recently implemented comprehensive encryption measures. They themselves cannot access your data, so there is nothing for them to disclose. It's hard to understand why anyone would choose anything other than Apple these days tbh.
  26. I began developing some web components without delving deeply into the mechanics of Lit and Polymer, aiming to identify gaps in the standard web components API. Early on, I created several decorators and, in hindsight, they closely resemble what Lit provides. Therefore, I might concede that Lit could become a standard. However, since I haven't used it personally, I can't fully endorse it yet.
  27. Wow! I did that Matrix-effect once in C#/mono. It turned out to be way more complicated than I initially thought. Well done!
  28. It's unfortunate that org-mode is not more wide-spread (linked to Emacs). Org-mode covers this and a million other use-cases. Don't get me wrong though, this looks really good. So, congrats to OP :)
  29. Looks good and quite intuitive. Bug report: Editing text doesn't work in FireFox.

    Uncaught DOMException: An invalid or illegal string was specified ondblclick https://demo.gocodestudio.com/studio/assets/index-a9HvzMS3.j...

This user hasn’t submitted anything.

Keyboard Shortcuts

Story Lists

j
Next story
k
Previous story
Shift+j
Last story
Shift+k
First story
o Enter
Go to story URL
c
Go to comments
u
Go to author

Navigation

Shift+t
Go to top stories
Shift+n
Go to new stories
Shift+b
Go to best stories
Shift+a
Go to Ask HN
Shift+s
Go to Show HN

Miscellaneous

?
Show this modal