Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tompazourek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
tompazourek
3y ago
Some Windows servers use the Windows Server Core edition and you can manage it only via terminal if you choose to. In those cases, a command line text editor is useful. I'd say it's not super common from my experience. More often
2.
▲
by
tompazourek
3y ago
Isn't k8s ingress itself the reverse proxy?
3.
▲
by
tompazourek
3y ago
I'd add: * Hangfire * Quartz.NET * NHibernate * AutoMapper * StackExchange.Redis * the Castle project * xUnit * NUnit * Serilog * SimpleInjector These are all very popular long maintained open source libraries I've seen used in ma
4.
▲
by
tompazourek
3y ago
NHibernate is quite popular alternative to EF and I've seen it used on many projects, especially big apps. Some smaller apps also choose Dapper (by StackExchange) and avoid EF. Regarding ASP.NET, you're right. There are some alter
5.
▲
by
tompazourek
3y ago
In my opinion, you can go a bit more low level in C# and have control over allocations, data copying, threads, etc. Also, .NET is a bit more general purpose than Node. If the workload is more about computation (CPU/GPU intensive stuff)
6.
▲
by
tompazourek
3y ago
Maybe AirPods will be supported, they have some spatial audio as well.
7.
▲
by
tompazourek
4y ago
What a great answer :) Regarding naming things, this comes to my mind: https://github.com/kettanaito/naming-cheatsheet
8.
▲
by
tompazourek
4y ago
People who practice playing musical instruments eventually learn something similar. You shouldn't really push hard, you need to be relaxed and then the speed will come. Plus it's also lot more enjoyable.
9.
▲
by
tompazourek
4y ago
See also: https://codegolf.stackexchange.com/
10.
▲
by
tompazourek
4y ago
Top-left isn't as unnatural for humans in my opinion. It's how you read and write text... Also it's natural for web pages as the top left is fixed.
11.
▲
by
tompazourek
4y ago
Thanks. I always thought that all this IDE kind of stuff came from Visual Basic. But I guess Delphi was an influence too.
12.
▲
by
tompazourek
4y ago
Can you please elaborate?
13.
▲
Weird DALL-E Generations
(twitter.com)
1 points
by
tompazourek
4y ago
|
0 comments
14.
▲
by
tompazourek
4y ago
I think it's a similar pattern, but at a different layer. You can compose methods, compose classes/instances (DI), compose libraries/assemblies, compose processes, microservices, or entire apps and multi-app systems. There ar
15.
▲
by
tompazourek
4y ago
Now that's what I call a document database. Thank you for sharing this.
16.
▲
by
tompazourek
4y ago
Can you recommend something good in that area of monorepo tooling? I read about Bazel, which looked really nice. Any other interesting tools to check out?
17.
▲
by
tompazourek
4y ago
The font hinting there looks quite ugly when viewing this on Windows. The font has some very sharp and thick edges, it's not very smooth and comfortable to read. It's probably much better on macOS or somewhere HiDPI. When I add `*
18.
▲
by
tompazourek
4y ago
Try searching online for "outbox pattern", I think you'll find your answer there.
19.
▲
The State of JS 2021 is out
(2021.stateofjs.com)
2 points
by
tompazourek
5y ago
|
0 comments
20.
▲
by
tompazourek
5y ago
How does it work in the UK? Many areas I visited in the UK have very uniform looking houses (all brick walls, nothing really sticking out, very pleasing to the eye). I assume there must be some strict rules to follow...
21.
▲
by
tompazourek
5y ago
Laptops today are much better than laptops of the past. Should they cost much more than in the past (beyond just inflation)?
22.
▲
by
tompazourek
5y ago
These kind of messages are really nice to read :) One of the things developers often get when changing jobs is a pay rise that they wouldn't get otherwise. If you don't mind me asking: How does the pay rise process work in your co
23.
▲
by
tompazourek
5y ago
The LEMUR article you linked says: > This blog post was published on April 1. That’s a huge hint ;-) Not sure what to think about this...
24.
▲
by
tompazourek
5y ago
I had no idea there were courses for text editors. This looks really useful, thanks.
25.
▲
by
tompazourek
5y ago
Try a tool called "O&O ShutUp". It's not perfect, but I think it's pretty good.
26.
▲
by
tompazourek
5y ago
Rubber duck
27.
▲
by
tompazourek
5y ago
Yes, the important keyword here is "seemingly". :)
28.
▲
by
tompazourek
5y ago
On FE side, a lot of stuff gets complicated because nowadays everyone wants to use tools designed for building SPAs. On BE side, a lot of stuff gets complicated because nowadays everyone wants to use tools designed for building microservice
29.
▲
by
tompazourek
5y ago
I make notes like this for all tasks I do at work, not just for debugging, but also find it very useful for implementing new features, preparing presentations, meetings. I don't just log what happened, but also log all thoughts, ideas,
30.
▲
by
tompazourek
5y ago
I forgot about Blazor and all that WebAssembly stuff... Thank you, I think this is why open-dotnet maintains a fork of LLVM.
More ›