test post to self
Application security orchestration with GitHub Advanced Security
Learn how teams can leverage the power of GitHub Advanced Security’s code scanning and GitHub Actions to integrate the right security testing tools at the right time. ⌘ Read more
My cheap alternative to Ngrok
Since GoBlog has an Auto-HTTPS feature that can automatically retrieve HTTPS certificates via ACME from e.g. Let’s Encrypt, I need a public IP address with which I can reach my test instance of GoBlog via port 80 and 443. ⌘ Read more
@prologic@twtxt.net test
Erlang Solutions: Building a Remote Control Car from Scratch Using Elixir
IntroductionElixir is undoubtedly one of the most comprehensive full stack languages available, offering battle-tested reliability and fault-tolerance on the backend. This is thanks to its origins in Erlang, the BEAM VM and OTP, powerful and agile frontend development thanks to LiveView and the ability to write to hardware with Nerves (not to mention the exciting developments happening in the mac … ⌘ Read more
Testing that mentions are expanding in twtwt: @win0err@kolesnikov.se
Just setting up a quick Mastodon instance to test some compatibility is a pain. Using test accounts on public instances is also unreliable, because many instances are already overloaded and I don’t want to create spam. So I got a new DigitalOcean account with a $200 starter credit… ⌘ Read more
An interesting read about testing code using nullable states instead of mocks.
https://www.jamesshore.com/v2/projects/testing-without-mocks/testing-without-mocks
Ignite Realtime Blog: Help us translate Spark and Openfire!
We have started to experiment with an online tool that facilitates the process of translating Spark and Openfire. Both already have a bunch of translations, but none are complete.
I’m looking for people wanting to test the tool and/or provide translations. The aim is to make providing translations become so easy that little technological know-how is required.
If you’re interested, please sign up to [Ignite Realtime localizati … ⌘ Read more
WordPress implemented SQLite support! 😱 (Not merged into Core yet, but you’re able to test it.) ⌘ Read more
WordPress implemented SQLite support! 😱 (Not merged into Core yet, but you’re able to test it.) ⌘ Read more
I should write better tests or at least create some automatic tests. 😬 (But ActivityPub is so complicated to test!) ⌘ Read more
$name$ and then dispatch the hashing or checking to its specific format.
Hold up now, that example hash doesn’t have a
$prefix!
Well for this there is the option for a hash type to set itself as a fall through if a matching hash doesn’t exist. This is good for legacy password types that don’t follow the convention.
func (p *plainPasswd) ApplyPasswd(passwd *passwd.Passwd) {
passwd.Register("plain", p)
passwd.SetFallthrough(p)
}
https://github.com/sour-is/go-passwd/blob/main/passwd_test.go#L28-L31
$name$ and then dispatch the hashing or checking to its specific format.
Here is an example of usage:
func Example() {
pass := "my_pass"
hash := "my_pass"
pwd := passwd.New(
&unix.MD5{}, // first is preferred type.
&plainPasswd{},
)
_, err := pwd.Passwd(pass, hash)
if err != nil {
fmt.Println("fail: ", err)
}
// Check if we want to update.
if !pwd.IsPreferred(hash) {
newHash, err := pwd.Passwd(pass, "")
if err != nil {
fmt.Println("fail: ", err)
}
fmt.Println("new hash:", newHash)
}
// Output:
// new hash: $1$81ed91e1131a3a5a50d8a68e8ef85fa0
}
This shows how one would set a preferred hashing type and if the current version of ones password is not the preferred type updates it to enhance the security of the hashed password when someone logs in.
https://github.com/sour-is/go-passwd/blob/main/passwd_test.go#L33-L59
Erlang Solutions: Advent of Code 2022 – Every Puzzle Solved in Erlang
Day 1Christmas is getting closer and with that, the annual Advent of Code begins. For those who do not know, Advent of Code is a fun and inclusive event which provides a new programming puzzle every day. The fun is that these puzzles can be solved in any programming language and are accessible for varying levels of coding experience and skills. The real test is in your problem-solving. This year, we’ll be solving each of the problems in … ⌘ Read more
JMP: Writing a Chat Client from Scratch
There are a lot of things that go into building a chat system, such as client, server, and protocol. Even for only making a client there are lots of areas of focus, such as user experience, features, and performance. To keep this post a manageable size, we will just be building a client and will use an existing server and protocol (accessing Jabber network services using the XMPP protocol). We’ll make a practical GUI so we can test things, but not spend too much time on p … ⌘ Read more
November Extensions Roundup: Kubernetes Observability, API Testing, and More
Find out what’s new this month in the Docker Extension Marketplace! ⌘ Read more
The SCREAM Test
One of Lunduke’s Super-Amazing™ Programming Tips ⌘ Read more
Automate API Tests and Debug in Docker With Postman’s Newman Extension
Postman’s Newman Docker Extension helps you run, test, debug, and visualize Postman API calls. Learn how to use this powerful new extension and run collections in Docker Desktop. ⌘ Read more
asbjorn: “Ugh I love #Elm - but I hate s…”
Ugh I love #Elm - but I hate starting new elm apps. I feel like it takes me like half an hour of stringing things together before I have something with state and interactions.
Makes it hard to quickly whip together a sample app to test out a new library. ⌘ Read more
Prosodical Thoughts: Mutation Testing in Prosody
This is a post about a new automated testing technique we have recently
adopted to help us during our daily development work on Prosody. It’s probably
most interesting to developers, but anyone technically-inclined should be able
to follow along!
If you’re unfamiliar with our project, it’s an open-source real-time messaging
server, built around the XMPP protocol. It’s used by many organizations and
self-hosting hobbyists, and also powers applications such as [Snikke … ⌘ Read more
RT by @mind_booster: „Thorn did not provide EURACTIV with details on the datasets and methods for their tests in time for publication.“ Shocking. 🙄 https://www.euractiv.com/section/digital/news/eu-assessment-of-child-abuse-detection-tools-based-on-industry-data/ href=”https://we.loveprivacy.club/search?q=%23ChatControl”>#ChatControl**
„Thorn did not provide EURACTIV with details on the datasets and methods for their tests in time for publication.“ Shocking. 🙄 [euractiv.com/section/digital…](https://www.euractiv.com/section/digital/news/eu-assessment-of-child-abuse-detect … ⌘ Read more
September Extensions Roundup: Test APIs, Use Oracle SQLcl, and More
Find out what’s new this month in the Docker Extension Marketplace! Access InterSystems, test APIs, use Oracle SQLcl, and backup/share volumes — right from Docker Desktop. ⌘ Read more
Time Test
And that I can silence it without having or go through the full test announcing fire and carbon monox throughout the house.
last test i am done testing now
last test and if this does not work then I just have to run the git commands myself then
test again to see if it works
testing twtxt using jenny
Just testing my new fancy twtwt client written in C
I am just testing yarn.social with a second user. Really I am @abucci@anthony.buc.ci in disguise.
@abucci@anthony.buc.ci Hello I am a test user who is testing.
6 strategic ways to level up your CI/CD pipeline
From incorporating accessibility testing to implementing blue-green deployment models, here are six practical and strategic ways to improve your CI/CD pipeline. ⌘ Read more
Ignite Realtime Blog: Openfire 4.7.2 released
The Ignite Realtime Community is pleased to announce the release of Openfire version 4.7.2. This version fixes a number of bugs and signifies our efforts to produce a stable 4.7 series of Openfire whilst work continues on the next feature release 4.8.0.
A major highlight of this release is fixing of BOSH bugs found under load testing.
You can find [download artifacts](https://ign … ⌘ Read more
W3C announces Web 3.11 “Web for Workgroups”
“The original code name ‘Everything is an NFT now’ didn’t focus test as well as we thought.” ⌘ Read more
Coronavirus: faced with mounting costs, some ask whether China can afford to maintain mass testing
Extensive mass testing for Covid-19 is extracting a huge toll on regional finances, raising questions over the long-term sustainability of China’s zero-Covid policy. ⌘ Read more
Coronavirus: Indonesia urged to tighten curbs during 4th wave as cases of Omicron subvariants rise
On Tuesday, Indonesia had 2,167 new infections, with at least 143 cases of Omicron BA.4 and BA.5 – a number health experts said was ‘the tip of the iceberg’ due to a lack of testing. ⌘ Read more
Taiwan, US to hold first trade talks under new initiative
Taiwan’s top trade negotiator John Deng and deputy US trade representative Sarah Bianchi will meet virtually after Deng tested positive for Covid-19. ⌘ Read more
Chinese prototype a precursor to hypersonic passenger travel anywhere in the world in 2 hours, says team
Completion of all test flights by 2025 will allow the development of a passenger aircraft that can travel more than 6,000km at Mach 6: researchers. ⌘ Read more
Singapore’s return to tighter Covid rules cannot be ruled out, deputy PM Wong says
The financial hub loosened many pandemic-related rules, including scrapping testing for vaccinated travellers and gathering limits – now average daily infections have jumped to more than 5,500. ⌘ Read more
Coronavirus: Chinese factory hub Shenzhen shuts down Hong Kong border district for 3 days
Wholesale markets, public venues shut in Futian district, with some bus and subway lines suspended and window for Covid-19 test reports halved. ⌘ Read more
China’s space station may get the most precise clock in orbit – if it passes key test
Optical atomic clock will be delivered to Tiangong in October if it clears technical evaluation next week, according to scientist familiar with project. ⌘ Read more
World leaders seek united front for Ukraine at key summits as war rages
Back-to-back summits over the next week will test Western resolve to support Ukraine as rising geopolitical tensions and economic pain cast an increasingly long shadow. ⌘ Read more
North Korea approves ‘stronger war deterrent’ at key military meeting
North Korean leader Kim Jong-un wrapped up a key meeting with top military officials, amid growing speculation that Pyongyang could conduct its first nuclear test in five years. ⌘ Read more
US$156million Russian superyacht in Dubai –test for US, UAE close ties amid sanctions
The 98-metre Madame Gu is moored next to US$200 million megayacht owned by the state’s ruler as Western pressure mounts for US Gulf Arab ally to apply sanctions. ⌘ Read more
Thursday morning, test to see if my twtxt works
Shenzhen tightens Covid-19 controls with 48-hour negative test result required to use public transport after three new cases found
Shenzhen residents will need to present negative nucleic acid test results issued within 48 hours to take the subway, or travel by taxi and other public transport, according to a government notice issued on Thursday. ⌘ Read more
Hong Kong to include Korean in DSE university entrance exam from 2025 amid K-Culture boom
Hong Kong’s testing authority will allow students to submit scores from the Test of Proficiency in Korean in the foreign language category of the city’s university entrance exam starting from 2025. ⌘ Read more
When will China’s Fujian aircraft carrier be ready for active duty?
Observers say the ship’s cutting-edge electromagnetic catapults and other systems will need months of tests. ⌘ Read more
China’s Mars mission on track to lead the world in retrieving Martian rocks by 2031, says programme veteran
China’s timeline is two years ahead of a US-European planned Mars mission to return samples to Earth for laboratory testing, according to Sun Zezhou. ⌘ Read more