Viewing profile — JacKTrocinskI
JacKTrocinskI
HN member- Joined
- Mon, Jul 16, 2018, 2:05 PM UTC
- HN karma
- 870
- Public activity
- 211 items
- HN profile
- View on Hacker News ↗
About JacKTrocinskI
www.jtrocinski.com
Recent public activity
- story
-
story
Show HN: NFT Wallet Tracker
Hey HN, I wanted to showcase an NFT wallet tracker I created to monitor profits, losses, ROI, and other key metrics of my NFT trading bot. I find it highly valuable and thought it …
-
comment
Comment #36540227
You might find https://www.quantconnect.com/ interesting! They offer a platform for quickly developing and backtesting trading strategies. They have a good community and overall do…
-
comment
Comment #36013488
I'm really glad to hear you made it through such a challenging time in your life. Your strength and determination are incredibly inspiring. I'm curious to know more about your heal…
-
comment
Comment #34352017
CTEs are just a nicer, more readable way of writing a subquery. Also, CTEs can be recursive. In Postgres, CTEs can be useful when used with the RETURNING clause. If you're using th…
-
comment
Comment #34351541
K.I.S.S. - Keep It Simple Stupid
-
comment
Comment #34351531
It sounds like there might be a larger project management issue within your team, though it’s hard to tell from a single example. Features should solve business problems and should…
- story
-
comment
Comment #33806099
That's not really a great counter argument, can you explain why you think time estimates are worthless? Do you prefer story points instead? How do you schedule a project with your …
- story
-
comment
Comment #32757423
Are you in a low cost or high cost location? I would expect job cuts in high cost locations to come first.
-
story
Ask HN: How do you do threat detection for databases?
Hi, I'd like to learn more about database threat detection. How do you detect threats to the database at your company or within your projects? What products do you use, how do you …
-
comment
Comment #31451984
They added the MERGE statement! ...and better defaults for the public schema. Really looking forward to Postgres 15.
-
comment
Comment #31062931
The same way Wallstreet does.
-
comment
Comment #31062923
Every investment has risks, stocks are not that different from crypto in that regard. Regulation, once it comes, will help better protect retail investors. Crypto is still in the e…
-
comment
Comment #30975753
I think that makes sense and it also shows that an algorithm can in practice reliably find market inefficiencies and solve them in some scenarios. In those cases a free market can …
-
comment
Comment #30966559
The socialist calculation problem has arguably been solved, check out the Medallion fund by Renaissance Technologies. It has had an average return rate of 74% since 1994. Carl Icah…
- story
- story
-
comment
Comment #28483979
I have worked with the Oracle database for six years and haven't had any major issues with error messages, in fact I'd say Oracle did a really great job building an amazing databas…
-
comment
Comment #28433181
Pretty sure Benford's law applies to images and can be used as a tool to detect fakes.
- comment
- story
-
story
Ask HN: What is the best form of employment (at a startup)?
Currently, I am a contractor working in the EU. I normally send my clients a VAT tax invoice every month, which has been great for optimizing the amount of taxes I owe. I pay VAT (…
-
comment
Comment #27206423
Would a smart contract help avoid this kind of situation?