Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fmorel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
fmorel
27d ago
I hate that you can only have one window of the Windows Settings app now.
2.
▲
by
fmorel
1mo ago
git-filter-repo is amazing for the second case. I've used it to split repos and rename folders multiple times.
3.
▲
by
fmorel
2mo ago
I miss wobbly windows.
4.
▲
by
fmorel
5mo ago
There's already something like this for GitHub: https://github.com/refined-github/refined-github
5.
▲
by
fmorel
6mo ago
I remember when Firefox started putting everything into jars for similar reasons. https://web.archive.org/web/20161003115800/https://blog.mozi...
6.
▲
by
fmorel
7mo ago
I don't mind the bump on most Pixels because it goes all the way across the phone. So it's still stable on surfaces.
7.
▲
by
fmorel
8mo ago
And dotnet run can now run single files of C# code, with the ability to import other projects and packages if needed. #!/usr/bin/dotnet run https://devblogs.microsoft.com/dotnet/announcing-dotnet
8.
▲
by
fmorel
1y ago
Except you might want different error handling for different error codes. For example, our validation errors return a JSON object as well but with 422. So treating "get a response" and "get data from a response" separate
9.
▲
by
fmorel
1y ago
Reminds me of I Can Has Cheezburger https://en.wikipedia.org/wiki/I_Can_Has_Cheezburger%3F
10.
▲
by
fmorel
1y ago
My parents got a cheap Touchpad when they were getting rid of them, and used it for years. Especially after people got AOSP running on it.
11.
▲
by
fmorel
1y ago
They've done quite a few user stories on https://devblogs.microsoft.com/dotnet/category/developer-sto... and related blogs, especially about .NET Framework to .NET migrations.
12.
▲
by
fmorel
1y ago
There's only a 6 hour different between the East coast and Hawaii. You can't entirely avoid a night shift, so you might as well have them all work from the same location.
13.
▲
by
fmorel
2y ago
I have multiple vaults in my OneDrive, and use https://play.google.com/store/apps/details?id=com.ttxapps.on... (OneSync) on Android to have them available there as well. It's been working great. If I was maki
14.
▲
by
fmorel
2y ago
If you wanted notifications there instead of email. But I've been using the website for over a year and don't feel like I'm missing out.
15.
▲
by
fmorel
2y ago
> Being able to hover a line, having the message of the commit which last changed it, and be able to say "ah ok, it was for this" is quite useful. Honestly, this just sounds like we need better integrations with JIRA into dev t
16.
▲
by
fmorel
2y ago
The first is solvable with a PR check. You can do whatever you want with the submodule on your branch, but if you want it to merge to `main`, then your changes to the submodule have to merged to its `main`. We have a check that makes sure t
17.
▲
by
fmorel
2y ago
I've gone for tabs ever since I realized it helps with accessibility https://gomakethings.com/tabs-are-objectively-better-than-sp... Every developer can control how those tabs are rendered to their preference.
18.
▲
by
fmorel
3y ago
But can you trust that the expression it generated is accurate and it's not lying to you? I'd rather use something like https://crontab.guru/ to verify my syntax, thus I have it bookmarked for the 1-2 times a year
19.
▲
by
fmorel
4y ago
No upfront costs? They have to get the books recorded and printed without overproducing and losing money while also not getting a worse deal with a smaller print + miss out on sales. Same thing for merchandise. All of it needs to be warehou
20.
▲
by
fmorel
4y ago
Even if not in YouTube Music, it's very likely still available in Google Takeout.
21.
▲
by
fmorel
4y ago
We don't use it on our Node app because it would be too noisy. Another noisy library was the AWS SDK for .NET. In that case, I actually use a wildcard version range `3.7.*` to always have the latest patch release and cut down on Depend
22.
▲
by
fmorel
4y ago
But either way, thank you for using noscript only for the counter and not to blank out the entire page! So many websites these days don't load at all without JavaScript.
23.
▲
by
fmorel
4y ago
Absolutely. My team uses .NET, so we use the NServiceBus library on top of it, and RabbitMQ has been rock-solid. We never have to think about it, it's just been running for years.
24.
▲
by
fmorel
4y ago
The leadership of all agencies is appointed, not hired.
25.
▲
by
fmorel
4y ago
Because all of our projects use Microsoft.Extensions.DependencyInjection, I make all our service classes internal The way other projects can access these services is by using the project's helper to register them all in the DI containe
26.
▲
by
fmorel
4y ago
I look at it the other way - I like having the panels on my roof. When I later add battery storage, I'll be able to keep the lights on during power outages. And maybe my purchasing them helps finance the industry a little bit so furthe
27.
▲
by
fmorel
5y ago
This is wonderful. The window management on macOS has been driving me nuts at work after decades of using Windows.
28.
▲
by
fmorel
5y ago
It's more about not needing to escape characters than stripping indentation (that's just an extra perk). Otherwise, if the string can contain `"`, how can the compiler know which `"` defines the end of it?
29.
▲
by
fmorel
5y ago
One possibility could be something like C# global usings added last year. Instead of having your usings in every file, you can define them with the `global` keyword and take effect in every file in your project. It's great for common t
30.
▲
by
fmorel
5y ago
Indeed. At work, I find that doing a little bit of curation on the merged PRs makes for more much readable & relevant release notes.
More ›