Viewing profile — JVerstry
JVerstry
HN member- Joined
- Fri, Apr 09, 2010, 5:02 PM UTC
- HN karma
- 120
- Public activity
- 85 items
- HN profile
- View on Hacker News ↗
About JVerstry
No profile information was provided.
Recent public activity
-
comment
Comment #48802017
What about productivity gains?
-
comment
Comment #48560409
I ask Claude to implement non-regression tests. It works like magic. With a couple of modules checking for code quality, more magic. Add some online performance tests if relevant, …
-
comment
Comment #46215919
Hands down the best post in years... Tears, tears...
-
comment
Comment #36870667
Any serious (retail or not) investor must read 'Consequences of fat tails' by Nassim Taleb. Period.
-
comment
Comment #35611644
I have a CS degree and pursued a marketing MBA. To make it short: i) a great product with basic marketing trumps a bad product with "fantastic marketing" on the long ii) the produc…
-
comment
Comment #26769974
Many times over, I have been working in companies where they had no other option but to call back coders from retirement to ensure migration and operational activities. There are p…
-
comment
Comment #23077956
I am was on a mission in south-west France at that time and the local pharmacist told me around February she was convinced Covid was there since November 2019... She saw some of he…
-
comment
Comment #19659214
I bet this discovery is related to another recent discovery: "Blocking IgSF9b in pathologically anxious mice has an anxiolytic effect and normalises anxiety behaviour in these anim…
-
comment
Comment #19062524
Not so sure Docker is the only way forward when it comes to cloud scaling or deployment. VM templates are a very good alternative. They are more stable, more flexible/customizable …
-
comment
Comment #18746031
This year, it has been: R, Azure, Power BI, deep SQL Server, T-SQL, Machine Learning (+ Data Governance, but it is not a tech). I think next year, I'll go deeper with C# and start …
- story
-
comment
Comment #17306917
I learned R coming from Java, Node, PHP and Python and I love it !!! It is awful as an application development programming language, but it was never designed for that purpose. It …
-
comment
Comment #16618723
I wouldn't be so sure. If data is partitioned on stock symbols, then there is already a grouping by subset happening at the partition level, which may considerably ease the job of …
-
comment
Comment #16617671
I have doubts about the "We’re actually spending some time on every row" claim. Saving data using columnstore often comes with meta-data saved at the page level, such as min, max a…
-
comment
Comment #14936174
Yup, that's the big deal here... not the spoofing...
-
comment
Comment #13916092
Don't engage in such tactics, because once Google hits, it hits hard... Report this black hat SEO and be patient. Keep doing the right thing. SEO is a marathon. But most important,…
- story
- story
- story
-
comment
Comment #8873382
First, make sure your sitemap.xml is exhaustive. Then, check the number of indexed pages in Google Webmaster Tool (after a couple of days if you had to update you sitemap). If few …
-
comment
Comment #7346521
My bet is that sooner or later, Google will drop Java on Android for Node Javascript. It is only a matter of time...
-
comment
Comment #7279681
Erlang is not available as PaaS and it is missing a good editor. Solve those issues and it will take off.
-
comment
Comment #6944893
No, some people do not experience fear at all. It is not hidden anywhere. As scary as this may seem... lol
-
comment
Comment #6075073
NB has a life of its own within Oracle. And since the product is fully Open Source, sponsoring companies carried on supporting it, even after Oracle acquired Sun. Moreover, Java is…
-
comment
Comment #6074854
It has for a long time. Just invoke the 'Build Project' (F11) functionality, instead of the 'Clean & Build Project' one (Shift+F11). Or if you mean dynamic recompilation of your co…