logN_2 | 2 years ago | on: Google is cutting hundreds of jobs in its recruiting organization
logN_2's comments
logN_2 | 2 years ago | on: Ask HN: How can a I become skilled with popular front end frameworks quickly?
Out of curiosity if I asked you how would I get started with pandas, numpy or matolotlib how would you respond?
logN_2 | 2 years ago | on: Meduza co-founder's phone infected with Pegasus
If more money is thrown at the people finding the vulnerabilities so they responsively disclose would it make NSO’s business model unprofitable?
Sounds to me like the best approach to shutdown the NSO group is to make the economics not work out.
logN_2 | 2 years ago | on: Credit card debt collection
Along with the usual answers like cash bank/points/consumer protection, it also decouples spending from "pay day".
logN_2 | 2 years ago | on: Samsung unveils monobloc heat pump for residential applications
My Samsung TV, electric range, and fridge have all been repaired or replaced under warranty several times.
Currently my electric range is out of warranty and one of the burners has broken yet again.
logN_2 | 2 years ago | on: “Dear Discord, how on Earth is ”GTK“ a bad word? GTK is a GUI toolkit ”
This combined with the band over posting ASNs is alarming.
It also seems to me as companies grow they become more interested in policing.
logN_2 | 2 years ago | on: Interactive Map of Linux Kernel
logN_2 | 2 years ago | on: Texas paid Bitcoin miner more than $31M to cut energy usage
logN_2 | 2 years ago | on: A successful Git branching model (2010)
And we’re building apps that have multiple versions in the wild.
logN_2 | 2 years ago | on: More Than Dozen Disney Execs Believe Bob Iger Will Sell Company to Apple
logN_2 | 2 years ago | on: Apple's answer to Chromebooks? Rumors point to low-cost MacBooks for 2024
logN_2 | 2 years ago | on: Show HN: A better way to read blogs
logN_2 | 2 years ago | on: Cal Newport: Overstimulation Is Ruining Your Life
logN_2 | 2 years ago | on: Top Asus routers have serious security flaws that let hackers hijack your device
logN_2 | 2 years ago | on: Tell HN: JPMorgan Chase forcing arbitration agreement to log in
logN_2 | 2 years ago | on: Remove TypeScript
> things that are hard become `any`.
It's a hard problem to solve.
TypeScript excels at informing IDE's and developers. Typing improves my ability to understand APIs both as a library user and contributor. So I see the benefit exceeds the issues of TypeScript.
A better approach would be a more gradual. Perhaps keep the .ts files (or at least develop .d.ts files) for the public API and main components.