Viewing profile — dpezely
dpezely
HN member- Joined
- Sat, Feb 27, 2010, 8:33 AM UTC
- HN karma
- 113
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About dpezely
GitHub.com/dpezely
GitLab.com/dpezely
Recent public activity
- story
- story
-
comment
Comment #34685364
The combined professional network of founders and initial investors can minimize impact and effects of many factors discussed in other comments here. "If you need to make a single …
-
comment
Comment #25573370
Book containing the original short fiction from William Gibson: - 2003 edition: https://bookshop.org/books/burning-chrome-9780060539825/9780... - 1986 edition: https://www.amazon.c…
- story
-
comment
Comment #25294231
Have you considered using Common Crawl [1], and if so, what was your assessment when compared to having your own spyders? Long-term, a combination of theirs and your own could be o…
-
comment
Comment #25293038
There's a list of Common Lisp resources on Xach's blog [1] that includes communities, which remains relevant despite being an old post. Also, contacting one of the people associate…
-
comment
Comment #24427396
There are several topics intertwined with solutions you seek: There's parts of speech (PoS) tagging, reducing to Lemma form, identifying end of sentence, etc. After having faced a …
-
comment
Comment #24201862
Off-topic with respect to Kotlin but relevant to the Java platform: From your perspective, what are Clojure's prospects for contemporary and future alignment with the JVM? After al…
-
comment
Comment #23011826
For others considering Rust + Kotlin for native Android development, there's also the Visly blog post[1] with basic steps. However, since then, Google officially released `androidx…
-
comment
Comment #22931715
It's worth noting the "My experiences with NixOS" discussion from a few days ago: https://news.ycombinator.com/item?id=22877355 As someone just getting into Nix and NixOS myself, I…
-
comment
Comment #22478952
Daniel Pezely — Authorized to work for any employer in US or Canada Location: Vancouver Remote: Negotiable, experienced Willing to relocate: Negotiable Technologies: Rust, Python, …
-
comment
Comment #22227228
Daniel Pezely — Authorized to work for any employer in US or Canada Location: Vancouver Remote: Negotiable, experienced Willing to relocate: Negotiable Technologies: Rust, Python, …
-
comment
Comment #21800290
Indirectly, you may be able to accomplish tracking success by following the smart money, so to speak. There's a hedge fund encouraging companies for which they have significant hol…
-
comment
Comment #21800219
Hopefully more people identifying themselves as software engineers will use Finite State Machines to better ensure correctness of the system. Within a San Francisco company recentl…
-
comment
Comment #21787302
Also consider viabale options for Plan B: on the job training worked well for us even before Edition 2018 landed. We had a senior level Java developer learn Rust on the job and be …
-
comment
Comment #21787284
From prior experiences, such as using Python from 1999 through 2005 and Common Lisp between 2005 through 2012, you have an advantage when recruiting for a language considered "exot…
-
comment
Comment #21601608
Thanks to the author and contributors for putting in the time and effort to create this. Especially the cross-comparison in the second half is very thorough and useful! Perhaps thi…
-
comment
Comment #20700730
The overhead of C++ adoption actually prevented us from ever moving fully in this direction. Today, unlike in 2013 when they started, there are other options. For others considerin…
-
comment
Comment #20666246
Details may change every few years but overall, it boils down to two main approaches: 1) find a position through your professional network, as an estimated 80% of jobs come through…
-
comment
Comment #20658316
Some differences between then and now are also different idioms such as CSS naming conventions. See GetBEM.com - for Block, Element, Modifier naming. For instance, current conventi…
-
comment
Comment #20586642
Daniel Pezely - Authorized to work for any employer in US or Canada Location: Vancouver, BC Remote: Yes Willing to relocate: Negotiable Technologies: Rust, Python, Common Lisp, Erl…
-
comment
Comment #20452044
Related: A utility for transforming JSON at scale written using the Rust programming language is bumblebee and available on crates.io. The author of that package uses it internally…
- story
-
comment
Comment #18836947
He explains this at roughly the 40 minute mark. [1] "There's 7 more lines of `unsafe` that avoids keeping both maps. You still keep two maps, but you de-duplicate the data between …