Hacker News new | past | comments | ask | show | jobs | submit | th0br0's comments login

> it would be better for a male fan of the book to just hold his tongue and not try to deny that female reader’s experience

This argument is at odds with the core idea of feminism of equality between genders. You are insinuating that a female reader would not be equipped to judge herself the "male fan's" comment.


> Writing C code and trying to keep it indented was a bit of a pain and I wish I would have done something else. I believe some compilers write ugly code and then “pretty it up” with a library before writing it out. This is something to explore!

There's a tool for this nowadays: `clang-format`.


And if you only trust tools old enough to drink, you can use `indent`.

https://www.gnu.org/software/indent/manual/indent.html


+1 for clang-format. I have been using it as a beautifier on generated code in a TypeScript to C++ compiler.

There are some other features I wish it did for me in cleaning up my generated code. For example it doesn't remove superfluous parenthesis. It doesn't remove unused labels. It doesn't remove superfluous semi-colons (a single line of just a semi-colon). And so on. (I should, of course, just be building up an AST and pretty-printing the AST instead.)


clang-tidy?


Haven't looked into it. Thanks!


What does sth like this need 'leaders' (i.e. rankings) for? Isn't it exactly the lack of such rankings that makes HN so nice?


Actually, there's the same for HN - https://news.ycombinator.com/leaders


Huh, TIL - thanks.


If you click on lists on the footer, you will see a leaderboard


The odd thing is that you can freely share family subscriptions bought on a single GMail account with members of a GSuite org.


You do get all that today already. The various Cortex'es are supported rather well + gdb in combination with a JLink gives you the debugging interfaces you need.


You’re talking about command-line GDB?


Or anything that can talk to a gdbserver (most IDEs).



and this is the GitHub repo with the notebook: https://github.com/jasongfleischer/Predicting-age-from-the-t...


It's not just the geowalling that is annoying, but the fact that they would rather not comply for everyone's good.

It's like they decided that not knowing what data they process and where it's going and what is being done with it is good for everyone.


Or maybe the majority of their advertising is local, so it makes sense to block non-local people if supporting them is an added expense and produces no additional revenue.


Then why only start geoblocking after gdpr came into effect?


"comply for everyone's good"

Nope. Some of us dont appreciate the EU thinking it can regulate what events one can remember.

It's annoying enough getting these dumb EU cookie popups.


Blurring out the ticket id isn't that useful when the TXT record still exists...


ElonMusk just posted a video of the actual landing - including the fall.

https://twitter.com/elonmusk/status/1070399755526656000


That's a great video, thanks for posting.


I wonder what this third-party framework is/was...


A `const fn` RFC is accepted and somwhat available when using nightly compilers, also see https://github.com/rust-lang/rust/issues/24111


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

Search: