HackerTrans
TopNewTrendsCommentsPastAskShowJobs

devev

no profile record

Submissions

[untitled]

1 points·by devev·vor 4 Monaten·0 comments

[untitled]

1 points·by devev·vor 4 Monaten·0 comments

[untitled]

1 points·by devev·vor 4 Monaten·0 comments

[untitled]

1 points·by devev·vor 5 Monaten·0 comments

[untitled]

1 points·by devev·vor 5 Monaten·0 comments

A Practical Security Audit for Builders

eliranturgeman.com
1 points·by devev·vor 5 Monaten·0 comments

[untitled]

1 points·by devev·vor 9 Monaten·0 comments

[untitled]

1 points·by devev·vor 11 Monaten·0 comments

Show HN: 404skill – real-world projects to level up your swe skills

404skill.github.io
4 points·by devev·letztes Jahr·0 comments

[untitled]

1 points·by devev·letztes Jahr·0 comments

[untitled]

1 points·by devev·letztes Jahr·0 comments

[untitled]

1 points·by devev·letztes Jahr·0 comments

[untitled]

1 points·by devev·letztes Jahr·0 comments

Over-Engineering; Architecture Edition

16elt.com
3 points·by devev·vor 2 Jahren·0 comments

[untitled]

1 points·by devev·vor 2 Jahren·0 comments

[untitled]

1 points·by devev·vor 2 Jahren·0 comments

Show HN: Collecto – open-source, self-hosted, lightweight, email collection

github.com
2 points·by devev·vor 2 Jahren·0 comments

[untitled]

1 points·by devev·vor 2 Jahren·0 comments

[untitled]

1 points·by devev·vor 2 Jahren·0 comments

Whether you think you're replaceable by AI or you think you're not, you're right

16elt.com
3 points·by devev·vor 2 Jahren·0 comments

comments

devev
·vor 3 Jahren·discuss
Using this package, you can access different models such as gpt, dalle, and repos from hugging face, and chain them together to create runnable flows.

We are open to any feedback,
devev
·vor 5 Jahren·discuss
1. I wasn't intending to make it sound like you should substitute all your Lists to Sets as I am well aware of the differences between them. I was trying to convey that on some specific cases Sets are faster than lists, whether if it's obvious or not to everyone, I don't know.

2. Yes, you can use .get(), I was trying to demonstrate the idea of EAFP, and thought that the dictionary snippet might serve as a good example, we probably disagree.