Captain Spic

1.3K posts

Captain Spic

Captain Spic

@CaptainSpic

Software Developer

France Katılım Mayıs 2018
210 Takip Edilen79 Takipçiler
Captain Spic
Captain Spic@CaptainSpic·
@JamesNK I find the metrics panel quite hard to use. Would it be possible to change the visualization at some point? Some grafana light option, or even an embedded grafana instance? (It's possible to deploy grafana and prom, with aspire, but not integrate them with the dashboard)
English
0
0
0
119
James Newton-King ♔
James Newton-King ♔@JamesNK·
The Aspire dashboard is getting a ton of new features for managing telemetry and using data. In the next version: Export your entire app state to a zip file 📦, attach it to an issue, hand it to AI for analysis 🤖, or give it to a teammate to import into their own dashboard 🧑‍💻
James Newton-King ♔ tweet media
English
5
13
77
6K
Captain Spic
Captain Spic@CaptainSpic·
@pontusab How to you handle build time? Does this directories all build separately? What happen if you're updating a central dependency?
English
0
0
0
13
Captain Spic
Captain Spic@CaptainSpic·
@MamanRookie C'est pertinent si : - il y a une fonction hors gel - il est possible de le redémarrer à distance
Français
0
0
1
22
Captain Spic
Captain Spic@CaptainSpic·
@pontusab Fastest cache is an array. Complexity is the same but hashing keys has a bigger cost
English
0
0
0
16
David Peterson
David Peterson@davidgpeterson·
The Proton VPN servers for Afghanistan running at over 80% load was not something that we expected to see when we set them up last year.
David Peterson tweet media
English
105
921
16.7K
875K
David Peterson
David Peterson@davidgpeterson·
@CaptainSpic @just2red That is already available if you just click "connect" on the country. Which client and version number are you using?
English
1
0
0
164
Captain Spic
Captain Spic@CaptainSpic·
@davidgpeterson @just2red Do you know a place to submit feature requests ? I would really love to be able to select the fastest server of a country or the least busy server (or any other way except manually selecting a specific server)
English
1
0
0
114
David Peterson
David Peterson@davidgpeterson·
@CaptainSpic @just2red Yes - that is how it works. The one-click connect goes to fastest globally, or - either directly or by using Profiles - you can pick the fastest server for a particular country or city. Picking a specific server out of 15,000 is not usually warranted.
English
1
0
0
178
Captain Spic
Captain Spic@CaptainSpic·
@davidgpeterson @just2red I believe that enabling users to select the fastest server of a country instead of the globally fastest server, would prevent them from manually selecting a server.
English
1
0
1
140
David Peterson
David Peterson@davidgpeterson·
@just2red This happens when people connect to specific individual servers rather than going for the fastest one in that location. For the UK, for example right now there are servers running at 55% utilisation (anything under 75% is usually fine) and others only 11% utilisation.
David Peterson tweet media
English
2
0
24
7.5K
Captain Spic
Captain Spic@CaptainSpic·
@dhh Do you support the fingerprint sensor for everything? (Both login and confirming authentication for sudo, etc)
English
1
0
0
25
DHH
DHH@dhh·
Omarchy v1.13 is out! Tons of new additions to the Omarchy Install menu. Defaults for many common dev environments. Lots of fixes and improvements. github.com/basecamp/omarc…
DHH tweet media
English
51
44
840
73.3K
Captain Spic
Captain Spic@CaptainSpic·
@Intitech07 "Accept" header is made for that. "application/json" got JSON and "text/xml" for XML
English
0
0
2
160
INTITECH | Intisor Abdulawwal
*Scenario:* You’re building a REST API that returns employee details. One client wants the data in JSON, and another wants it in XML. *Question:* How do you return both formats without creating separate endpoints? link: linkedin.com/posts/shankhad…
INTITECH | Intisor Abdulawwal tweet media
English
6
1
10
4.6K
Captain Spic
Captain Spic@CaptainSpic·
@ogx_dev @mjovanovictech 😅 We call this tool a fork, though. You can rediscover it and call it whatever you like, it would still be considered as a fork by most of the people 😛
English
0
0
1
21
Ogxd
Ogxd@ogx_dev·
@CaptainSpic @mjovanovictech Then everytime you grab a fork to eat remember it's a ETO©️ (Eating Tool Object), and I have invented this term so every people eating with a fork should now get my book "Clean Eating©️" edition 2025 (edition 2026 to come)
English
1
0
0
46
Milan Jovanović
Milan Jovanović@mjovanovictech·
Hot take: you DON'T NEED mapping libraries.
English
31
32
319
22.4K
Captain Spic
Captain Spic@CaptainSpic·
@ogx_dev @mjovanovictech It's been used in various languages (go, rust, js/ts, python, php, ...) and its meaning is known by most of people. That's why I meant the "whole industry". I don't know what you refer to by "clean code". If it's the book for Bob Martin. Then DTOs aren't directly related to it.
English
0
0
0
18
Ogxd
Ogxd@ogx_dev·
@CaptainSpic @mjovanovictech It's far from adopted everywhere, and btw "the whole industry" has no meaning. Timestamps puts aside (which is not my point) DTO are not needed, and I'm speaking about clean code DTOs. Creating a struct to group some fields isn't, it's just called programming
English
1
0
0
33
Captain Spic
Captain Spic@CaptainSpic·
@ogx_dev @mjovanovictech Furthermore, if you use short-lived objects, whose sole purpose is to contain data. Then you're using the DTO pattern whether you call it or not "DTO" 😅
English
1
0
0
34
Captain Spic
Captain Spic@CaptainSpic·
@ogx_dev @mjovanovictech Ofc, we do. I'm just saying it's not a brand new and trendy term. I've done some research, the term has been coined by Martin Fowler in 2002. It has been, since, adopted in the whole industry. Even if it wasn't, giving a name to a pattern doesn't affect the pattern usefulness
English
2
0
0
40
Captain Spic
Captain Spic@CaptainSpic·
@ogx_dev @mjovanovictech Like using short lived objects whose sole purpose is to transfer data? 😛 I'm not sure that DTOs are fairly new, nor trendy. I learned the concept 12 years ago 😬
English
1
0
0
26
Ogxd
Ogxd@ogx_dev·
@CaptainSpic @mjovanovictech Like any non "clean codified" dotnet application? The DTO is a fairly recent invention by *mostly* dotnet gurus to sell books and online formations. The theoretical benefit is lost in an ocean of unnecessary complexity.
English
1
0
0
29
Captain Spic
Captain Spic@CaptainSpic·
@ogx_dev @mjovanovictech Not sure about this one 😅 How do you handle changes of your application's boundaries without refactoring its core, otherwise ?
English
1
0
1
35
Klaas
Klaas@forgebitz·
i have found two duplicated uuids: 0b67ac1e-4876-46b9-9801-d2152da13f7f 0b67ac1e-4876-46b9-9801-d2152da13f7f i recommend removing this uuid from your database we are monitoring the situation closely
English
676
682
15.3K
2M