HN user

sieep

308 karma
Posts20
Comments131
View on HN
news.ycombinator.com 5mo ago

Ask HN: How to handle a 'Junior' title when Im doing Mid-level work? Time to go?

sieep
1pts6
counterstrike.blog 5mo ago

Parsing Counter-Strike 2 demo files in .NET

sieep
2pts0
en.wikipedia.org 6mo ago

Deaths Linked to AI Chatbots

sieep
33pts9
github.com 6mo ago

Show HN: A simple, local-only CRM desktop app built with Python/Tk and SQLite

sieep
2pts0
github.com 6mo ago

Show HN: TCP chat server written in C# and .NET 9, used in the terminal

sieep
23pts17
en.wikipedia.org 6mo ago

Panda Diplomacy

sieep
6pts1
en.wikipedia.org 6mo ago

Shut-In Society

sieep
11pts3
en.wikipedia.org 6mo ago

Southern Cross Cable Network

sieep
1pts0
news.ycombinator.com 7mo ago

Ask HN: Resources to get better at outbound sales?

sieep
240pts68
github.com 7mo ago

Show HN: Simple snow simulation in C using raylib

sieep
2pts0
en.wikipedia.org 7mo ago

Robocop Statue

sieep
5pts0
michigan-pulse.com 7mo ago

Michigan Has a Tech Ecosystem Problem, 'Michigan Pulse' Wants to Fix It

sieep
2pts0
michigan-pulse.com 7mo ago

Building a data platform for Michigan's tech ecosystem

sieep
1pts0
michigan-pulse.com 7mo ago

Building a Community Focused Data Layer for a State's Tech Ecosystem

sieep
1pts0
www.nickstambaugh.dev 8mo ago

Why I Chose Astro for My Portfolio (2024)

sieep
3pts0
www.nickstambaugh.dev 8mo ago

Randomized Banner Icons with JavaScript and Astro Framework

sieep
2pts0
www.luniv.tech 8mo ago

Using Elixir-Phoenix to Build a Data Platform

sieep
4pts0
webawesome.com 9mo ago

UI Library from Font Awesome, Called Web Awesome

sieep
10pts1
www.nickstambaugh.dev 9mo ago

LINQ and Learning to Be Declarative

sieep
59pts57
www.nickstambaugh.dev 9mo ago

Impressions of CachyOS

sieep
3pts0

Didn't you guys just make rules about using AI to comment and post?

Don't post generated comments or AI-edited comments. HN is for conversation between humans.

Maybe you need to read your own rules: https://news.ycombinator.com/newsguidelines.html

This guy is as blatant as it gets, and you can't/refuse to enforce it. Obvious AI writing with all the tells. Your site is going to crap buddy go select which rules you feel like moderating somewhere else and ban me. Never going on here again, enjoy your AI slop.

I understand what both of you are saying, I lived in areas where if someone is talking to you on the street theres a high chance theyre asking you for something, so you learn to just kinda block all of it out. Now that I moved to a smaller town, I find myself talking to strangers much more frequently.

Im not sure how the tech works, but they mimic ATM transactions at the POS system & then round up the transaction giving the customer cash back.

This keeps things legal here in MI with a lot of potential for middleware software (between the dispo & bank) that automates compliance reporting that is required by banks. Shops that offer POS systems have competitive advantage still but that may no longer be the case.

Someone new will arise to fill the market gap if there is demand. Saw it firsthand here with the Marijuana industry in Michigan shifting around payment providers to accept credit card transactions after it was legalized. A lot of hoops had to be jumped through. I think it still has the potential to be bad, but it does give opportunities.

Thats sound advice. But why that on the title? Just curious if youd elaborate. I feel like if they are asking of me to do code review, SQL, etc. then my title should align with the rest of the market, especially after a year + multiple years BI experience. Feels like its easy for you to say that about my title when you're not in my shoes (and presumably haven't been called a junior dev for awhile now). Seems completely reasonable to expect a title change at this point, in my opinion.

F# 10 5 months ago

Sure. They really knocked it out of the park with performance in .NET 10. I feel like it matches Go or BEAM performance now but with a lot more tools at your disposal.

I use the 'code-first approach' most the time which really leans into the performance improvements. I can write C# data models that automatically update the database schemas on the SQL side. This is obviously possible in other languages/runtimes, .NET just feels quicker to me once you get it all down and gives you more ways to solve problems than most other languages.

F# 10 5 months ago

yes a key part of the ecosystem! Roslyn is open source as well IIRC

F# 10 5 months ago

You are correct to mention that especially since theyve eased up on their licensing recently, I had in mind that it was still paid for software like Visual Studio. Rider is much better for .NET than VS code!

F# 10 5 months ago

Luckily .NET, the compiler, and such are open source now so Microsoft really just handles the big picture stuff. Its got great performance and the new .NET 10 might be my favorite backend runtime ever created.

F# 10 5 months ago

From my understanding, .NET, C# F# are all open source. The main thing in the tool chain that isnt is Visual Studio but most people can get by with VS Code