Hacker Newsnew | past | comments | ask | show | jobs | submit | cmgxyz's commentslogin

I’ll bite. Who are we talking about here?


As somebody potentially in the market for an EV, I can say that for me, Musk is most definitely a factor.

Not the only factor, to be sure, but the off-putting icing on an otherwise average cake. If Tesla were the only decent EV in town, I might hold my nose through Musk’s behaviour and buy one. They aren’t, though, so I don’t have to.

The other major factors in my decision are the very public QA issues, safety issues, and questionable design decisions (eg. all-touchscreen controls, dangerous “full self-driving” fallacy) that, combined, leave me thinking “yeah, maybe I’d rather buy from a somewhat more boring company with a longer history of _making safely-working cars_”

I don’t kid myself that the heads of most car companies are necessarily decent human beings who align with me ethically or politically, but all other things being increasingly equal, why would I opt for the one run by a childish unstable egomaniac who stands in loud, public opposition to most of what I believe in?


Maybe because VW, for example, has actually skirted pollution laws, with intent. Or because PSA management publicly derides any effort for EV transition. Or maybe because Toyota has for 20 years falsely promised EV fuel cells/engines in the next five years, all the while happily selling ICE vehicles.

If you look closely at any big corporation management, they are all egomaniacs. Just not childish enough to publicize that fact.


Nothing, but that doesn't mean they deserve extinction. It'll be a poorer Earth if it's all housecats and no tigers.

What makes us more special than other animals? Also nothing, in my view.


> What makes us more special than other animals? Also nothing, in my view.

If you really believe that then you should go live out in a field and eat grass like oxen rather than writing that comment on the internet. If humans aren't more special, then nothing is special at all.


Love taskwarrior. As someone with ADHD/executive function issues, who struggles to prioritise, I find the "urgency" calculation invaluable. Even when it doesn't quite match reality, it's handy to have a starting point I can disagree with.

The extensibility is fantastic. I have little cron scripts to pull my work tasks from Asana, requests for code review from Github, and enter a task automatically when someone on my team requests leave for me to review.


I love that the urgency algorithm is tunable, too :).


You aren't wrong. That said:

- The terminal UI is pretty usable. More so with the aid of a few custom shell aliases/functions to speed things eg. `wt` for `task add +work $argv` to make it faster to add work tasks.

- It's so extensible that I've found it easy enough to, for example, build my own little Übersicht widget to display my 5 most urgent tasks along the top of my screen all the time.

- https://wingtask.com/ is decent enough (no affiliation)


Because: Climate. Change. Is. A. Thing.

In a world where we are (or should be) in a desperate race to decarbonise the essential industries that make 1st world standards of living possible (steel, concrete, travel, electricity), you're merrily burning a road-trip's worth of energy every time you want to trade a digital beanie baby.


> This number is very difficult to estimate, but seems to be on the order of 10kwh, or as much as driving your tesla ~30 miles, or running your dishwasher 5 times, or running your air conditioner for 5 hours, or doing any of a number of other things which people happily do every day without thinking twice. It would be nice if energy consumption was even lower, and multiple chains are working toward lowering it, but popular articles all seem to believe your NFT could power Berlin for a day if only you weren't being so selfish.

Those are all astonishingly energy consumptive tasks for something that, I agree with the article author, is pretty much bereft of any value.

By contrast, you could make... what, five hundred thousand credit card transactions with that same energy? That's f**king insane.


Yeah. This is a cool factoid, but for this kind of thing I usually just hop over to whatever browser tab is open and hit F12. If it really needs to be in the terminal, I'd reach for Node, or Deno, or JQ if it's anything to do with manipulating or interrogating JSON.


When I went back to school to get my CS degree, I developed a pretty strict habit of only taking my lecture notes by hand, usually by printing out the lecture slides in advance and then annotating them with a bright turquoise fountain pen ink. Nowadays, for work, I use Org mode. Apart from the convenience of always having it to hand in my editor, being able to insert hyperlinks in my notes to specific lines in our source code is a game changer.


I'm the same, a lot of personal projects have notes on paper.

But I've been keeping a daily work-journal for the past few years, and that has been very handy. I have one org-mode file for each company I've worked in, and each day I insert a new block with headings that make sense "Meetings", "Stories/Tickets/Projects", "Problems", etc.

I make notes of commands, recipes, and tag things literally so get an integrated tag-cloud and this is exceptionally useful when I want to lookup how I did something a few months ago, or more!


Do you mean that you have a tag-cloud in Org? Is there a package for that?


Uploaded a cut-down version of my diary.org file here:

https://github.com/skx/org-worklog

That shows the tag-cloud and the necessary magic to update it on-save.


Thanks, that's a great example of how Org documents can integrate code that provides interactivity. I shared it on Reddit: https://www.reddit.com/r/emacs/comments/jj2ok0/skxorgworklog...


I cannot get it to work with M-x new-day, is there something other I need to do than have the document open? Thanks for sharing btw.


You need to evaluate the lisp at the bottom of the file, so that `M-x new-day`, `M-x today` and the other stuff gets loaded.

I've got a bit of code in my init-files that does that automatically, that's linked to in the readme. But as a quick alternative you can scroll down to the end, to the line that starts:

    "(defun new-day"
Select that line, and all the way down to the line that reads "(require 'ob-org)", and then run "M-x eval-region". That will evaluate the region and make the two new commands available.

Otherwise copy and paste the lisp from here into your emacs init file, and reload everything:

https://github.com/skx/dotfiles/blob/master/.emacs.d/init.md...

That will cause anything named `skx-startblock` to be evaluated automatically from an org-file on-load, and will also run the contents of `skx-saveblock` before saving any org-file, if present.


I saw now that I have to evaluate two lines of code, how do I set up my dot-files so that this happens? I am kinda lost.


Have you tried to combine that with caldav?


I have a table which contains all the distinct tags which have been used within the document, along with a count of how often they've been used. Clicking on the tag-name shows all the places it is used - via org-tags-view.

I guess I call it a tag-cloud, even if it isn't formatted like one would imagine on a web-page.

No package, just a bit of lisp-magic. I'd be happy to share an example if it were useful.


The short answer: very extensive systems of phonetic shorthand, a special keyboard with very few keys designed for chorded input (multiple keys pressed simultaneously), and specialised software dictionaries to translate the shorthand back into English. Professional stenographers can type upward of 300wpm as standard. The downside is that it takes years to become proficient. http://www.openstenoproject.org/ is an interesting resource if you're curious.


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

Search: