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

Yeah, I'm reading these comments and I would have agreed 10 years ago, but I'm regularly using three different pairs of wireless headphones plus a Bluetooth speaker and have literally zero issues. My Bose headphones are usually even paired with two phones.

Yeah, charging is a bit annoying, but the added comfort is worth it to me and I can't tell that the audio quality is any different.


Could an animal have several hearts?

yes. I know octopuses and squids have three hearts. Just looked it up and it seems no mammal has more than one heart.

I do wonder if those animals have things like valves in their veins, as I understand it if the circulatory system wasn't as complex as it is, heart would have to pump a lot harder to move the volume it does. This isn't an area I know much of anything about, I just know veins have valves and can expand and contract to different stimuli much as a heart can... so even though mammals have one heart it's not like the rest of the system is a static not helping to pump blood.

Am I blind or is there no link to the source? I get that running code from any old repo on github has become normalized, but running random binaries is pushing it. Also, I think when advertising a TUI, you should include an asciinema video (or comparable).


To be fair, it ships with debug info.


Same


I no longer use GitHub for original projects. Source for fftool isn't public yet but I understand the concern — running an unaudited binary is a real ask. My site leans toward educational, so that people might consider building the tool from the instructions in the article. I'll probably post the source on the site as a zip or tarball at some point so people can more easily build it. The asciinema suggestion is a good one — I'll look into it.


Weird, I swear the binary debug info says "github.com/bensantora-tech/fftool/main.go", so its just not public? Why?


Right, I missed that — the Go module path in go.mod references GitHub by convention even though the repo isn't there (it's embedded in the binary's debug info). I'll change the module path to something on my own domain. Thanks for spotting that.


Yeah, I thought about it and remembered that Go assumes GitHub by default for some dumb reason!


I never said you should publish to github. You can put it up on your own site, at least as a tarball. Even better: cgit or stagit


Source is now on the site: [bensantora.com/downloads/fftool-source.tar.gz] and .zip. Build instructions are in the article.


Awesome, appreciate it :)


Staging single lines or hunks is also much easier in a TUI/GUI. I wouldn't even know how to do it with just git.

git add -p

Operates on hunks, which may at times be multiple lines that cannot be split further

oftentimes splitting the hunks with `s` is enough.

You can edit a hunk with `e`. Clunky but it works.

In a conversation about magit, this is comparing jumping off a sidewalk to powered flight.

So this has been a thing in Germany since forever. The driver must pay the penalty, not the owner. So what they do is take a picture of the driver and send this to the owner. They have to either pay up, or state the name of the person who drove. If the driver claims that they did not drive and do not know the person on the picture (and if a cursory investigation fails, not sure how much time the authorities will invest in finding the driver), they will be told to record all rides with that vehicle from now on. If they fail to do that, I guess they get a greater penalty the next time, I'm not sure.

So yeah, in some cases you might get out of it by feigning ignorance, but it seems to be a sensible compromise between facial recognition and giving up.


Oh, that is a great third path! Thank you for that. I wonder how effective feigning ignorance will be when the officer can just compare the picture of you and your ID / IRL face.

Yeah it might only work in edge cases. Someone I know got caught speeding in his wifes car wearing a hat and sunglasses and looked to the side at the time, so he managed to get out of it somehow.

Nobody said "we don't need to think at all" though. The statement was "not having to think", or rephrased: "being able to choose how much to think or what to think about".


I think it could be. It doesn't have to be one or the other.

In my opinion it's entirely comparable to anything else that augments human capability. Is it a good thing that I can drive somewhere instead of walking? It can be. If driving 50 miles means I get there in an hour instead of two days, it can be a good thing, even though it could also be a bad thing if I replace all walking with driving. It just expands my horizon in the sense that I can now reach places I otherwise couldn't reasonably reach.

Why can't it be the same with thinking? If the machine does some thinking for me, it can be helpful. That doesn't mean I should delegate all thinking to the machine.


And eat vegan and regional produce

And don't build things out of concrete

And better get a few room mates


Things break all the damn time with LaTeX. Example: https://tex.stackexchange.com/questions/730126/update-to-cle...

Sometimes bugs appear only if you load three specific packages in a specific order. The fact that there are no namespaces and every package can modify everything makes it a complete nightmare. LaTeX would do well to take a hint from the lessons we learned in the past 40 years. Or just retire it and push something sane forward, like Typst.


Latex is not Tex.

Neither is texlive. Texlive and LaTeX is what this thread and the comment you replied to are about.

Typst is a replacement for TeX.

Not LaTeX.

You'd of course need to read the documentation on what TeX and LaTeX are to understand this. Most people would rather write a new system.


I don't know why you think the condescending tone is appropriate. I've been using LaTeX for twenty years and I believe I understand the difference. I also respectfully disagree on your assessment of Typst.

Have you written documents in raw TeX?

I’ve written book-length documents in Plain TeX (probably what you mean — nobody writes in “raw” tex) and in LaTeX. I would say that Typst, if it’s a replacement for anything, is a replacement for LuaLaTeX, because of its programmability. But in this article I framed it as a possible LaTeX replacement:

https://lwn.net/Articles/1037577/


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

Search: