HN user

gp

242 karma

Solving people's problems

Posts1
Comments46
View on HN
Go's Sweet 16 8 months ago

The language has changed a lot since then. Give it a fresh look sometime.

I have been building a mostly free website and API to interact with sec EDGAR filings, get realtime new filing alerts (and preview those alerts), and see the historical impact of financial filings.

Right now I am working on adding historical tables extracted from filings, as well as historical financials and their calculations.

https://www.secblast.com

Still a work in progress, but please check it out

I took Paxlovid twice. Horrible bitter taste, but kept the symptoms at bay. No long covid or persisting brain fog unlike some of my friends. Tested negative by the end of the treatment. My fiancé didn't catch it from my while I isolated.

Derek doesn't have to take Paxlovid next time, but I will.

I used to walk across this bridge every day. You could feel whole bridge shake when heavy vehicles would drive over it (Lived in Reagent Square 2017 - 2019). I remember one morning I was trapped on the bridge for an hour in traffic on my drive to school because the city of Pittsburgh could not afford to keep the roads plowed.

Very thankful that nobody was hurt when it collapsed, and as other people have pointed out it is representative of all of the infrastructure that many cities have but can no longer afford to maintain or replace.

A lot of people and businesses use debt to finance the things they want to do. (Buy a home, build a new facility, pay back management). When money is cheaper, people do more.

If you can issue at 6% instead of 7%, your interest expense on that debt has decreased by 16%.

I don't think anyone expects say the fed funds rate to go to 1%, but it could go to 3.5% or 4%. [0]

[0] Fed funds: https://fred.stlouisfed.org/graph/?g=1mM6j [-] Const 10yr Treasury https://fred.stlouisfed.org/graph/?g=1nYkd

C++ lets you write anything you can imagine, and the language features and standard library often facilitate that. The committee espouses the view that they want to provide many "zero [runtime] cost," abstractions. Anybody can contribute to the language, although the committee process is often slow and can be political, each release the surface area and capability of the language gets larger.

I believe Hazard Pointers are slated for C++26, and these will add a form "free later, but not quite garbage collection" to the language. There was a talk this year about using hazard pointers to implement a much faster std::shared_ptr.

It's a language with incredible depth because so many different paradigms have been implemented in it, but also has many pitfalls for new and old users because there are many different ways of solving the same problem.

I feel that in C++, more than any other language, you need to know the actual implementation under the hood to use it effectively. This means knowing not just what the language specifies, but can occaissionally require knowing what GCC or Clang generate on your particular hardware.

Many garbage collected languages are written in or have parts of their implementations in C++. See JS (https://github.com/v8/v8)and Java GC (https://github.com/openjdk/jdk/tree/36de19d4622e38b6c00644b0...)

I am not an expert on Java (or C++), so if someone knows better or can add more please correct me.

I'm building software to transparently connect your program or machine to remote filesystems. I'm initially supporting C++ and Go, and later plan to support Python and Javascript as well.

There are a lot of exciting filesystems out there - what I'm focusing on is ease of use and getting a "magic" experience for the end user. Think NFS, but easy to setup.

If anybody is interested in learning more or helping write some language specific implementations I'd love to talk.

Unfortunately I cannot get full article access, but from the abstract it sounds like they did not control for actual sun exposure.

It would seem to me that those who self medicate with vitamin D are those who know they do not get sufficient sun exposure, and would necessarily also be those at reduced risk of melanoma.

In Ecuador the US $1 coin and US $0.50 coin are in wide circulation - as a tourist from the US I really enjoyed getting to use these coins to their full promise.

Ecuador also makes a $0.25 centavo coin which is the same size and weight as a U.S. quarter. You can’t change them practically at a bank, but they work in vending machines.

Speaking of future aircraft - what's interesting to me is they do not seem to be planning on any more composite barrel aircraft after the 87. Even 777x is only graphite wings, no graphite barrel, which seemed to me like the natural next step. I wonder if it is manufacturing capability related, or if they regret the amount of R&D it took to get the 87 barrel to viability, or some other reason?

The A350 has composite panels and one barrel component iirc, which is a step above what the 777x is doing.

I know BA had a Next Generation Aircraft project looking at a fully composite 737 replacement, but that didn't proceed anywhere either. The braced wing design is pretty wild, but at least they will have plenty of room to make the engines larger...