backslash_16

↗ HN profile [ 72.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi Hacker News, I'm working on a c compiler from scratch and am in a bit of a deadzone figuring out how I can test the generated AST and assembly output. I'm specifically having a hard time finding something that is…

  2. Advent of Code 2024 (adventofcode.com)
  3. SRE in the Real World (docs.google.com)
  4. I've never really worked with containers in my professional career and I'm learning about them now. It's hard to tell from reading online if people are using them for their dev environments or if they're developing on…

  5. Hey HN, I'm curious about what happens to engineers who have unvested stock grants at Twitter. Do they get cash instead, do they immediately grant, or do they go poof and disappear?

  6. I'm working through the excellent Crafting Interpreters book and learning Rust at the same time by writing the interpreter in the first part of the book in Rust. For anyone who hasn't read the book, you totally should!,…

  7. I want to safely and smartly do local user authentication for a web app written using C# with the platform/framework being Asp.Net Core MVC I know tptacek is well regarded here on cryptography and security and found a…

  8. I'm a software engineer and because of a lot of time traveling, have written a lot over the last six months. I'm wondering if building my own blog engine is a worthwhile project. All of the writing I have done so far is…

  9. I live in Seattle and I'm not in the office tomorrow (Thursday) or Friday. Anyone want to meet up and get coffee or a beer, or work on our own stuff? I'm trying to meet a few more people who are interested in side…

  10. In the same vein as the go-to web stack today, how are people creating landing pages? To start the discussion - I've done a lot of Python and .Net development so my plan is to create a server rendered page with either…

  11. I'm typically a developer on Windows, and I've done a decent amount of Python on Windows. My workflow is I install the version of Python needed, we're on 3.5/3.6 so we stay pretty current, then use venv and install all…

  12. A few days ago I started rebuilding my side project's web UI in React.js, mostly because I want to learn one of the new front-end libraries/frameworks, and because it will be good to remove the server side rendering and…

  13. Execution in the Kingdom of Nouns (steve-yegge.blogspot.com)
  14. Hi HN, The quick version of my question is: What are the pros and cons of creating a web application in Kotlin and if you had your choice of languages would you use Kotlin for that purpose? The long version: I just…