Viewing profile — tritipsocial
tritipsocial
HN member- Joined
- Thu, Aug 17, 2023, 9:08 PM UTC
- HN karma
- 74
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About tritipsocial
No profile information was provided.
Recent public activity
-
comment
Comment #45034579
I don't believe your claim that governments ask for something like a metal spectrometer analysis, especially since Digikey hasn't reported the same disruptions. There's no way Digi…
-
comment
Comment #45030772
Let's do the math for a raspberry pi sized board: Dimensions: 85 mm x 56 mm Area: 4760 mm^2 or 7.38 in^2 Copper: 4 x 1oz layers Copper Weight: 0.205 oz = 0.013lb Copper price: 0.01…
-
comment
Comment #44538504
What are the most notorious offenders for hard to cancel services? I heard lots of horror stories in the early 2000s (AOL!) but I have not ran into this recently.
-
comment
Comment #44406582
Just as a matter of context, here are the current headlines from the futurism front page: - NASA Is in Full Meltdown - ChatGPT Tells User to Mix Bleach and Vinegar - Video Shows La…
-
comment
Comment #43841749
It’s not actually a fuzzy concept. CBP determines it at the port of entry and they basically have this huge list of every type of product. Fraud is taken extremely seriously so its…
-
comment
Comment #43841668
This headline is misleading because it makes it seem like tariffs are a step function that activate below 85%, which isn't true. The formula is a simple, linear equation: tariffs =…
-
comment
Comment #43419148
This is extremely low quality data, if you can even call it data. They used survey results from the Nurses Health Study (NHS), which are decades long studies, still running, where …
-
comment
Comment #37194450
The `fn` keyword is already used for local functions, which allow a more compact function definition than `func`.
-
comment
Comment #37194323
I think it's an elegant design decision, because it allows the use of a more compact and readable function definition for nested functions. The 'fn' allows you to omit names and ty…