lade...
random avatar

0x49D1 - Network

Posts Subscribe

We've moved the whole infrastructure to microservices, but sometimes we still need to do some remote debug tasks... In the scope of...

https://hachyderm.io/@0x49D1/114...

We've moved the whole infrastructure to microservices, but sometimes we still need to do some remote debug tasks... In the scope of "how to do that with linux based containers" wrote the article: dpursanov.medium.com/how-to-en

21.2.2025 12:07We've moved the whole infrastructure to microservices, but sometimes we still need to do some remote debug tasks... In the scope of...
https://hachyderm.io/@0x49D1/114...

Suddenly discovered 2 very well produced journalist videos that are made for non professionals by professionals: about the crypto scam cases...

https://hachyderm.io/@0x49D1/113...

Suddenly discovered 2 very well produced journalist videos that are made for non professionals by professionals: about the crypto scam cases
youtube.com/watch?v=1QhMqoTNSl
and hacking practices that were used as a war weapon
youtube.com/watch?v=15MaSayc28

5.12.2024 09:56Suddenly discovered 2 very well produced journalist videos that are made for non professionals by professionals: about the crypto scam cases...
https://hachyderm.io/@0x49D1/113...

Half Life is 20 yo. https://youtu.be/YCjNT9qGjh4And by the way Valve released an upgraded version. Oh, I remember the great moments this...

https://hachyderm.io/@0x49D1/113...

Half Life is 20 yo.
youtu.be/YCjNT9qGjh4
And by the way Valve released an upgraded version. Oh, I remember the great moments this game gave me the time it was released. 20 years! Maybe.... 30... 3.0... 3! 😳 Still waiting, Gabe!

16.11.2024 19:24Half Life is 20 yo. https://youtu.be/YCjNT9qGjh4And by the way Valve released an upgraded version. Oh, I remember the great moments this...
https://hachyderm.io/@0x49D1/113...

.NET 9 was just released with all the goods and I suddenly discovered that there was a session of Stephen Toub about .NET performance in 25...

https://hachyderm.io/@0x49D1/113...

.NET 9 was just released with all the goods and I suddenly discovered that there was a session of Stephen Toub about .NET performance in 25 minutes... That's the guy who writes yearly articles (VERY long ones!) about performance improvements done during the year's iteration. Cool session when you first understand what's happening, but after some time you don't and after a bit of a short time you understand again....Or not.
youtu.be/aLQpnpSxosg
And his famous articles: devblogs.microsoft.com/dotnet/

15.11.2024 18:24.NET 9 was just released with all the goods and I suddenly discovered that there was a session of Stephen Toub about .NET performance in 25...
https://hachyderm.io/@0x49D1/113...

Reading QR codes without a computer!One of the most interesting parts of the article is that it is dynamic: based on your chosen code it...

https://hachyderm.io/@0x49D1/113...

Reading QR codes without a computer!
One of the most interesting parts of the article is that it is dynamic: based on your chosen code it will adapt the explanation.

qr.blinry.org/

27.8.2024 21:04Reading QR codes without a computer!One of the most interesting parts of the article is that it is dynamic: based on your chosen code it...
https://hachyderm.io/@0x49D1/113...

Check out Damien Bod's guide on creating secure hashes in .NET. The post covers key techniques like SHA256, Argon2, and HMAC, with...

https://hachyderm.io/@0x49D1/113...

Check out Damien Bod's guide on creating secure hashes in .NET. The post covers key techniques like SHA256, Argon2, and HMAC, with practical examples and clear explanations. A must-read for developers looking to implement effective hashing in their applications.

damienbod.com/2024/07/01/creat

27.8.2024 10:55Check out Damien Bod's guide on creating secure hashes in .NET. The post covers key techniques like SHA256, Argon2, and HMAC, with...
https://hachyderm.io/@0x49D1/113...

Was discussing authentication topics with my interns and found out that OWASP has resources about authentication (in cheetsheet series):...

https://hachyderm.io/@0x49D1/113...

Was discussing authentication topics with my interns and found out that OWASP has resources about authentication (in cheetsheet series):
cheatsheetseries.owasp.org/che
Nice checklist to have. Also if are not using their "standards" - at least recheck them sometimes.

23.8.2024 11:42Was discussing authentication topics with my interns and found out that OWASP has resources about authentication (in cheetsheet series):...
https://hachyderm.io/@0x49D1/113...

Ever wondered how Super Nintendo works? There were no "standards" during that dark ages :) Very interesting read about the...

https://hachyderm.io/@0x49D1/113...

Ever wondered how Super Nintendo works? There were no "standards" during that dark ages :) Very interesting read about the decisions they were making for chips to render the way they wanted:
fabiensanglard.net/snes_ppus_w
Or how graphics system works:
fabiensanglard.net/snes_ppus_h
There are also many other parts of the system design on same blog, just check the references...

t.me/x4516/168

23.8.2024 08:02Ever wondered how Super Nintendo works? There were no "standards" during that dark ages :) Very interesting read about the...
https://hachyderm.io/@0x49D1/113...

Check out this PostSharp (meeh tool for now, but..) blog post on optimizing MemoryCache. It dives into how caching can boost efficiency,...

https://hachyderm.io/@0x49D1/112...

Check out this PostSharp (meeh tool for now, but..) blog post on optimizing MemoryCache. It dives into how caching can boost efficiency, reduce memory leaks, and avoid unnecessary object creation. The article provides smart tips and practical examples to help you make the most of caching in your .NET applications. It’s all about getting your app to run faster and smoother—what’s not to love?"

blog.postsharp.net/memorycache

t.me/x4516/166

20.8.2024 11:43Check out this PostSharp (meeh tool for now, but..) blog post on optimizing MemoryCache. It dives into how caching can boost efficiency,...
https://hachyderm.io/@0x49D1/112...

If you ever had the performance problems with data retrieval - sure you already know that some indexing can help there. But maybe you, like...

https://hachyderm.io/@0x49D1/112...

If you ever had the performance problems with data retrieval - sure you already know that some indexing can help there. But maybe you, like me, wanted to go deeper; here is the article (part research, part from practice) on shortly how indexing works with samples for MariaDB (actually the same can be applied to other engines too).

dpursanov.medium.com/how-index

t.me/x4516/165

19.8.2024 04:15If you ever had the performance problems with data retrieval - sure you already know that some indexing can help there. But maybe you, like...
https://hachyderm.io/@0x49D1/112...

Hmm... Did you know about "Conventional Commits"? It's an attempt to make commit messages in source control to be standard +...

https://hachyderm.io/@0x49D1/112...

Hmm... Did you know about "Conventional Commits"? It's an attempt to make commit messages in source control to be standard + to generate kind of "Release Notes" right from your commit history. This is not a new concept, just I discovered it now; sharing :) For example JetBrains uses them as one of their prompts for automatic commit generator...
conventionalcommits.org/en/v1.

t.me/x4516/164

16.8.2024 08:48Hmm... Did you know about "Conventional Commits"? It's an attempt to make commit messages in source control to be standard +...
https://hachyderm.io/@0x49D1/112...

Did several small refactorings the other day and used pattern matchings in one of the actions. It appeared quite elegant, so here is a small...

https://hachyderm.io/@0x49D1/112...

Did several small refactorings the other day and used pattern matchings in one of the actions. It appeared quite elegant, so here is a small article for beginners on the topic:
dpursanov.medium.com/exploring
The technic is not widely used as I see, but when it is - it definitely makes the code more expressive with complex conditions.

t.me/x4516/163

15.8.2024 07:43Did several small refactorings the other day and used pattern matchings in one of the actions. It appeared quite elegant, so here is a small...
https://hachyderm.io/@0x49D1/112...

Good thing to have if you use Visual Studio and have to run multiple projects: Rider has Compound feature, that allows to name the group and...

https://hachyderm.io/@0x49D1/112...

Good thing to have if you use Visual Studio and have to run multiple projects: Rider has Compound feature, that allows to name the group and run multi projects as that group.

Visual Studio for now does not have such thing, so: heptapod.host/thirteen/switchs this project can help with that, you can add group with it for the whole team who use that extension and VS. Here is the sample on how to configure it: heptapod.host/thirteen/switchs

4.8.2024 17:39Good thing to have if you use Visual Studio and have to run multiple projects: Rider has Compound feature, that allows to name the group and...
https://hachyderm.io/@0x49D1/112...

Didn't know about this, but Rider has built in dotTrace...

https://hachyderm.io/@0x49D1/112...

Didn't know about this, but Rider has built in dotTrace (blog.jetbrains.com/dotnet/2018). Probably this happened after MS added good enough profiler into Visual Studio :) Anyway, 6 years later I discover this while doing some optimizations and this is nice to have thing, not to pay additional for dedicated tools if not needed. Let's see if I will need that... :)

28.6.2024 10:25Didn't know about this, but Rider has built in dotTrace...
https://hachyderm.io/@0x49D1/112...

This IS very important for Georgia now: https://www.reddit.com/r/Sakartvelo/comments/1cko1ly/russian_law_how_it_was_in_russia/

https://hachyderm.io/@0x49D1/112...

This IS very important for Georgia now: reddit.com/r/Sakartvelo/commen

6.5.2024 14:08This IS very important for Georgia now: https://www.reddit.com/r/Sakartvelo/comments/1cko1ly/russian_law_how_it_was_in_russia/
https://hachyderm.io/@0x49D1/112...

Calling all bookworms! Tired of the same old Goodreads? Check out The StoryGraph!✨ Sleek, mobile-friendly UI ✨ Import your Goodreads...

https://hachyderm.io/@0x49D1/111...

Calling all bookworms! Tired of the same old Goodreads? Check out The StoryGraph!

✨ Sleek, mobile-friendly UI ✨ Import your Goodreads data ✨ Track your reading progress with cool graphs ✨ Get personalized recommendations

Still miss your Goodreads buds? Let's build a new community there! Follow me: app.thestorygraph.com/profile/

12.2.2024 10:22Calling all bookworms! Tired of the same old Goodreads? Check out The StoryGraph!✨ Sleek, mobile-friendly UI ✨ Import your Goodreads...
https://hachyderm.io/@0x49D1/111...

Testing "stable" #jetbrains new AI assistant and it's code generation abilities. It's close to Github Copilot as I see,...

https://hachyderm.io/@0x49D1/111...

Testing "stable" new AI assistant and it's code generation abilities. It's close to Github Copilot as I see, but has lots of bugs for now. For example: generate line/multiline code almost always is NOT working :) Also their pricing model: 10$ for service that works only in their IDEs for individuals per month. Same as Copilot, but that beast works in any IDE... Have to test if AI Assistant works better with my code contexts, but Copilot is OK with that in some scopes already.

11.12.2023 11:45Testing "stable" #jetbrains new AI assistant and it's code generation abilities. It's close to Github Copilot as I see,...
https://hachyderm.io/@0x49D1/111...

Played Azul with kids: good strategy game for 30 min, They liked it 🫡* Players take turns drafting colored tiles from factories to their...

https://hachyderm.io/@0x49D1/110...

Played Azul with kids: good strategy game for 30 min, They liked it 🫡
* Players take turns drafting colored tiles from factories to their player boards.
* Tiles are scored based on how they are placed on the player's board, with bonuses for completing patterns and filling rows.
* Players score negative points for tiles that are left in their floor line.
* The game ends when a player completes a full horizontal row on their board.

6.8.2023 08:33Played Azul with kids: good strategy game for 30 min, They liked it 🫡* Players take turns drafting colored tiles from factories to their...
https://hachyderm.io/@0x49D1/110...

What an interesting feature JetBrains prepared for us in the nearest release of .NET tools: Predictive Debugging. If activated, the debugger...

https://hachyderm.io/@0x49D1/110...

What an interesting feature JetBrains prepared for us in the nearest release of .NET tools: Predictive Debugging. If activated, the debugger will evaluate some expressions and show the results before you came to that places step-by-step. Has some limitations, but seems very interesting concept.
blog.jetbrains.com/dotnet/2023

31.7.2023 05:33What an interesting feature JetBrains prepared for us in the nearest release of .NET tools: Predictive Debugging. If activated, the debugger...
https://hachyderm.io/@0x49D1/110...

Finished SQL 50 on leetcode. Feel kind of organized, because of solving at least 1 issue per day for last ~40 days. Hope I will have the...

https://hachyderm.io/@0x49D1/110...

Finished SQL 50 on leetcode. Feel kind of organized, because of solving at least 1 issue per day for last ~40 days. Hope I will have the motivation to continue this way with algorithmic issues 💪😈

28.7.2023 06:04Finished SQL 50 on leetcode. Feel kind of organized, because of solving at least 1 issue per day for last ~40 days. Hope I will have the...
https://hachyderm.io/@0x49D1/110...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members