HackerTrans
TopNewTrendsCommentsPastAskShowJobs

czechdeveloper

no profile record

comments

czechdeveloper
·6개월 전·discuss
Mini stocks were traditionally used as way to invest in asset as a security. But currently with all the ETFs that are backed with physical asset itself, I'd choose that way.

Holding asset yourself (gold) causes logistical issues and massive buy/sell split on your side, but it has some advantages too.
czechdeveloper
·6개월 전·discuss
Assets traditionally used for such hedge are already massively inflated (look gold an silver price charts), so I'm not sure it's worth it.

This all depends on what timelines you work on, how many assets you are trying to protect.

Alternatively you protect yourself by lowering your dependence on steady income.
czechdeveloper
·10개월 전·discuss
They did the same with free version of Google Workspace. It's just no longer free.
czechdeveloper
·작년·discuss
Nango is cool, but pricing is quite high at scale.
czechdeveloper
·작년·discuss
My daily job by now is massively using AI to develop AI agent designer, which means a lot of stuff like this.

I really did not even want this, it just happened.
czechdeveloper
·2년 전·discuss
I suggest you add https://github.com/tensorchord/pgvecto.rs for vector search as well
czechdeveloper
·2년 전·discuss
I used langchain in one project and I do regret choosing it over just writing everything over direct API. I feel their pain.

It had advantage of having standardized API, so I could switch local LLM to OpenAI and just compare results in a heartbeat, but when I wanted anything out of ordinary (ie. get logprobs), there was just no way.
czechdeveloper
·2년 전·discuss
20 year experience with software development. Experience with various systems development (configurable workflow system, logistics system, printing/voting tracking system, internal tools etc.). Past few months I worked on RAG system (Python, FastAPI, local LLMs, vector databases).

Experience in international teams (worked for companies in Switzerland, USA).

Looking for IC position.

Location: Budweis, Czechia

Remote: Yes

Willing to relocate: No

Technologies: Full stack - C# + Asp.net or Python + FastAPI, React + TypeScript. Willing to do other sensible stacks.

Résumé/CV: https://www.linkedin.com/in/alesruzickaeu/

Email: [email protected]
czechdeveloper
·2년 전·discuss
Vehicle by definition can't be connected to the house constantly. I can imagine this lowers need for house battery size, but not need for it's existence. House power consumption is very random.
czechdeveloper
·2년 전·discuss
This sounds so random. Did Russia ever proved they can do AI in any significant capacity?
czechdeveloper
·2년 전·discuss
BE: .Net minimal API, Entity Framework (SQLite or PG as database) FE: React + Tailwind and few other libraries
czechdeveloper
·2년 전·discuss
Such a great source of information. Thank you.
czechdeveloper
·2년 전·discuss
By now, making UI with (by now not completely) SPA frameworks specifically made for that task is just better developer experience. I won't go back to pretty much html string concation via templates. Why do people keep pretending it's better in any way is lost on me.
czechdeveloper
·3년 전·discuss
Not everyone has apple devices to test on for their toy project. I know I don't.
czechdeveloper
·3년 전·discuss
20 year experience with software development. Experience with various systems development (configurable workflow system, logistics system, printing/voting tracking system, internal tools etc.). Looking for IC position.

Location: Budweis, Czechia

Remote: Yes

Willing to relocate: No

Technologies: Full stack - C# + Asp.net, React + TypeScript

Résumé/CV: https://www.linkedin.com/in/alesruzickaeu/

Email: [email protected]
czechdeveloper
·3년 전·discuss
As a gun enthusiast, that sounds really impractical. Amount of compromises involved must have made it bad in all use cases.
czechdeveloper
·3년 전·discuss
I made universal CLI project where adding new function as is simple as adding new class with arguments parsed into an object.

It has 49 actions now even when I keep removing obsolete ones.

I also made PDF viewer for comparison of 2 documents - synchronized zoom and scroll, even overlay.
czechdeveloper
·3년 전·discuss
Because it's a pipe dream. We are our bodies, they not something to be overcome.
czechdeveloper
·3년 전·discuss
Looks better than last time I checked. I like the idea and it's getting there.
czechdeveloper
·3년 전·discuss
With small classes and dependency injection as fist class citizen, default constructors make sense for developer ergonomics.