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

sampling

no profile record

提交

Why "Learn to Code" Failed [PolyMatter] [video]

youtube.com
2 分·作者 sampling·去年·1 评论

Jaguar Type 00 press release

media.jaguar.com
2 分·作者 sampling·2年前·1 评论

Every Part of an Engine Explained (in 15 minutes) [video]

youtube.com
2 分·作者 sampling·2年前·0 评论

Ask HN: What would it take for AI to generate pop song mashups?

1 分·作者 sampling·2年前·0 评论

Final Round AI: Job interview co-pilot

finalroundai.com
1 分·作者 sampling·2年前·1 评论

Ask HN: Is the $199 Rabbit R1 a loss leader for data collection

3 分·作者 sampling·2年前·5 评论

Ask HN: Does airport fingerprinting compromise my biometric security?

44 分·作者 sampling·2年前·69 评论

Afeela: Mobility as a Creative Entertainment Space

shm-afeela.com
1 分·作者 sampling·3年前·0 评论

Software update guarantees for Google Pixel phones

support.google.com
2 分·作者 sampling·3年前·0 评论

Ask HN: Could an AGI ever win a Nobel Prize?

4 分·作者 sampling·3年前·10 评论

PFAS: The Forever Chemical Scandal [video]

youtube.com
4 分·作者 sampling·3年前·0 评论

Netflix Bites: A pop-up restaurant in Los Angeles opening it's doors on June 30

netflix.shop
1 分·作者 sampling·3年前·0 评论

Crinacle's IEM Ranking List

crinacle.com
1 分·作者 sampling·3年前·0 评论

The US Wants to Close an ‘SUV Loophole’ That Supersized Cars

wired.com
100 分·作者 sampling·3年前·99 评论

评论

sampling
·去年·讨论
Referenced in video: The rise—and fall—of the software developer https://www.adpresearch.com/the-rise-and-fall-of-the-softwar... (ADP Research)
sampling
·2年前·讨论
Has anyone had experience with qdrant (https://qdrant.tech/) as a vector store data and can speak to how txtai compares?
sampling
·2年前·讨论
Previous discussion (2022) with 108 comments: https://news.ycombinator.com/item?id=31250275
sampling
·3年前·讨论
What are some ways to find libraries that issue cards to non-residents?
sampling
·3年前·讨论
This is quite profound, is this quoted from anywhere or are these your own words?
sampling
·3年前·讨论
> We began 2022 with 15 core staff, and now employ a team of 24 in these roles:

    Product and Business Development Manager
    Director of Operations
    Product Design Manager
    Engineering Manager
    Staff Engineers (3)
    Sr SW Engineers (2)
    Sr Security Engineer
    SW Engineer, Add-Ons Ecosystem
    Sr UI/UX Developer
    UI/UX Developers (2)
    Android Project Lead
    Android Developer (1)
    Build & Release Engineers (2)
    Full Stack Developer
    Front End Developer
    Community Manager
    Marketing Manager
    Bug Triager
    Support Engineer

I've never seen "Bug Triager" listed as an advertised role. Isn't this a subset of what a product owner/manager typically does?
sampling
·3年前·讨论
Source: https://www.bankrate.com/insurance/car/cost-of-car-ownership...
sampling
·3年前·讨论
I've seen software testing work at scale when there's a company-wide mindset to quality, as opposed to 'quality is the job of one person/department':

- Shift left testing: quality can be implemented at all stages of the development process, from requirements gathering to deployment. Issues are easier and cheaper to fix the earlier they are discovered, and it does not necessarily take a software tester to discover these, although testers can advocate for a mindset of quality - Quality as a shared mindset/goal, not just one team's job: every team member seeks to quality control their bit of work, this inevitably involves developers doing a basic level of sanity testing on their code. When done right this should reduce the long feedback loop to discovering issues when a team completes a piece of work, hands it over to QA, then context switches over to another piece of work.