HackerTrans
TopNewTrendsCommentsPastAskShowJobs

powersurge360

no profile record

comments

powersurge360
·18일 전·discuss
I had an M1 Pro MacBook and I agree with you about not needing a new computer. However, it seems like things are at best going to be the same if not worse over the next 5 years with AI prices. I went ahead and updated because although I’m still happy with my M1 Pro today, I am unsure how it will fair over the next 5 years.
powersurge360
·20일 전·discuss
I’m sorry. I didn’t mean to come off as adversarial. I don’t feel like you have to get words exactly right to communicate. There’s lots of folks on hacker news and sometimes, for some reason or another, folks just don’t know an idiom, so I thought I’d point it out. Appreciate ya and I hope you have a good week!
powersurge360
·20일 전·discuss
I’m sure you can figure it out if you try. I maybe was overexpressive with “exclusive”, that was my mistake. Wrapping thoughts in words is lossy and generally making an effort to be understood implies the listener making an effort to understand, yes?

If you were to anticipate a failure for a soon to launch product, it is entirely appropriate to say “dead on arrival”. A similar metaphor might be calling the product “stillborn”.
powersurge360
·20일 전·discuss
You may be unfamiliar with the colloquialism. This one is exclusively for unreleased products.

https://en.wikipedia.org/wiki/Dead_on_arrival#:~:text=In%20a...
powersurge360
·5개월 전·discuss
I don’t know if it works for windows but on other operating systems if you hold shift while pasting it strips the special formatting. I don’t have a windows machine readily available but I hope even if it doesn’t work there this will be useful to other people reading the comment. I agree though. Basically the only format I ever want to keep is _sometimes_ the link with text. And even then usually not the exact coloring/indicators.
powersurge360
·6개월 전·discuss
lol I also have had this experience. I played DnD to get to know people and after two years I realized I only knew their characters. Challenging.
powersurge360
·6개월 전·discuss
Tell your friend to look up the Western Reaches style of play. One of the core ideas is that you begin and end each session in a safe zone so that you can have a rotating pool of adventurers. You can tuck in some rules for having mercenaries for when you have fewer than the encounters are balanced for and you’re off to the races.

It does reduce the possibility of highly on rails campaigns and instead requires more of a sandbox plan with one page dungeons and stuff. Even so, it seems made to solve this exact problem.
powersurge360
·9개월 전·discuss
I didn’t see it mentioned in the comments so I guess I get to be the person to post the quote!

> “We are what we pretend to be, so we must be careful about what we pretend to be”

Excerpt From Mother Night Kurt Vonnegut

This is often quoted from Mother Night but it’s actually in the preface so I don’t know how many people actually see it within the work. Anyways, rather than self aggrandizing in the way the linked article is, the story in the book is a cautionary take. The book is about a Nazi propagandist that is secretly an American agent feeding broadcast lines to the Allied forces in subtleties in communicating his propaganda like pauses in between words and other tics.

The idea in the book is what does it matter to be a good person in private but a driver of evil in public? How much bad does it take to outweigh good and if you do bad things to effect something positive, are you absolved of those bad things anyways?

No, I think not. If you do ill to achieve good you are accountable to both. It is easy, sometimes, to imagine that some thing you’ve done has overridden and eliminated some other thing you’ve done but it isn’t really true. You’ve done both. I recognize I’m speaking in circles a little but I think it’s important to confront the idea that the things you’ve done are not undone by other things you’ve done just because you feel the ends have justified the means.

Remember that who you think you are is a private fantasy. Who you actually are is how you are experienced.
powersurge360
·9개월 전·discuss
I keep circling this with AI and I'm not really sure what to do with it. They mention that the AI is meant to be used as reference only in the linked article but what does that actually mean? Who is checking who? Is the AI filling out the data from what it sees in the PDF and the user is expected to check it or is the user filling out the data and the AI is expected to check it?

Is the cost of AI useful if all you're doing is something like 'linting' the extraction? How do you guarantee that people really, truly, are doing the same work as before and not just blindly clicking 'looks good'. What is the value of the AI telling you something when you cannot tell if it is lying?
powersurge360
·11개월 전·discuss
If you don't feel like you need the extra bells and whistles don't worry about it. The great thing about org-mode is it _is_ just plain text and all the magic is in the interpretation of the plain text. If you have yourself a table and one day ya want to do some spreadsheet magic on it or pipe it into a script easily, you can just check the manual for how to do it and KO it right there in the same place the data lives. Remembering how to do it afterwards is optional.

Personally, I use lazyvim in neovim and doom emacs in emacs and just kinda switch between the two based on what I feel like in a given day. NeoVim tends to have better treesitter/LSP stuff as well as marginally better performance, doom emacs has way better test running and org-mode and it is only a little behind neovim in that other stuff.

All the above is to suggest I think the question is flawed. BUT! To answer the question literally, my favorite thing in org mode that I've never seen anywhere else is the ability to dump babel blocks in my notes with code samples that are actually runnable and the output is able to be piped somewhere else.