Viewing profile — ReflectedImage
ReflectedImage
HN member- Joined
- Tue, May 12, 2020, 3:35 PM UTC
- HN karma
- 437
- Public activity
- 553 items
- HN profile
- View on Hacker News ↗
About ReflectedImage
No profile information was provided.
Recent public activity
-
comment
Comment #48726950
I didn't mention anything? But I'll answer your question anyway. Be it software, artwork, essays, graphic design or movie clips. There is a market for shipping cheap junk.
-
comment
Comment #48714570
Well assuming it's successful, there will be a large number of companies who's value will be reassessed as the token cost to replicate and run the business. Multi-million dollar co…
-
comment
Comment #48557861
Apple only dominate the US mobile phone market
-
comment
Comment #48523038
Probably a con job. The AI companies don't think they will be able to significantly improve their models in the next year or so, so they are stalling with government regulations wh…
-
comment
Comment #47695435
"From the perspective of the Iranian state" Well you say that but they have got a non-nuclear nuke equivalent in the form of kamikaze drones.
-
comment
Comment #47695362
There is a designated third party Pakistan and they say Lebanon is part of the ceasefire.
-
comment
Comment #47679583
Oh no, I live in a flat in a converted commercial building. They have been going wild in the UK converting office space to residential.
-
comment
Comment #47654129
The Spanish tankers aren't going through because there aren't any Spanish tankers that operate in that region. Spain has permission from Iran to send through tankers if it indeed h…
-
comment
Comment #47079920
So going forward all countries will be providing citizens of other countries free access to the internet whilst censoring their own citizens?
-
comment
Comment #46854769
Static typing and duck typing both date back to the 1950s. You may have heard of Lisp. The last new significant thing invented in programming was OOP in the 1990s. Everything else …
-
comment
Comment #46854675
The issue is that duck typing with a minimal set of types was the great idea of ABC, which is the language Guido cloned to make Python
-
comment
Comment #46625044
instagram @dhsgov DS8Tx3XCRLQ
-
comment
Comment #46624631
Well given that the US DHS is posting on social media that it intends to get rid of all 100 million non-white Americans. What exactly did you expect?
-
comment
Comment #46624154
If you are a good software developer in India then you move abroad. It's not that India doesn't make great software developers, it's just they don't tend to stick around.
-
comment
Comment #46624095
Well either $100,000 per person or an large one time direct donation to Trump to be legally exempted from that charge.
-
comment
Comment #46476570
MAGA at its core is a rejection of the lower classes having wealth.
-
comment
Comment #46475853
Replacement? They haven't overthrown the Venezuela government just captured it's figure head.
-
comment
Comment #46453446
Well I don't think anyone would pay for the COBOL to Java conversion software. Since it's no longer New Years Eve, I'm a bit more sober :p Programming language to programming langu…
-
comment
Comment #46451060
Well it's in Windows, Linux and Mac OS kernels. So you moving into Retro computing?
-
comment
Comment #46450888
Yep, not a single line left. Retired quicker than COBOL. Won't even be any maintenance jobs for legacy systems left.
-
comment
Comment #46450847
Have you heard of Microsoft's C++ elimination plan? They are building an LLM based transpiler that automatically turns all C++ code into Rust. In a couple of years, there won't be …
-
comment
Comment #46450766
The military isn't going to allow C++ anymore due to it being a massive security hazard. You can't get away with buffer overflows, use after frees, data races, etc. forever. Due to…
-
comment
Comment #46420776
If JITs hadn't been invented you would be completely right but JITs have been invented. There are deeper optimizations that JITs can do such as knowing at runtime that the value of…
-
comment
Comment #46418928
The problem is there are a lot of developers who have only coded with static typing and have no idea about the terrible drawbacks of static typing. They don't understand what stati…
-
comment
Comment #46418886
Absolutely not. Duck type based development results in working code out of the door 3x faster than static type based development. It always has since ancient times. If performance …