back
user profile
iLemming
2,828karma·2,026submissions·February 14, 2015
about
@iLemming
[ my public key: https://keybase.io/agzam; my proof: https://keybase.io/agzam/sigs/La7qFk8YkbwfkgeSx7vkBWBba2f3HIpZyNVxUHvshbU ]
recent activity (2,026 total)
comment
No, as far as I know, at Apple, this is strict - you cannot contribute to OSS, period. Not from your own equipment nor your friend's, not even during a vacation. It may cost you your job. Of cour…
comment
> Swift never felt truly open source either. Apple has been always 'transactional' when it comes to OSS - they open source things only when it serves a strategic purpose. They open-sour…
comment
It's not even the fact that digital evidence is being used in courts these days, the disturbing thought is, all in all, that it's not that implausible for malicious actors to fake anyone…
comment
IIRC it was Gary Bernhardt who formulated the name for the pattern:
https://www.destroyallsoftware.com/talks/boundaries …
comment
Related: Doom in Emacs https://github.com/minad/doom-on-emacs
comment
something like (zone 'zone-pgm-dissolve)
comment
> Flameshot isn't great on macOS What do you mean? For what it does, it absolutely works nicely on mac.
comment
Honest and maybe stupid question. What does enabling HDR on Mac actually does? I have Samsung Odyssey, and turning it on for me only slightly dims the brightness of the display and rather feels uncomf…
comment
> Flameshot already has a feature to upload to Imgur Didn't they remove it though? Because someone complained about "privacy" or something? Devs promised to bring it back as the plug…
comment
Duplicate of https://news.ycombinator.com/item?id=46791319 (posted by the author)
comment
btw. Clojure (modern Lisp dialect) been said to be very token efficient. https://martinalderson.com/posts/which-programming-languages... …
comment
> have an advantage of being intuitive Emacs is incredibly intuitive - with a caveat. Once you internalize the model, things become incredibly intuitive. I love that EVERY single keypress, mouse mo…
comment
> people like you are going to have to start voting with their wallets. You think I CHOSE to be miserable? Sorry, I have kids, and you know, they don't exactly live on dog food, but even that …
comment
> Or do people use it for coding too? Over time, you may discover one of the biggest truth about computing - the immense (and sadly disregarded) value of plain text¹. Code is nothing but structured…
comment
> Why not just use VSCode? Learning modal editor - vim, nvim, emacs is like skiing or snowboarding. For anyone uninitiated this whole endeavor may seem dumb - you have to spend so much money, time …
comment
Except Emacs doesn't have "plugins". They are called "packages" and not plugins for specific reasons - they are more like libraries than plugins. In Emacs, one can change/…
comment
If humans gravitated towards choosing logical paths instead of following emotions, they would be equally miserable, with the difference of added awareness - they'd still be miserable yet know why…
comment
Org-mode does have certain fragmentation - every Emacs config for Org-mode is different from another - there are entire packages built on top (and they drastically can change the behavior of entire sy…
comment
Exactly. They're just acting like Trump during the pandemic - "no testing - no cases..." Why not just keep the posts and allow people exchange ideas for workarounds?
comment
> Can Org do more than those things? Surely. But so can Markdown. It just cannot, because THAT'S THE POINT - it is by design. You guys with little or no exposure to Org-mode keep arguing that …
comment
This isn't a "religious war", because similarities of Markdown and Org-mode are only superficial, once you learn more about the differences, you will see what actually makes Org-mode mu…
comment
One of the most annoying things after installing Tahoe for me, that for no good reason an ordinary app would randomly lose its focus. In the midst of my typing. This is unbelievably preposterous and I…
comment
Sure - florists, influencers and soccer moms don't use Org-mode. Real hackers do, because it is extremely developer-oriented. And of course it won't ever be more popular, simply because ther…
comment
> in a country where everyone drives on the right What if I told you that your analogy breaks completely if you actually consider what Org-mode is. Think of Markdown as a noun (a thing) and Org-mod…
comment
> We do not need another competing standard here I think you're wildly confused about both of these thing. Your objection assumes standards are about serialization format (how to write things …
comment
> it is adequate for a wide variety of tasks Is it though? Like for example, I often deal with Org-mode documents of several thousand lines of text and I honestly don't know any piece of softw…
comment
btw, I have failed to make the proper use of either of them - claudecodeusage keeps saying that I'm not signed in (I have Claude Desktop and CLI installed and signed in on both). CodexBar keeps s…
comment
Yeah, that's some glaring omissions - not including Sam Aaron's work makes me distrust the whole list. SonicPi is fundamental for teaching kids music and programming and Overtone is just min…
comment
It could be also because, we foreigners learn to write English prose through our reading comprehension, not via our listening circuitry. The text probably feels "normal" to me when I read it…
comment
Let me show you a typical process of writing a relatively simple Emacs package and publishing it on MELPA. I'll show you: https://github.com/agzam/wiktionary-bro.el We'…