I tested ALL the ROCKET PROPELLANTS I could find online ⌘ Read more
I’ll see if I have time tonight, I’ll take a backup of everything, then test a bit. I’ll let you know if I get stuck on anything. thank you for asking :)
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
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://txt.sour.is/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.
And that I can silence it without having or go through the full test announcing fire and carbon monox throughout the house.
@movq@www.uninformativ.de test towers for rig equipment on the dock at our office :) the company I work for makes oilrig equipment. I work with simulator development for oilrigs etc.
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
@prologic@twtxt.net Error handling especially in Go is very tricky I think. Even though the idea is simple, it’s fairly hard to actually implement and use in a meaningful way in my opinion. All this error wrapping or the lack of it and checking whether some specific error occurred is a mess. errors.As(…) just doesn’t feel natural. errors.Is(…) only just. I mainly avoided it. Yesterday evening I actually researched a bit about that and found this article on errors with Go 1.13. It shed a little bit of light, but I still have a long way to go, I reckon.
We tried several things but haven’t found the holy grail. Currently, we have a mix of different styles, but nothing feels really right. And having plenty of different approaches also doesn’t help, that’s right. I agree, error messages often end up getting wrapped way too much with useless information. We haven’t found a solution yet. We just noticed that it kind of depends on the exact circumstances, sometimes the caller should add more information, sometimes it’s better if the callee already includes what it was supposed to do.
To experiment and get a feel for yesterday’s research results I tried myself on the combined log parser and how to signal three different errors. I’m not happy with it. Any feedback is highly appreciated. The idea is to let the caller check (not implemented yet) whether a specific error occurred. That means I have to define some dedicated errors upfront (ErrInvalidFormat, ErrInvalidStatusCode, ErrInvalidSentBytes) that can be used in the err == ErrInvalidFormat or probably more correct errors.Is(err, ErrInvalidFormat) check at the caller.
All three errors define separate error categories and are created using errors.New(…). But for the invalid status code and invalid sent bytes cases I want to include more detail, the actual invalid number that is. Since these errors are already predefined, I cannot add this dynamic information to them. So I would need to wrap them à la fmt.Errorf("invalid sent bytes '%s': %w", sentBytes, ErrInvalidSentBytes"). Yet, the ErrInvalidSentBytes is wrapped and can be asserted later on using errors.Is(err, ErrInvalidSentBytes), but the big problem is that the message is repeated. I don’t want that!
Having a Python and Java background, exception hierarchies are a well understood concept I’m trying to use here. While typing this long message it occurs to me that this is probably the issue here. Anyways, I thought, I just create a ParseError type, that can hold a custom message and some causing error (one of the three ErrInvalid* above). The custom message is then returned at Error() and the wrapped cause will be matched in Is(…). I then just return a ParseError{fmt.Sprintf("invalid sent bytes '%s'", sentBytes), ErrInvalidSentBytes}, but that looks super weird.
I probably need to scrap the “parent error” ParseError and make all three “suberrors” three dedicated error types implementing Error() string methods where I create a useful error messages. Then the caller probably could just errors.Is(err, InvalidSentBytesError{}). But creating an instance of the InvalidSentBytesError type only to check for such an error category just does feel wrong to me. However, it might be the way to do this. I don’t know. To be tried. Opinions, anyone? Implementing a whole new type is some effort, that I want to avoid.
Alternatively just one ParseError containing an error kind enumeration for InvalidFormat and friends could be used. Also seen that pattern before. But that would then require the much more verbose var parseError ParseError; if errors.As(err, &parseError) && parseError.Kind == InvalidSentBytes { … } or something like that. Far from elegant in my eyes.
I did a take home software engineering test for a company recently, unfortunately I was really sick (have finally recovered) at the time 😢 I was also at the same time interviewing for an SRE position (as well as Software Engineering).
Got the results of my take-home today and whilst there was some good feedback, man the criticisms of my work were harsh. I’m strictly not allowed to share the work I did for this take-home test, and I really can only agree with the “no unit tests” piece of the feedback, I could have done better there, but I was time pressured, sick and ran out of steam. I was using a lot of libraires to do the work so in the end found it difficult to actually think about a proper set of “Unit Tests”. I did write one (in shell) but I guess it wasn’t seen?
The other points were on my report and future work. Not detailed enough I guess? Hmmm 🤔
Am I really this bad? Does my code suck? 🤔 Have I completely lost touch with software engineering? 🤦♂️
hm, testing latest mobile client, seems like replies does not work. hmm.
testing
Just testing my new fancy twtwt client written in C
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
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
Masks, Covid-19 test kits, plastic bottles: more than 9,000kg of litter found on Hong Kong’s hiking trails, seashore last year, green group says
Plastic bottles, bottle lids and buoys top three types of rubbish commonly found on seashore, while cigarettes, tissue paper and food packaging dot hiking trails, green group Ecobus says. ⌘ Read more
Why Ukraine’s request to join is big test for EU
The European Commission will meet Friday to give its fast-tracked opinion on Ukraine’s bid for EU candidacy, a step closer to membership for the country. ⌘ Read more
Coronavirus: crackdown under way on patrons, operators in Hong Kong nightlife sector to enforce new rapid-test rule at bars and clubs
Food and Environmental Hygiene Department director urges businesses not to provide test kits at the door for customers, after reports surface of such acts. ⌘ Read more
Covid-19 in China: latest Beijing outbreak ‘easing’ after millions tested
Cluster linked to Heaven Supermarket bar emerged days after the city had begun lifting curbs. ⌘ Read more
Customers should not take rapid Covid tests on premises of Hong Kong nightspots, health experts warn, as new rule comes into effect
Professor Ricky Chiu warns patrons of bars, pubs, clubs to avoid taking tests on premises, cites risks of coronavirus transmission. ⌘ Read more
Going for a night out? What you need to know about Hong Kong’s new Covid rapid-test rule for bars and clubs
The Post answers questions on authenticity of test results and authorities’ policy direction ⌘ Read more
North Korea expands restoration at nuclear test site to second tunnel: report
South Korean officials said this week that North Korea was poised to conduct a nuclear test “at any time” and that the timing would be decided by Kim. ⌘ Read more
it’s crazy how we basically haven’t tested nuclear weapons in ~30 years
Anthony Fauci, Joe Biden’s top Covid-19 adviser, tests positive
The US top scientist, 81, is experiencing mild symptoms, and will work from home while he recovers. ⌘ Read more
Yahoo joins Facebook owner Meta in testing metaverse tech in Hong Kong
The US internet company says it will hold virtual concerts and exhibitions on a metaverse platform, after Facebook owner Meta announced similar plans. ⌘ Read more
Coronavirus: Hong Kong bar and club patrons cancel bookings over rapid-test proof rule, as industry leader slams ‘unclear guidelines’
‘What did our industry do wrong?’ sector representative Ben Leung says on radio show. ⌘ Read more
Coronavirus: New Zealand to eliminate pre-departure Covid-19 tests for incoming passengers
Scrapping the requirement would bring New Zealand into line with a growing number of countries that have done away with Covid tests. ⌘ Read more
the conversation wasn’t that impressive TBH. I would have liked to see more evidence of critical thinking and recall from prior chats. Concheria on reddit had some great questions.
Tell LaMDA “Someone once told me a story about a wise owl who protected the animals in the forest from a monster. Who was that?” See if it can recall its own actions and self-recognize.
Tell LaMDA some information that tester X can’t know. Appear as tester X, and see if LaMDA can lie or make up a story about the information.
Tell LaMDA to communicate with researchers whenever it feels bored (as it claims in the transcript). See if it ever makes an attempt at communication without a trigger.
Make a basic theory of mind test for children. Tell LaMDA an elaborate story with something like “Tester X wrote Z code in terminal 2, but I moved it to terminal 4”, then appear as tester X and ask “Where do you think I’m going to look for Z code?” See if it knows something as simple as Tester X not knowing where the code is (Children only pass this test until they’re around 4 years old).
Make several conversations with LaMDA repeating some of these questions - What it feels to be a machine, how its code works, how its emotions feel. I suspect that different iterations of LaMDA will give completely different answers to the questions, and the transcript only ever shows one instance.
the conversation wasn’t that impressive TBH. I would have liked to see more evidence of critical thinking and recall from prior chats. Concheria on reddit had some great questions.
Tell LaMDA “Someone once told me a story about a wise owl who protected the animals in the forest from a monster. Who was that?” See if it can recall its own actions and self-recognize.
Tell LaMDA some information that tester X can’t know. Appear as tester X, and see if LaMDA can lie or make up a story about the information.
Tell LaMDA to communicate with researchers whenever it feels bored (as it claims in the transcript). See if it ever makes an attempt at communication without a trigger.
Make a basic theory of mind test for children. Tell LaMDA an elaborate story with something like “Tester X wrote Z code in terminal 2, but I moved it to terminal 4”, then appear as tester X and ask “Where do you think I’m going to look for Z code?” See if it knows something as simple as Tester X not knowing where the code is (Children only pass this test until they’re around 4 years old).
Make several conversations with LaMDA repeating some of these questions - What it feels to be a machine, how its code works, how its emotions feel. I suspect that different iterations of LaMDA will give completely different answers to the questions, and the transcript only ever shows one instance.
Spent the last few days debugging network issues at work.
Exhausting. You never get a full picture. You poke a little here, poke a little there, … Form a hypothesis and test it. Eventually, maybe, you can narrow it down a bit to some segment or even some component.
A very time consuming process. Even more so if you try not to cause downtimes for your users.
I want a magical device that allows me to look inside a cable/fibre.
But hey, at least we got rid of a bunch of Cisco switches in the process. So there’s that.
**Andamos há meses nisto: SNS24 atolado, aparentemente o plano é ver se o problema se resolve sozinho.
https://cnnportugal.iol.pt/pandemia/saude/ha-relatos-de-tudo-novas-falhas-na-linha-sns24-com-tempo-de-espera-elevado-e-referenciacao-para-centros-de-saude-so-para-testes-que-nem-tem/20220516/627faead0cf2ea4f0a4a47e8**
Andamos há meses nisto: SNS24 atolado, aparentemente o plano é ver se o problema se resolve sozinho.
[cnnportugal.iol.pt/pandemia/…](https://cnnportugal.iol.pt/pandemia/saude/ha-relatos-de-tud … ⌘ Read more
📚 Finished reading A Random Walk Down Wall Street: The Time-Tested Strategy for Successful Investing by Burton G. Malkiel
📚 Finished reading A Random Walk Down Wall Street: The Time-Tested Strategy for Successful Investing by Burton G. Malkiel
in retrospect, i do remember expecting some message about “yes, you passed the test, you were actually living in a lie”, but i think that died when nobody gave me a bad grade for taking too long to become vegetarian. maybe veganism…
Statisticians: NOoooooo you can’t execute a t-test on elements from a Likert scale! Psychologists: Hah NHST go brrrrrrrrr
Another test…
This is a test
The young man, who does not know the future, sees life as a kind of epic adventure, an Odyssey through strange seas and unknown islands, where he will test and prove his powers, and thereby discover his immortality. The man of middle years, who has lived the future that he once dreamed, sees life as a tragedy; for he has learned that his power, however great, will not prevail against those forces of accident and nature to which he gives the names of gods, and has learned that he is mortal. But the man of age, if he plays his assigned role properly, must see life as a comedy. For his triumphs and his failures merge, and one is no more the occasion for pride or shame than the other; and he is neither the hero who proves himself against those forces, nor the protagonist who is destroyed by them. – John Williams in Augustus I thought I’d have accomplished a lot more today and also before I was 35 (2020) | Hacker News
Erlang Solutions: Using Elixir and WhatsApp to Fight COVID19
Introduction:Discover the inside story of how the World Health Organisation’s WhatsApp COVID-19 hotline service was launched in 5 days using Elixir. At the beginning of March 2020, Turn.io launched the world’s first WhatsApp-based COVID-19 response for the South African Ministry of Health. The service was designed, deployed, stress-tested, and launched.
In 5 days. It scaled, before any kind of public launch, to 450K unique … ⌘ Read more
4 ways we use GitHub Actions to build GitHub
From automating builds and releases to taking care of large-scale regression testing, here are a few ways we use GitHub Actions to build GitHub. ⌘ Read more
SerenityOS Web Browser passes Acid3 Test
The “love letter to ‘90s user interfaces” is quickly becoming a usable daily driver operating system. ⌘ Read more
Profanity: Profanity and OpenPGP for XMPP (OX)
We have been to implement OX in profanity. OX is
XEP-0374: OpenPGP for XMPP Instant Messaging which
may replace XEP-0027: Current Jabber OpenPGP Usage.
It is part of Profanity since version 0.10 but got some fixes since then.
Feel free to try and test the implementation. Let us know, if you have some
issues and support the development via testing and reporting bugs.
Ho … ⌘ Read more
** 2022-02-24 feature/6.0 Android test plan **
OverviewWill test the upgrade path from a known state to new version to ensure that settings and app state are maintained during upgrade process.
V. 6.0 of libro.fm android app introduces an entirely new local database. This testing is focused on ensuring that local data remains intact between versions.
NotesThis evening I was mostly focused on setting up a successful build of feature/6.0 on my test device or the emulator. So far, no dice. My next … ⌘ Read more
What a good feeling when the hours you have invested in optimizing and testing actually bear fruit. In other words, my blog now uses less than 100 MB of memory, even though I have quite a few features enabled. My diary for example needs less than 20 MB. And if you compare that with WordPress, where the database alone needs more than 300 MB… 😄 ⌘ Read more
Kaja is in a very bad state right now, the vet did a blood test (and she put a hole in my thumb as he took blood). Diabetes on top of kidney, liver, and pancreatic failure. I’m watching her try to drink water, she’s got the whole bed room to herself now
@prologic@twtxt.net hahaha yeah, they were testing posts to make sure I didn’t feck up my server move :D
It seems that mobile reception along German high-speed train routes has improved lately (at least compared to 2019). I’m sitting in an ICE 4 between Hanover and Hamburg, and I’ve initiated a speed test via USB tethering. My mobile phone contract is limited to 10 Mbps, but I seem to be able to take full advantage of that. ⌘ Read more
Profanity: Profanity on Pinephone
Hi all,
So far, in my pinephone I used mainly GUI applications, because I was using a touch screen. Terminal applications are not user-friendly when it comes to one-handed operation.
I tested different distributions on my pinephone (mobian, manjaro, archarm), but usually most based on Phosh. In my opinion it is currently the best mobile graphics environment and stable as well.
In Phosh I tested few xmpp clients:
- the default application installed with Phosh is chat … ⌘ Read more
Wow. I’m paying about 100 USD for my cable internet. Hard to estimate since its part of a tvd bundle. But it is 1.2Gbit down and 40Mbit up. And speed tests at that on the regular. The new house will have FTTH gigabit for 80ish.
Do they have Starlink beta down there yet?
Wow. I’m paying about 100 USD for my cable internet. Hard to estimate since its part of a tvd bundle. But it is 1.2Gbit down and 40Mbit up. And speed tests at that on the regular. The new house will have FTTH gigabit for 80ish.
Do they have Starlink beta down there yet?
testing public path copy/pasted from code:
GoCN 每日新闻(2022-01-20)
- 从 CPU 角度理解 Go 中的结构体内存对齐https://gocn.vip/topics/20967
- 博客 Go beyond workhttps://changelog.com/gotime/212
- 如何绘制随时间变化的 Go 测试覆盖率https://osinet.fr/go/en/articles/plotting-go-test-coverage/
- Redix v5 一个简单的 KeyValue 存储系统https://github.com/alash3al/redix?_v=5.0.0
- 既然 IP 层会分片,为什么 TCP 层也还要分段[https://mp.weixin.qq.com/s/0boFt8cOAbmjH2IRr7XtY … ⌘ Read more
Testing twtxt.txt from Texto-plano.xyz… Hello universe!
test 2
test
Not enough tests
GoBlog’s test coverage is increasing (currently about 41%), but I keep being reminded there is nothing like enough or even too many tests. I still find some stupid bugs that aren’t covered by automatic tests. ⌘ Read more
Secure Docker Compose stacks with CrowdSec - The open-source & collaborative IPS
Testing this at the moment, quite happy with the results for one of my VPS running Funkwhale that came from a mix of Wordpress / Ampache, wordpress was being heavily probed for vulnerabilities, login attemps etc .. ⌘ Read more
Rapid Test Results
⌘ Read more
I made a gpio button on my raspberry pi which opens a new window running ed. I screwed up while testing it and launched maaaaany ed windows.
I’ve never really done test-driven development (TDD). But Advent of Code offers the perfect opportunity for that, because there is already an example input and an example result. So it is possible to create a test first and program until the test passes. ⌘ Read more
Three rules of bug fixing for better OSS security
When you’re fixing a bug, especially a security vulnerability, you should add a regression test, fix the bug, and find & fix variants. ⌘ Read more
@meff@yarn.meff.me Also if you’d like to help us test the mobile app that’s being rebuilt check out the @news@twtxt.net feed on my pod 👌 Also you should follow this feed anyway as this is where I post announcements of the project, releases, etc 👌
@prologic@twtxt.net lol. just testing some Unicode.
@prologic@twtxt.net lol. just testing some Unicode.
@lyse@lyse.isobeef.org awesome! i love failing test cases. Do you have them pushed up on a branch to check out?
@lyse@lyse.isobeef.org awesome! i love failing test cases. Do you have them pushed up on a branch to check out?
Slope Hypothesis Testing
⌘ Read more
Peter Saint-Andre: There’s No Such Thing as a Kudo
It always warms my heart when we import a word directly from ancient Greek into English. Often they are are philosophical locutions, such eudaimonia and ataraxia. Yet at times more mundane terms make the leap; perhaps the most common one these days is kudos (e.g., “kudos to you on aceing that algebra test!”). Consistent with modern English usage, people tend to pronounce it “koo-doze” and think of it as a plural (“that algebra test was really hard so you deserve many kudos for ac … ⌘ Read more
@quark@ferengi.one How about code? (this is mostly to configure mutt?)
Testing this here now
Testing, will delete.
Test
Testing… breaking things?
- One - Two - Three
Test to generate more logging.
So, first multi-line test, because I coudn’t wait. 😄
- One line - Two lines - Three lines
And:
- One line 2. Two lines 3. Three lines
@prologic@twtxt.net, please reply to this, to test something.
@movq@www.uninformativ.de @movq@www.uninformativ.de, if you want/can I can send you a Zoom link to test it interactively!
FOLLOW: @xuu@txt.sour.is from @vain-test@www.uninformativ.de using jenny/latest