Viewing profile — febstar
febstar
HN member- Joined
- Thu, Apr 30, 2020, 9:39 PM UTC
- HN karma
- 68
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About febstar
Recent public activity
-
comment
Comment #37054760
Seems to be the smallest Go release yet (at least since 1.4). I wonder how the binary size was reduced in the recent two versions? 1.21 63MB 1.20 95MB 1.19 142MB 1.18 135MB 1.17 12…
-
comment
Comment #34980166
None of these improvements seem Mac-specific. Does Chrome on other OSs have these?
-
comment
Comment #34817628
> no longer need to perform the slow git fetch Nice. Rust Cargo is also trialling out something similar.
-
comment
Comment #34815096
> where every column just has a single formula Sounds like tables in Excel?
-
comment
Comment #32915709
Highlights for me: - tabs in File Explorer - faster and more accurate search Still not sure why tabs in File Explorer took so long... but happy that its finally here.
-
comment
Comment #31586942
Location: South Africa Remote: Yes Willing to relocate: Yes Technologies: C#, Python (NumPy and friends), some JS, Go Skills: finance, statistics, applied maths Résumé/CV: on reque…
-
comment
Comment #31240490
Location: South Africa Remote: Yes Willing to relocate: Yes Technologies: C#, Python (NumPy and friends), JS Résumé/CV: https://drive.google.com/file/d/1X-LFxgiO4Q62bsp0VDf0fHuD5ts…
-
comment
Comment #30460351
Most likely referring to "Reflections on Trusting Trust" [0]; i.e. when the compiler is itself the attack vector. [0]: https://www.cs.cmu.edu/~rdriley/487/papers/Thompson_1984_Ref.…
- comment
-
comment
Comment #29568914
Zed seems to be the successor of Github/Atom's abandoned Xray project [0]. "Responsive", Rust, CRDTs. [0] https://github.com/atom-archive/xray
-
comment
Comment #29371163
Most likely because Arabs did not invent the numbering system: https://news.ycombinator.com/item?id=29370553
-
comment
Comment #28997460
> "self-modifying test" I've also heard them referred to as "approval tests". https://approvaltests.com/
-
comment
Comment #25569211
Is the random matrix generation section in here up to date? The official numpy docs [0] seem to indicate that `randn` is legacy, and that `randint` is deprecated. [0] https://numpy…
-
comment
Comment #24785545
I believe numpy.random uses PCG by default. https://numpy.org/doc/stable/reference/random/index.html
-
comment
Comment #23255605
Download size and speed matters. Disk space matters especially if you're working with relatively expensive SSDs. Of course, how much of a problem this is depends on which country y…
-
comment
Comment #23236855
Azure (DevOps) Pipelines use YAML. Not sure if that counts?