phi-y | 3 years ago | on: Elon Musk Owns Twitter; CEO and CFO have left
phi-y's comments
phi-y | 3 years ago | on: Forecast for US Recession Within Year Hits 100%
phi-y | 3 years ago | on: Even after $100B, self-driving cars are going nowhere
phi-y | 3 years ago | on: TypeScript is now officially 10 years old
Most typed languages don't have hard guarantees at runtime. With java, using reflection you can do all kinds of weird things at runtime. C++ has fewer guarantees because there is no VM and can't even introspect objects to see their real type. Dependencies are a real issue with TS, but many libraries are written in typescript and the type files are really robust.
>> The types are not used to produce faster code at runtime (like in a compiled language).
The V8 intepreter will actually do this at runtime. Usually it takes less than a second for v8 to optimize the javascript, and it will recognize that many functions and objects use the same interface and optimize appropriately. If you think about it the types only help so much because once you have the code graph, it becomes really easy to find the type and optimize the memory layout.
phi-y | 3 years ago | on: Upgrade to Linux
The GS-66 is a gaming laptop with an NVidia card. The nouveau driver does pretty good, but I find trying to upgrade to the latest version or installing Nvidia's official driver causes more problems than it solves. For the wifi, the Intel Killer AX from only a quick google search looks like it has known issues.
There are a lot of hardware companies that are actively hostile to linux users. MSI is definitely one. Lenovo's Thinkpad and Dell's XPS lines have a big audience to test and fix issues.
MSI can make extra money off of window's users after sale, but HW companies only profit off linux users from selling the hardware.
phi-y | 3 years ago | on: As an artist I am concerned about AI image generation
The starving artist who sells out to create ads or create content for commercial entities will find those opportunities dried up
A single agency using this tool effectively could "in theory" produce 500 times the artistic output from a single artist. Vastly shrinking the market for a decent paying career.
phi-y | 3 years ago | on: Tell HN: Food is too expensive now
phi-y | 3 years ago | on: Tell HN: Food is too expensive now
I also notice that restaurants make food "better" tasting by adding more salt and oil. More "profitable" by reducing healthy components for cheaper, ie more carbs and less meats and veggies. Its so much healthier to cook for yourself, and you can learn so much about your body when you are able to control what is going in.