HackerTrans
热门最新趋势评论往期问答秀出招聘

gomoboo

no profile record

评论

gomoboo
·12天前·讨论
“While aggressive start cycles (>20 cycles per day) could lead to premature failure in the starter system of light- to medium-duty commercial fleet vehicles, modern fuel injection and engine control systems have eliminated any issues associated with drivers of typical light-duty vehicles turning the engine off while stationary for short periods and restarting the vehicles for <10 start events per day.” from https://publications.anl.gov/anlpubs/2015/05/115925.pdf

This paper seems to say that generally they aren’t a problem. I’ve only seen unsubstantiated claims that they are one.
gomoboo
·14天前·讨论
After all of that why protect the company by not mentioning their name?
gomoboo
·17天前·讨论
D uses a homegrown GC not Boehm: - https://dlang.org/spec/garbage.html - https://dlang.org/blog/2017/03/20/dont-fear-the-reaper/
gomoboo
·22天前·讨论
Do these attributes actually help with search engine visibility or do they just make it easier for search engines to keep users from leaving the search page? Honest question here.
gomoboo
·2个月前·讨论
Refreshed gift link: https://www.theglobeandmail.com/gift/ac7e9825b17af566d8cdb52...
gomoboo
·2个月前·讨论
I put a firewall ahead of the Docker host so that they aren't running on the same system. Docker can do what it wants to on the host without stepping on my firewall rules.
gomoboo
·5个月前·讨论
Never used it but I’ll chime in that the naming choice is unfortunate. For me as an English speaker it collides with stool, a term for excrement.
gomoboo
·6个月前·讨论
I love reading battlefield notes like this for RAG/search systems. Anyone shooting for useful output is going to hit the same pain points but each article like this has a different set of solutions.

I’m leaning on OpenAI for my embedding needs but will be trying llama-server in the future. I stuck with Postgres because it was easy to run it on my Dokku installation. Great to know sqlite is an option there too. My corpus is too small for Postgres to elect to use an index so it’s running the full table scans that sqlite would. For seeding I use a msgpack file and ship that with the code when deploying.

This is my site: https://customelon.com (niche need of tariff and excise information for shipping to The Bahamas)

It’s built with ASP.NET, Postgres/pgvector, and OpenAI embedding/LLMs. Ingestion is via Textract with a lot of chunking helpers to preserve context layered on top.

Again, great article.
gomoboo
·8个月前·讨论
It’ll be interesting to see what went on here. Was the whistleblower all negative without bringing solutions forward? It doesn’t sound so with them lamenting the downgrading of their safety roadmap.
gomoboo
·8个月前·讨论
This seems like it would be great to use with Celery tasks. At some point you want distributed rate-limiting and at least with older versions of Celery that wasn’t baked in.
gomoboo
·8个月前·讨论
How I rein in YouTube on all my browsers:

- prevent autoplaying video

- redirect ‘ youtube.com/shorts/’ to ‘ youtube.com/watch?v=’

The second gets rid of the addictive Shorts UI. I don’t block them entirely because channels I subscribe to create interesting shorts.
gomoboo
·8个月前·讨论
That Workday description reads like the resumes one writes when desperate and the job search has expanded into totally unrelated professions.
gomoboo
·9个月前·讨论
PythonAnywhere: https://www.pythonanywhere.com/
gomoboo
·3年前·讨论
这是我在漫长的求职过程中整理出来的: https://tintalize.co/

对于给定的人物照片,它将为你提供与该人物佩戴的化妆品相匹配的唇部化妆品。这是我妻子给我出的主意,她说如果能与名人的穿着相匹配,那一定很酷。

这对我找到工作绝对有帮助。我的面试官说这给他留下了深刻印象,他还在公司里分享了这个想法。入职后,大家都叫我口红男。在面试时,有一个非同小可的软件项目可以讨论,这对我很有帮助。

这个项目与我工作的唯一关系就是它是一个基于 Django 的 Python 网络应用程序。在日常工作中,我不接触任何计算机视觉方面的内容。

现在我有能力招聘了,我非常看重已部署和正在运行的项目。没有比这更好的方式(除了经过验证的职业经验)来证明你可以支持你的技能主张了。

附注:这是我几年前建造的,所以如果它有承重问题,我也不会感到惊讶。这篇博文介绍了它的外观和工作原理: https://blog.kyleingraham.com/2018/11/28/lip-colour-finder/