HackerTrans
TopNewTrendsCommentsPastAskShowJobs

devev

no profile record

Submissions

[untitled]

1 points·by devev·4 tháng trước·0 comments

[untitled]

1 points·by devev·4 tháng trước·0 comments

[untitled]

1 points·by devev·4 tháng trước·0 comments

[untitled]

1 points·by devev·5 tháng trước·0 comments

[untitled]

1 points·by devev·5 tháng trước·0 comments

A Practical Security Audit for Builders

eliranturgeman.com
1 points·by devev·5 tháng trước·0 comments

[untitled]

1 points·by devev·9 tháng trước·0 comments

[untitled]

1 points·by devev·11 tháng trước·0 comments

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

404skill.github.io
4 points·by devev·năm ngoái·0 comments

[untitled]

1 points·by devev·năm ngoái·0 comments

[untitled]

1 points·by devev·năm ngoái·0 comments

[untitled]

1 points·by devev·năm ngoái·0 comments

[untitled]

1 points·by devev·năm ngoái·0 comments

Over-Engineering; Architecture Edition

16elt.com
3 points·by devev·2 năm trước·0 comments

[untitled]

1 points·by devev·2 năm trước·0 comments

[untitled]

1 points·by devev·2 năm trước·0 comments

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

github.com
2 points·by devev·2 năm trước·0 comments

[untitled]

1 points·by devev·2 năm trước·0 comments

[untitled]

1 points·by devev·2 năm trước·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·2 năm trước·0 comments

comments

devev
·3 năm trước·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
·5 năm trước·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.