Readit News logoReadit News
octagons commented on Wikipedia as a Graph   wikigrapher.com/paths... · Posted by u/gidellav
octagons · 3 days ago
I was a little disappointed to discover there was only 1 degree of separation between “Benito Mussolini” and “Bread”.

For context: https://blog.jxmo.io/p/there-is-only-one-model

octagons commented on Updates to Consumer Terms and Privacy Policy   anthropic.com/news/update... · Posted by u/porridgeraisin
octagons · 4 days ago
That’s unfortunate. I believed Anthropic was playing the long game and betting on a smaller but more technically proficient userbase.

I guess I’ll be canceling my subscription largely out of principal. I doubt any open-source models are capable of handling my use case as well as Claude (typically focused on getting up to speed with various ISO/IEEE standards for the purpose of security testing) but I’m sure I’ll find a solution.

octagons commented on JetBrains working on higher-abstraction programming language   infoworld.com/article/402... · Posted by u/pjmlp
terminalbraid · 19 days ago
I wish they would focus on providing a better IDE experience and fixing existing bugs (and preventing releasing bugs) and keeping up with supporting their existing tooling.

I have difficultly determining what this company wants to deliver. I know what I actually give them money for.

octagons · 19 days ago
I share this sentiment - I often get the sense that they struggle to prioritize their development efforts appropriately.

It baffles me that they don’t offer a way of creating my own JetBrains IDE from the pile of features available across their IDEs and other tools. I pay for the “all products pack” and have started to question whether it’s worth it. Even if I am working in an IDE like PyCharm, it’s not much work to also work with a pre-compiled language in the same project. The distinction between the different IDEs grows less so year over year.

octagons commented on The Missing Protocol: Let Me Know   deanebarker.net/tech/blog... · Posted by u/deanebarker
octagons · 20 days ago
I’ve always used huginn[0] for these types of tasks, though the learning curve/implementation is a bit cumbersome for more trivial tasks like the proposed scenario.

[0] https://github.com/huginn/huginn

octagons commented on .localhost Domains   inclouds.space/localhost-... · Posted by u/todsacerdoti
waynesonfire · 5 months ago
I think this is ideal. You make a great point that even if you were to use .internal TLD that is reserved for internal use, you wouldn't be able to use letsencrypt to get a SSL certificate for it. Not sure if there are other ssl options for .internal. But, self-signed is a PITA.

I guess the lesson is to deploy a self-signed root ca in your infra early.

octagons · 5 months ago
Check out Smallstep’s step-ca server [0]. It still requires some work, but it allows you to run your own CA and ACME server. I have nothing against just hosting records off of a subdomain and using LE as mentioned, but I personally find it satisfying to host everything myself.

[0] https://smallstep.com/docs/step-ca/

octagons commented on .localhost Domains   inclouds.space/localhost-... · Posted by u/todsacerdoti
hobo_mark · 5 months ago
I added a fake .com record in my internal DNS that resolves to my development server. All development clients within that network have an mkcert-generated CA installed.

Not so different from you, but without even registering the vanity domain. Why is this such a bad idea?

octagons · 5 months ago
To be clear, I didn’t register anything. I just have a configuration that serves records for a zone like “artichoke.” on my DNS server. Internal hosts are then accessible via https://gitlab.artichoke, for example.
octagons commented on .localhost Domains   inclouds.space/localhost-... · Posted by u/todsacerdoti
octagons · 5 months ago
Against much well-informed advice, I use a vanity domain for my internal network at home. Through a combination Smallstep CA, CoreDNS, and Traefik, any services I host in my Docker Swarm cluster automatically are immediately issued a signed SSL certificate, load-balanced, and resolvable. Traefik also allows me to configure authentication for any services that I may not wish to expose without such.

That said, I do recommend the use of the internal. zone for any such setup, as others have commented. This article provides some good reasons why (at least for .local) you should aim to use a standards-compliant internal zone: https://community.veeam.com/blogs-and-podcasts-57/why-using-...

octagons commented on Visualizing binary files with ImHex's DSL, the "pattern language"   xy2i.blogspot.com/2024/11... · Posted by u/xy2_
octagons · 10 months ago
I wasn’t aware that ImHex had this feature - perhaps I’ll try it!

I’ve been singing the praises of 010 Editor for years specifically because of its template and scripting features, the former of which is nearly identical to this DSL.

u/octagons

KarmaCake day541October 14, 2021View Original