Just been playing around with some numbers⦠A typical small static website or blog could be run for $0.30-$0.40 USD/month. How does that compare with what youāre paying @mckinley@twtxt.net ? š¤
@me@eapl.mx pues hoy estudiĆ© proposiciones lógicas para mejorar las condiciones en mi código. Dando consistencia a mi código despuĆ©s de tantos aƱos š
@New_scientist@feeds.twtxt.net hello @prologic@twtxt.net hereās another feed thatās spewing multiple copies of the same post. This one above is repeated 8 times. @awesome-scala-weekly@feeds.twtxt.net now has 13 copies of each post every week. This definitely looks like a bug in whatever code is generating these feeds, because the source feeds donāt have multiple copies of the original posts:
- Has 8 copies of the above post: https://feeds.twtxt.net/New_scientist/twtxt.txt
- Has only 1 copy of the above post: https://www.newscientist.com/feed/home/
I forget whether I filed an issue on this before, but can you tell me where I should do that?
@prologic@twtxt.net laughs.. Iām in danger.
@prologic@twtxt.net the confusion over these words is rampant š¤¦āāļø
@Planet_Jabber_XMPP@feeds.twtxt.net
The benefits of blockchain implementation across multiple sectors are well-documented
WTF are you talking about? The only thing well-documented about āthe blockchainā is that it sucks and its primary use case is creating Ponzi schemes.
@prologic@twtxt.net are you trying to reinvent cloud computing?!?
valgrind
anymore, because it needs to fetch stuff from the net during startup. š
@movq@www.uninformativ.de oof thatās bad
@prologic@twtxt.net hmmm, I might.
@stigatle@yarn.stigatle.no happy birthday!
@movq@www.uninformativ.de @mckinley@twtxt.net I believe the resurgence in availability of municipal WiFi is largely driven by the surveillance capabilities it offers. Every person who has WiFi enabled on their phone can be tracked throughout the city as their phones ping various base stations; a lot of folks arenāt aware of just how much information can be slurped out of a phone that isnāt locked down just from its WiFi pings. I know this happens in Toronto, and I was familiar with a startup in Massachusetts that based its business model on this very concept. I can only assume itās widespread in the US if not throughout the Western world.
@lyse@lyse.isobeef.org this is excellent advice that I will almost surely heed!
For those fond of the COBOL programming language
š
@movq@www.uninformativ.de, do you have an example of conf.json in which I can see all the configuration possibilities? Thanks!
@eapl@eapl.mx aquĆ estamos y te leemos :D
@prologic@twtxt.net Iāll second thisāI find it very hard to read too.
@thecanine@twtxt.net Can you recommend me some good pixelated fonts?
@prologic@twtxt.net when will we have Y coin, the decentralized crypto money of yarn social???
@stigatle@yarn.stigatle.no āit might provoke Russiaā
@prologic@twtxt.net do they censor you???
@prologic@twtxt.net wow! The place to go for whiteboard tech is mills.io.
That stinks about Excalidraw. theyāve been saying that (working on adding collab/self hosting) for over a year.
@abucci@anthony.buc.ci excellent work on embedding the YO in Hello
@lyse@lyse.isobeef.org oh wow nice, I got it running with no trouble:
|
|
| .
| | |
| | |
| | |
|__________ | |
/ | _,..----. | / ,Y-o..
.| ,-'' | / .' / ' .
|| [ --.....- | | | `.
|| |".........__ | | \ |
b | ' | | \ |
| | | `. _,'
| | ' `'''
, , . .
\ .'| ,-'\V d---. |...
\. ,'| / |/ | / |
` ...,' ,' `..,Y / / |
_/ | | |
,' |
-._______/
@prologic@twtxt.net I see what you mean about tldraw. I looked at their github repository and it seems like they are distributing it as an npm package for people who want to include a whiteboard in their Javascript-based frontend. I didnāt see a way to just launch the thing.
I have half a mind to write a little scala frontend that sets up one of these, since scalajs makes it very easy to use these Javascript web component things while making it look like youāre writing scala.
@prologic@twtxt.net Iām a big fan of https://excalidraw.com , especially the collaborative editing feature, but I donāt think you can self-host it š
Iām playing around with snac2
, which I think @stigatle@yarn.stigatle.no mentioned on here, and I have to say itās extremely easy to set up and itās been pretty straightforward so far. I wanted to experiment with having a presence on the Fediverse without going through the process of picking Mastodon vs. Gnu Social vs. Friendica vs. ā¦, and I wanted to self-host instead of picking an instance of one of those. For now Iām abucci@buc.ci, but no guarantees that will remain stable; Iām just testing for the time being.
@prologic@twtxt.net Couldnāt agree more
@stigatle@yarn.stigatle.no @prologic@twtxt.net seconded, that would definitely be nice
@eapl@eapl.mx acabƔndolo que un buen calorcito xD
@abucci@anthony.buc.ci @prologic@twtxt.net neat.. I saw this one quite a while ago. it is strictly line of sight and blocked by walls or things. The use cases were to have it integrated in the lights in a room and provide super fast connections to devices in an office or coffee shop.
- 2.4 GHz Wi-Fi: long range, can go through walls, fast but not very fast
- 5.0 GHz Wi-Fi: much shorter range, cannot go very far through walls, quite fast
- Li-Fi: long range (?), cannot go through any walls, very very fast
@xuu@txt.sour.is ah, well, I think itās on 1.0.x now but it picked up ipv6 support in 0.10.x
@abucci@anthony.buc.ci my last experience with it was with a Debian package which is known for being out of date :-D
@prologic@twtxt.net wow thatās wild. The ISPs Iāve had in the last few years supported ipv6. The one I have now does.
@xuu@txt.sour.is āyetā? Itās supported ipv6 for like 6 years now.
@abucci@anthony.buc.ci does fail2ban work with ipv6 yet?
@prologic@twtxt.net I run fail2ban
on very aggressive settings to avoid these headaches. That plus manually banning IP ranges that register bots on my pod (š) works pretty well for me.
tmux a
would just create a new session if there's no session already to attach to. I probably do that once a day.
@hecanjog@hecanjog.com I have a script for tmux that sets up a new if needed among other things.
http://github.com/brandur/tmux-extra
Works great with powerline.
@lyse@lyse.isobeef.org do you need to have an explicit Is function? I believe errors.Is has reflect lite and can do the type infer for you. The Is is only really needed if you have a dynamic type. Or are matching a set of types as a single error maybe? The only required one would be Unwrap if your error contained some other base type so that Is/As can reach them in the stack.
As is perfect for your array type because it asserts the matching type out the wrap stack and populates the type for evaluating its contents.
Friends⦠Iāve moved my twtxt in english to
https://eapl.me/twtxt.txt
Please update your following list!
Quiero mantener una sesión por largo plazo (para no tener que estar poniendo el Password todo el tiempo).
Debido a que esta herramienta de twtxt tiene la intención de que cualquier persona pueda auto-hospedar su propio twtxt.txt, vĆ que lo mĆ”s āfĆ”cilā y universal es tener un servidor con PHP 7.3+, como un Shared Hosting.
Despliegues con Python, Go, etc. podrĆan requerir mĆ”s configuración.
Quiero mantener una sesión por largo plazo (para no tener que estar poniendo el Password todo el tiempo).
Debido a que esta herramienta de twtxt tiene la intención de que cualquier persona pueda auto-hospedar su propio twtxt.txt, vĆ que lo mĆ”s āfĆ”cilā y universal es tener un servidor con PHP 7.3+, como un Shared Hosting.
Despliegues con Python, Go, etc. podrĆan requerir mĆ”s configuración.
@eapl@eapl.mx que problema tuviste con las sesiones y pk decidiste implementarlo con php??
@prologic@twtxt.net bummer, thatās a shame. I ask because I install the vast majority of my phone apps from f-droid these days, and only use Google Play Store when I have no other option. I know the Play Store will have more reach, but Iām guessing reach isnāt the highest priority right now.
@prologic@twtxt.net is it difficult to get packages into f-droid?
@prologic@twtxt.net is goryon not in the google app store?
@eapl@eapl.mx Felicidades! Poco a poco va cogiendo forma!