Happy to find this secret place on the gopherspace
It turns out my ISP supports ipv6. After 4-5 months with only ipv4, I thought to ask customer support, and they told me how to turn it on. (Iām pretty happy with ebox so far. Low-priced fibre with no issues so far. Though all my traffic goes through Montreal, 500km away from me in Toronto, which adds a few ms to network latency.)
[47°09ā²17ā³S, 126°43ā²48ā³W] Automatic systems disengaged due to heavy rain
**So I need to figure out how to block ASN(s)ā¦
Additionally, Iā thinking of; How to detect DDoS attachs?
Hereās one way Iāve come up thatās qu ā¦**
So I need to figure out how to block ASN(s)ā¦
Additionally, Iā thinking of; How to detect DDoS attachs?
Hereās one way Iāve come up thatās quite simple:
Detecting DDoS attacks by tracking requests across multiple IPs in a sliding window. If total requests exceed a threshold in a given time, flag as potential DDoS. ā Read more
[47°09ā²43ā³S, 126°43ā²25ā³W] Working impossible due to thunderstorm
Linda McMahon Has no Education Experience Except Wanting to Defund Public Schools
Jessica Washington, Ā Staff WriterĀ - Ā The Intercept
_Stephan:Ā Betsy DeVos Trumpās Secretary of Education in his first administration did everything she could to sabotage free public schools. This time he seeks to appoint Linda McMahon, who knows and has no experience with public education at all, and will do Trumpās bidding. United States public school children a ⦠ā Read more
āCan it be done?ā Mike Johnson seeks to shut 75% of federal agencies with Elon Muskās help
David Edwards, Ā Senior EditorĀ - Ā Raw Story
_Stephan:Ā In 16 days the first convicted multiple-felon and sex offender in American history will become the President of the United States, and, as he tells us repeatedly, he will immediately seek to change the country into a racist, male-dominant, christofascist pseudo-democracy. He yet again is what the ⦠ā Read more
What Makes Someone Wise? Global Study Finds Cross-Cultural Agreement on 2 Major Factors
, Ā Ā - Ā Nice News
_Stephan:Ā A reader sent me this, and I found it a very interesting report on research about wisdom. I see so little wisdom in our politics and religion today, and so little understanding of what defines it, that I thought you might like to see this report as well. To download the research paper upon which it is based: https://www.nat ⦠ā Read more
Top Ten Ways to Become a Zombie
Zombies arenāt just figments of horror movies and video gamesātheyāre inspired by very real and very horrifying diseases. The world is teeming with ways to turn you (or something else) into the walking undead. Whether itās a syndrome that convinces you youāre already dead or a virus that rewires you to bite your neighbors, this [ā¦]
The post Top Ten Ways to Become a Zombie appeared first on [Listverse]( ⦠ā Read more
10 Book Adaptations You Forgot About
Books are an excellent source of inspiration for filmmakers. If they take a literary classic and adapt it to the screen, they practically guarantee the projectās success. After all, the story already works on the page, so all the screenwriters have to do is translate it. Doing so will put the movie, TV show, or [ā¦]
The post 10 Book Adaptations You Forgot About appeared first on [Listvers ⦠ā Read more
[47°09ā²10ā³S, 126°43ā²48ā³W] Automatic systems disengaged due to thunderstorm
For the time being⦠Iāve just blocked all of OpenAI(s) Bots. They (thankfully) publish a JSON endpoint that you can use to block all OpenAI ā¦
For the time being⦠Iāve just blocked all of OpenAI(s) Bots. They ( thankfully) publish a JSON endpoint that you can use to block all OpenAI crawlers from reaching your server ( in my case, blocking it at the edge). Example:
proxy-1:~# curl -qs https://openai.com/gptbot.json | jq -r '.prefixes[].ipv4Prefix' | xargs -I{} ./block-ip.sh {}
Where ⦠ā Read more
(#f26jg3a) @kat Haha 𤣠If someone figures this out, please let me know šš ā In the meantime, Iām going to very soon⢠write a daemon ā¦
@kat @yarn.girlonthemoon.xyz Haha 𤣠If someone figures this out, please let me know šš ā In the meantime, Iām going to very soon⢠write a daemon that will watch the audit log for repeated violations and add to the network firewall. ā Read more
everoddandeven releases āMonero Daemon GUIā v1.1.0
everoddandeven1 has released Monero node manager monerod-gui 2 version 1.1.0 Toughness 3 with various UI and daemon fixes and improvements:
UI fixes and improvements
Daemon settings fixes
Minor code reorganization
Upgrade dependencies
Consult the Github repository2 for the complete changelog4, a demo and usage instructions.
To support further developmen ⦠ā Read more
Cyrix126 releases Gupaxx v1.7.0
Cyrix1261 has released Gupaxx 2 version 1.7.03 with UI improvements, new features, and various bugfixes:
Changes overviewThis release improve a bit the UI, simplify the use of custom arguments, add better reactivity from p2pool regarding the node connectivity, adds new features and also brings improvements/bugfixes.
[UI] Ability to resize height of consoles
[UI] Friendly custom start options interface
[ ... ā [Read more](https://monero.observer/cyrix126-releases-gupaxx-v1.7.0-ui-improvements-new-features-fixes/)
Monero Dev Activity Report - Week 1 2025: 18 PRs, 4 Issues
This weekly report aims to provide a big picture view of Monero development activity, increase community support for existing devs and, hopefully, encourage new contributions.
Opened (17)
monero-project/monero:
The XMPP Standards Foundation: The XMPP Newsletter December 2024
XMPP Newsletter Banner
Welcome to the XMPP Newsletter, great to have you here again!
This issue covers the month of December 2024.
Like this newsletter, many projects and their efforts in the XMPP community are a result of peopleās voluntary work. If you are happy with the services and software you may be using, please consider saying thanks or help thes ⦠ā Read more
Should Waymo Robotaxis Always Stop For Pedestrians In Crosswalks?
āMy feet are already in the crosswalk,ā says Geoffrey A. Fowler, a San Francisco-based tech columnist for the Washington Post. In a video he takes one step from the curb, then stops to see if Waymo robotaxis will stop for him. And they often didnāt.
Waymoās position? Their cars consider āsignals of pedestrian intentā including forward motion wh ⦠ā Read more
And now Iāve applied rate limits on every site to reasonable values š
And now Iāve applied rate limits on every site to reasonable values š ā Read more
Apple settles eavesdropping class action for $153 million
A US class action had alleged the tech giant was using its virtual assistant Siriās microphone to record conversations occurring without usersā knowledge. ā Read more
@movq@www.uninformativ.de woah itās like a cheatsheet with explanations! java is kind of arcane magic sorcery to me so iām having trouble understanding it but i have that with most programming languages. this is like so much easier to actually look at and read instead of my eyes glazing over lol
@andros@twtxt.andros.dev Sorry I missed your messages to #twtxt on IRC. There are people there, but it can take several hours to get a response. E.g. I check it every day or two. I recommend using an IRC bouncer. To answer your question about registries, I used a couple of registries when I first started out, to try to find feeds to follow, but havenāt since then. I donāt remember which ones, but they were easy to find with web searches.
Oh gawd. I canāt enable caching on my edge proxy everywhere š± Some shit⢠doesnāt deal with a caching reverse proxy in front of it very well ā¦
Oh gawd. I canāt enable caching on my edge proxy everywhere š± Some shit⢠doesnāt deal with a caching reverse proxy in front of it very well for some reason I donāt have time to dig into right now š¤ ā Read more
morning yarn friends iāve been playing with astro the SSG and itās a blast i see why my friends love it and rec it to everyone. i may think javascript was a mistake but this is super cool
@prologic@twtxt.net thatās iconic af though like i should do the same bc i hate cloudflare that much i just refuse to use them
@lyse@lyse.isobeef.org yeah! as long as itās fun :D experimenting with it like picking up the camera every once in a while to point somewhere else, or in editing inserting more video in between the static angles, that could be fun!
(#qed3omq) @movq@movq Yeah I swear to god the engineers that write this shit⢠donāt know how to write distributed cralwers that ā¦
@movq @www.uninformativ.de Yeah I swear to god the engineers that write this shit⢠donāt know how to write distributed cralwers that donāt happy the shit⢠out of their targets š¤¦āāļø ā Read more
(#qed3omq) @movq Yeah itās starting to piss me off too 𤣠Not nearly as much as that guy, but stil. Anyway Iām having fun! Now I just need to ā¦
@movq @www.uninformativ.de Yeah itās starting to piss me off too 𤣠Not nearly as much as that guy, but stil. Anyway Iām having fun! Now I just need to find a good IP/Subnet list that I can blacklist entirely, ideally one thatās updated frequently so I can refresh firewall rules. ā Read more
The fact that the official Python docs donāt clearly state what a function returns, grinds my gears. This has cost me so much time over the years. You always have to read through a huge block of text.
You could at least put a list of possible return values in there (always at the same location, please!), hereās a mockup:
(#m3hwsra) @movq How do you manage to get those skulines on your photos? š¤
@movq @www.uninformativ.de How do you manage to get those skulines on your photos? š¤ ā Read more
As a child psychiatrist, I see what smartphones are doing to kidsā mental health ā and itās terrifying
Emily Sehmer, Ā Child Psychiatrist and Conttributing WriterĀ - Ā The Guardian (U.K.)
Stephan:Ā This column is a confirmation of what I said in the previous comment. This is why what Australia is doing is so important, and why the United States has to act.
 does have an API, however that API is designed for clients to interact with the pod and the user's account and feed. e.g: there is a command-line client called yarnc and I used to maintain a mobile native app (using Flutter).
Want this API for Goryon or just Goryon with support to just twtxt.txt. I canāt read timeline without visible replies and missing twts
**(#7xqzija) Iām just basically learning now how ModSecurity rules work and how to write my own.
The builtin OWASP rules are already working nice ā¦**
Iām just basically learning now how ModSecurity rules work and how to write my own.
The builtin OWASP rules are already working nicely š ā And yeah I wonāt include the WAF on every site block, probably just my main/primary domain where I tend to run demo services and other things. ā Read more
@prologic@twtxt.net oooh gonna have to look into this, doubt most of my sites need it but iām thinking one or two could use it
Having a lot of fun with Coraza today. A Web Application Firewall library written in Go that also happens to have a Caddy module.
Having a lot of fun with Coraza today. A Web Application Firewall library written in Go that also happens to have a Caddy module.
Having a lot of fun with Coraza today. A Web Application Firewall library written in Go that also happens to have a Caddy module. ā Read more
MoneroKon 2025 Planning Meeting scheduled for 11 January 2025 1700 UTC
The next MoneroKon 2025 Planning Meeting 1 is scheduled to take place on Saturday, January 11th 2025 at 17:00 UTC in the #monerokon 2 Matrix/IRC channels.
The meetingās discussion topics should be available on agenda.monerokon.org 3.
Logs for the previous meeting are available on Monero Observer4.
_Note that the upcoming event will take place in Prague on June 20-22 2025[ ⦠ā Read more
0xFFFC, j-berman, tobtoht CCS proposals ready for funding
Three CCS proposals have been moved to the funding stage and are now looking for community support:
- 0xFFFCās!526 1: full-time C++ development (3 months, Jan, Feb, Mar, 2025) 2
- j-bermanās!527 3: full-time development (4 months) 4
- tobtohtās!529 5: full-time feather + core development (3 months) 6
To support the above proposals you can donate to the XMR addre ⦠ā Read more
having a cry to birdhouse in your soul
If you want a problem solved, you give it to someone as a project. If you donāt want a problem to be solved, you give it to someone as a job
Why you shouldnāt build your career around existential risk
https://guzey.com/existential-risk/
On my blog: Toots 𦣠from 12/30 to 01/03 https://john.colagioia.net/blog/2025/01/03/week.html #linkdump #socialmedia #quotes #week
An Astrophysicistsā Party Trick! š How to Walk Through Paper ā Read more
i recorded my first camcorder video!!!! itās just me practicing guitar after sooo long of not playing it. my acoustic, to be specific (well, itās an electric acoustic thing but i can play it without plugging it in lol, i do have a stratocaster though). itās capped at ~30 minutes because i used one mini DVD for it and decided i wasnāt gonna use another one to extend the run time. so yeah. it was super fun! i hope i can share it soon, iām ripping the disc with make MKV right now, then iāll re-encode to a web friendly format, and upload to my site and hope that works well
@lyse@lyse.isobeef.org itād be a blast to record too with my camcorder! iād have to figure out positioning and stuff like you said but i could probably figure something out with a bit of testing :P yeah it probably does make the project itself longer than it should be but i feel like if you make it a cozy kinda āsew with meā video where people watch you sew and film it with a static angle instead of like, showing every step? i think thatād be nice even if a bit boring. so i could absolutely try that.
magnetic tape camcorders omg!!! mine is digital but iād LOVE to get a tape camcorder
[47°09ā²56ā³S, 126°43ā²49ā³W] Storm recedes ā back to normal work
What are subsea cables, and what happens when one gets cut?
The text message you just sent and the last show you streamed was almost definitely facilitated by a subsea cable. So why are they so vulnerable to attack? ā Read more
need to come up with ideas for camcorder videos⦠i have one but itās just ātalk in front of camera about fave songs i listened to in 2024ā and i wanna do more fun things even though rambling in front of cam is already fun af
i want to make camcorder videos with this girlās vibe she is insane https://www.youtube.com/channel/UCg9isnie-qBpPIWx4ZQOnJw
good morning yarn friends! itās noon here but i woke up an hour ago. much better compared to waking up at 4pm yesterday
@prologic@twtxt.net oh itās ok! thank you for the explanation! i think for me when it comes to programming i learn best by doing, so like written examples or talking about it helps less, BUT baseline explanations like what a pointer is does help! i was so confused and i still need to fix the error iām having but i will figure it out!
It needs to be said: Retrocomputing and old systems like DOS or OS/2 are fun and all, but a UNIX shell and its userland tools are the most powerful things Iāve ever seen. You can pry that from my cold dead hands. š
**(#eebumiq) But to be fair, we already knew this⦠Iāve observed it first hand, we knew it at the beginning. Iāll just leave you with this:
S ā¦**
But to be fair, we already knew this⦠Iāve observed it first hand, we knew it at the beginning. Iāll just leave you with this:Stochastic Parrot
or put simply:
Artificial Incompetence ā Read more
Mastering Peak Software Development Efficiency with Docker
Get the key to mastering software development efficiency for your team with Docker. ā Read more
Apple CEO Tim Cook to Donating $1 Million to Trumpās Inaugural Fund
Apple CEO Tim Cook plans to donate $1 million to Donald Trumpās inauguration fund, reports Axios. The donation will be a personal donation directly from Cook rather than a donation from Apple.
Following Trumpās wi ⦠ā Read more
[47°09ā²06ā³S, 126°43ā²18ā³W] Working impossible due to blizzard
The devastating truth about the GOPās war on education
Thom Hartmann, Ā CommentatorĀ - Ā Raw Story
_Stephan:Ā I listened to Joy Reid on MSNBC this evening, and agreed with her news hour showing how the United States is becoming a billionaire-owned oligarchy, as a result of a decades-long strategy to achieve where we are today by using unethical morons like Ronald Reagan and the younger George Bush in the White House, faithful servants like Leonard Leo to transform the judic ⦠ā Read more
The billionaires and tech barons vying to build a private space station
Matthew Field, Ā Senior Technology ReporterĀ - Ā The Telegraph (U.K.)
_Stephan:Ā NASA for decades the U.S. approach to space exploration is dying. It is being taken over by billionaires who are using your tax money and mine coming to them through government contracts to increase their wealth and create their own space exploration programs. This is getting virtually no coverage in the A ⦠ā Read more
Trump Bibles, Rudy coffee, Tucker nicotine pouches: the rightwing knick-knack racket
Adam Gabbatt, Ā Ā - Ā The Guardian (U.K.)
_Stephan:Ā Here is another American trend that is getting almost no coverage in the increasingly coorrupted U.S. billionaire owned media. Once again I saw the trend but have had to go to another British newspaper to get a decent article describing the trend. The Republican Party has become a billionaire-controlled organiz ⦠ā Read more
KAIST Develops Foundational Technology to Revert Cancer Cells to Normal Cellsā
KAIST Research Team, Ā Ā - Ā KAIST
Stephan:Ā Here is what looks like it is going to be very good healthcare news. If cancer is an issue for you or someone you know or care for you might alert your oncologist about this research.
Despite the development of numerous can ⦠ā Read more
10 Exciting Things Entering the Public Domain in 2025
When a work enters the public domain, itās like releasing an immortal animal into the wild after it has been caged for a hundred years. Now freed from copyright restrictions, the work can be studied, reinterpreted, and explored in ways that better reveal its true nature. Scholars, creators, and fans are granted new freedoms to [ā¦]
The post [10 Exciting Things Entering the Public Domain in 2025](https://listverse.com/2025/01/03 ⦠ā Read more
10 Memorable Intersections Between Alcohol and Traffic
Alcohol and traffic are two opposite termsātwo parallel lines that should never meet. A driver is not expected to have even a little alcohol while planning to drive; it is unsafe, dangerous, and downright immoral. An intoxicated driver poses a threat to the lives of others aside from himself. While drunk drivers have taken innocent [ā¦]
The post [10 Memorable Intersections Between Alcohol and Traffic](https://listverse.com/20 ⦠ā Read more
SeeedStudio Unveils XIAO Plus Series with Expanded IO and Enhanced Connectivity
Seeed Studio recently announced the XIAO Plus series, an update to its popular XIAO lineup. This series features expanded IO options and standardized back solder points, enhancing functionality while retaining the compact XIAO form factor. The lineup includes the XIAO ESP32S3 Plus, XIAO nRF52840 Plus, and XIAO nRF52840 Sense Plus. Seeed Studio indicates that the [ā¦] ā Read more
(#fgaa2na) A pointer is basically a reference to a variable. It is typically used with structs and especially in pointer receiver methods so tha ā¦
A pointer is basically a reference to a variable. It is typically used with structs and especially in pointer receiver methods so that you can modify fields of a struct. ā Read more
fighting for my life trying to learn golang WHAT THE FUCK IS A POINTER (rhetorical)
Everything you need to know about Turo, the car sharing app used in two US attacks
The app ā used in the New Orleans and Las Vegas tragedies ā has quickly and quietly grown into Australiaās largest car share marketplace. ā Read more
Apple Fitness+ Announces New Programs, Strava Integration, and More
Apple today announced that Apple Fitness+ is set to gain new workout programs, breath meditation, Strava integration, and more.
Strava users will be able to share a Fitness+ workout to the Strava app, whi ⦠ā Read more
PicoPD Pro: USB PD 3.1 Development Board with PPS and AVS Support
The PicoPD Pro is a compact development board with the RP2040 microcontroller, enabling USB PD3.1 features like Programmable Power Supply and Adjustable Voltage Supply up to 30V. It includes an AP33772S sink controller for USB-C functionality and offers a 5V rail output for powering external components. The board includes the RP2040 microcontroller, which operates at [ā¦] ā Read more
(#6cnegna) Also post as much as you want! Itās a free world. Itās your feed. Itās your daughter. 𤣠nobody actually has to read any of it let ā¦
Also post as much as you want! Itās a free world. Itās your feed. Itās your daughter. 𤣠nobody actually has to read any of it let alone follow you if they donāt want to. š thatās kind of the beauty of a truly decentralized slow social media ecosystem. š ā Read more
(#6cnegna) @kat You shouldāve seen me back in the day! These days I try to post a little less often so as not to cause too much noise in the eco ā¦
@kat @yarn.girlonthemoon.xyz You shouldāve seen me back in the day! These days I try to post a little less often so as not to cause too much noise in the ecosystem 𤣠nobody cares what I think anyway right? š
ā Read more
my friend is getting into snh48 and its sister groups and it makes me miss being a fan but my oshi (shen mengyao) graduated so i donāt have any reason to follow them. but the thing about snh48 is that itās a group full of messy toxic lesbians with mental problems so there is always some wild ass drama going on. you can never leave snh48 standom
Monero Tech meeting scheduled for 6 January 2025 1800 UTC
The next Monero Tech meeting is scheduled1 to take place on Monday, January 6 2025 at 18:00 UTC, in the #no-wallet-left-behind 2 IRC-Libera/Matrix channels.
This meetingās chairperson will probably be rābrunner73 and the agenda should include various topics: Seraphis4/JAMTIS5, FCMPs6, and other long-term Monero development issues.
Logs for the previous meeting are available on Monero Observer ⦠ā Read more
Origami Black Hole
ā Read more
my camcorder videos are gonna go so hard yall like i can post them exclusively to my own youtube site and just do whatever tf i want with it. i should make more vlogs
@kat@yarn.girlonthemoon.xyz i also like the separation inherent with using dedicated devices. like i have a DAP, a fiio X1 ii from 2019, and itās still going strong. itās perfect for on the go music listening and i never have to worry about like going somewhere with no reception and the music drops out. itās all local AND the battery lasts longer because iām not using wi-fi or bluetooth or data. also i can directly access the file system and just add files anytime. this goes for my point & shoot and other devices too. i love this shit iām such a nerd
@kat@yarn.girlonthemoon.xyz i think what i love about āretroā (relative to me because i was born 2004) is that it has friction but in a different way than modern tech does. sure thereās friction with getting a video from your phone to a computer unless youāre a nerd like me with android and syncthing. but not only is that something that could be but isnāt easier, itās just⦠it makes sense for a camcorder from ~2009 to have the kind of friction it does
@prologic@twtxt.net oh yeah i had to do a custom caddy build for that once but then i reverted because i didnāt need it anymore (well i kinda do but for now iām just manually doing it instead of wildcard certs/TLS on demand iām lazy af). otherwise i love caddy
@andros@twtxt.andros.dev What do you mean by API? yarnd (which powers Yarn.social pods like twtxt.net) does have an API, however that API is designed for clients to interact with the pod and the userās account and feed. e.g: there is a command-line client called yarnc and I used to maintain a mobile native app (using Flutter).
What use-case did you have in mind?
(#gjl3gwq) @andros What do you mean by API? yarnd (which powers Yarn.social pods like twtxt.net) does have an API, however that API is desig ā¦
@andros @twtxt.andros.dev What do you mean by API? yarnd ( which powers Yarn.social pods like twtxt.net) does have an API, however that API is designed for clients to interact with the pod and the userās account and feed. e.g: there is a command-line client called yarnc and I used to maintain a mobile native app ( ⦠ā Read more
(#fcwg4zq) @kat So far itās been alright. I wasnāt too impressed with Caddyās logging capabilities though or the fact you have to custom build c ā¦
@kat @yarn.girlonthemoon.xyz So far itās been alright. I wasnāt too impressed with Caddyās logging capabilities though or the fact you have to custom build caddy just to support DNS-01 ACME challenge. But other than that, itās okay. ā Read more
(#vjwykla) @bender@bender Well technically now I can turn off ingress access to my infra on ports 80/43 etc and just rely on the outbound wir ā¦
@bender Well technically now I can turn off ingress access to my infra on ports 80/43 etc and just rely on the outbound wireguard tunnelling for the ingress back in. ā Read more
(#7pqsr4q) @kat When I set about creating Yarn.social back in ~2020 I deliberately wanted to avoid things like reposts, likes and notifications. ā¦
@kat @yarn.girlonthemoon.xyz When I set about creating Yarn.social back in ~2020 I deliberately wanted to avoid things like reposts, likes and notifications. I wanted to build something simple and non-distracting. I didnāt want to fall into the same traps of ābig t ⦠ā Read more
@lyse@lyse.isobeef.org if i ever get to it i will absolutely post tux-in-progress pics!!! just a creatureā¦.
@kat@yarn.girlonthemoon.xyz iāve really wanted to make one of those sites you can curl thatās terminal friendly but looks different on the browser like how does wttr.in do it⦠magic
i like this little ideas utility iāve been using like i keep pulling up the idea table to see what iāve added and it makes me wanna start one of them like the CLI app i wanna write in golang with charmbraceletās bubbletea even though i only have a vague idea of what i want in a CLI app
Binge Watch Apple TV+ This Weekend for Free
If youād like to start the new year with some binge watching, you can enjoy a free weekend of all-access to Apple TV+ films and shows starting on January 3 and continuing through January 5. The free weekend is available on any device where you can stream Apple TV+, all you will need is an ⦠Read More ā Read more
Deals: Get Apple Watch Series 10 for $329 (Discounted from $399)
Want to start the new year off with a great fitness tracker to help motivate your workouts and track your health stats and vitals? Then donāt miss this great deal on the all new Apple Watch Series 10 is available for just $329 in select color and band options, available right now on Amazon. Maybe ⦠Read More ā Read more
Django channels are cool! I had the chance to make a online gaming framework with Channels and Django Rest and was a great experience.
Iām looking forward to doing something in Django LiveView soon.
@prologic@twtxt.net Is it possible to interact with twtxt.net from outside? For example, an search API
I live in one of 17 states that now requires uploading govāt ID just to watch pr0n. Major security risk. I canāt believe this is reality.
I am now proud to say, that as of this moment, I am off of Clownflare 𤣠Still using Cloudflare for DNS, but no longer proxying through their services or terminating TLS at their edge. Instead, all my sites and services now terminate TLS on my own edge proxy running Caddy+Wireguard (so all ingress is actually egress š¤£) š„³ #Clownflare #Cloudflare
I am now proud to say, that as of this moment, I am off of Clownflare 𤣠Still using Cloudflare for DNS, but no longer proxying through their ā¦
I am now proud to say, that as of this moment, I am off of Clownflare 𤣠Still using Cloudflare for DNS, but no longer proxying through their services or terminating TLS at their edge. Instead, all my sites and services now terminate TLS on my own edge proxy running Caddy+Wireguard ( so all ingress is actually egress š¤£) š„³ #Clownflare [#Cloudflare]( ⦠ā Read more
(#ydommwa) @andros Thatās kind of cool to hear! š ā Why HTML over Websockets though? I personally think the ideas behind Hypermedia Systems ā¦
@andros @twtxt.andros.dev Thatās kind of cool to hear! š ā Why HTML over Websockets though? I personally think the ideas behind Hypermedia Systems is great. Just a few extra controls and you nearly get everything you ever really needed or wanted. ā Read more
@bender@twtxt.net Sorry if I donāt reply to you. I donāt have any mention notification system⦠at the moment⦠Thanks for the suggestion and for fix the error š
I want to share the video of my last talk: Creating an Instagram in Django for an Iberian lynx https://www.youtube.com/watch?v=dW69cYIULh8 (Spanish) #django #python
Unlocking cloud native security with Cilium and eBPF
Ambassador post originally published on Dev.to by Syed Asad Raza Introduction ššš As cloud-native applications scale, securing workloads while maintaining performance becomes critical. This is where Cilium, an open-source networking, observability, and security tool, shines. Backed⦠ā Read more
(#vi575mq) @bmallred Ya know⦠Your running twts are making me think I should go back to running eveyr day. Do you run every day or every coupl ā¦
@bmallred @staystrong.run Ya know⦠Your running twts are making me think I should go back to running eveyr day. Do you run every day or every couple of days? š¤ ā Read more
(#v3q6xuq) @lyse I wouldnāt know sadly. I donāt pay attention to the actual clients themselves as you know. I just let yarnd do itās thing.
@lyse @lyse.isobeef.org I wouldnāt know sadly. I donāt pay attention to the actual clients themselves as you know. I just let yarnd do itās thing. ā Read more
[47°09ā²35ā³S, 126°43ā²20ā³W] Bad satellite signal ā switching to analog communication
What Happens When a Whole Generation Never Grows Up?
Rachel Wolfe, Ā ReporterĀ - Ā The Wall Street Journal
Stephan:Ā The American culture is dramatically changing as this report describes in some detail; all sorts of trends have changed from previous generations. When one adds this to the Great Schism Trend one sees how very different the country is now than it was as recently as the 1990s.
![Cody Harding, 38, in the Brooklyn apartment he rents with three roommates, on Dec ⦠ā Read more
Carter, in death, becomes symbol of lost political ādecencyā in U.S.
, Ā Ā - Ā Agence France-Presse (France)
_Stephan:Ā Carter was elected President just as I was walking away from a career in government because of what I saw as the indecency of the Nixon administration, and the weakness of the Ford administration. I had been appointed by Secretary of Defense Melvin Laird to the MIT/Secretary of Defense Study Group on Innovation, Technology, and the Future, and b ⦠ā Read more