Australia’s new food security strategy: What’s on the table, and what’s missing?
In 2023, a parliamentary inquiry into food security was held in Australia. This involves the government asking for public and expert advice on key issues to make better decisions. ⌘ Read more
@movq@www.uninformativ.de Yeah, we’ve seen how this plays out in practice 🤣 @dce@hashnix.club My advice, do what @movq@www.uninformativ.de has hinted at and don’t change the 1st # url = field in your feed. I’m not sure if you had already, but the first url field is kind of important in your feed as it is used as the “Hashing URI” for threading.
What technology to use for a small NGO website?
Hi Lobsters :) hope you’re having a cozy weekend
I’m volunteering to set up and maintain the website of an association/small NGO, and I need to choose the technology we will use. I would appreciate advice from the hive mind on what technologies/setup to use :)
The key constraints are:
- It should be feasible to teach a motivated non-coder how to adjust website content. Most of the content will be text & images describing the organisation and its va … ⌘ Read more
@lyse@lyse.isobeef.org that’s alright haha! i don’t expect anyone to listen/watch in full or with full attention bc it’s so long lmao
the thing with PHP for me is that i… feel like it hits a kind of simplicity that i can understand? it’s so plain but can be very powerful. i quite like that. as much as i can learn something infinitely more powerful, PHP hits a comfortable thing where i can handle things like backend sqlite DBs AND how a page is rendered, without requiring a complex frontend with its own quirks (like ruby on rails, which as much as i know and love it, can be heavy).
but i totally get you! PHP security is very scary. i’m always worried that i’m messing something up. it’s why the PHP application i’m working on i have dockerized by default for a small but extra layer of protection
i’ll try to not get discouraged tysm for your advice
My mom passed, advice on what to do with her cats ⌘ Read more
A threat model for opposing authoritarianism
A decade ago, I published a book on privacy “Dragnet Nation: A Quest for Privacy, Security, and Freedom in a World of Relentless Surveillance.” In the book, and since then, in articles and speeches, I have been dispensing advice to people on how to protect their privacy. But my advice did not envision the moment we are in – where the government would collaborate with a tech CEO to strip-mine all of our data from government databases and use i … ⌘ Read more
@prologic@twtxt.net whichever works for you. Just about everyone is offering “great” advice these days; “ancient wisdom”. Many trying to inspire others. You know what? You be you, yo do you. 😅
@andros@twtxt.andros.dev It’s good advice 😅 I try to do this myself (please call me out if you ever catch me NOT doing this 🤣)
**(#6zhwv7a) @andros@andros It’s good advice 😅 I try to do this myself (_please call me out if you ever catch me NOT doing this � …**
@andros @twtxt.andros.dev It’s good advice 😅 I try to do this myself ( please call me out if you ever catch me NOT doing this 🤣) ⌘ Read more
Astrophysicists Give Their BEST Advice to the World ⌘ Read more
Vim/ViFM: Seeking Advice for Manipulating Markdown Files Better ⌘ Read more
Neil & Charles Exchange Advice They Got Growing Up ⌘ Read more
@lyse@lyse.isobeef.org There’s a reason it’s called “(n)curses”. 😏 The only advice I can give is to never fiddle with reassigning control sequences and $TERM variables. Leave $TERM at whatever value the terminal itself sets and use an appropriate terminfo file for it. If there are programs misbehaving, they probably blindly assume XTerm and should be fixed (or have XTerm as a hard requirement). If you try to fix this on your end, it’ll likely just break other programs. 🥴
my cat has oral cancer - advice? ⌘ Read more
Found a stray little angel near my home yesterday any advice ⌘ Read more
(#iiqpj5a) @andros@andros My first point of advice is to stop everything and measure all the important critical user journeys. Design …
@andros @twtxt.andros.dev My first point of advice is to stop everything and measure all the important critical user journeys. Design and Build Service Level Objectives for each and every part of the system you can find that any user cares about. ⌘ Read more
5 tips for promoting your open source project
Three open source experts offer their advice on sharing open source projects with the world.
The post 5 tips for promoting your open source project appeared first on The GitHub Blog. ⌘ Read more
Meet the winners of our first Cloud Native Heroes Challenge
Get their best advice on beating patent trolls at their own game We’re delighted to announce the winners of our first Cloud Native Heroes Challenge! In that first challenge, we asked participants to find prior art… ⌘ Read more
On my blog: Exercise https://john.colagioia.net/blog/2025/01/12/exercise.html #advice #health #publicdomain
Pinellas County Running: 6.28 miles, 00:09:31 average pace, 00:59:46 duration
again worn out. i needed to take a nap yesterday to “catch up” but i was told not to. not good advice. this was comfortable, but the body is just exhausted.
#running
Can AI predict the Melbourne Cup winner? I decided to find out
ChatGPT can simulate therapy sessions, solve complex maths problems and give you relationship advice. But tipping the Melbourne Cup winner? ⌘ Read more
v1docq47 posts August-September 2024 CCS progress report
v1docq471 has posted a second progress report (August-September 2024)1 for his latest CCS proposal2 to do Russian voice-over work and transcribe Monero content:
Work summaryThis is my August + September CCS progress report with voiceover and works on XMR.RU. [..] If you have suggestions or advice about my work, I will be glad to listen to them. Thanks for your support!
(A) Monero Russian Co ... ⌘ [Read more](https://monero.observer/v1docq47-posts-ccs-progress-report-august-september-2024/)
@prologic@twtxt.net Thanks for writing that up!
I hope it can remain a living document (or sequence of draft revisions) for a good long time while we figure out how this stuff works in practice.
I am not sure how I feel about all this being done at once, vs. letting conventions arise.
For example, even today I could reply to twt abc1234 with “(#abc1234) Edit: …” and I think all you humans would understand it as an edit to (#abc1234). Maybe eventually it would become a common enough convention that clients would start to support it explicitly.
Similarly we could just start using 11-digit hashes. We should iron out whether it’s sha256 or whatever but there’s no need get all the other stuff right at the same time.
I have similar thoughts about how some users could try out location-based replies in a backward-compatible way (append the replyto: stuff after the legacy (#hash) style).
However I recognize that I’m not the one implementing this stuff, and it’s less work to just have everything determined up front.
Misc comments (I haven’t read the whole thing):
Did you mean to make hashes hexadecimal? You lose 11 bits that way compared to base32. I’d suggest gaining 11 bits with base64 instead.
“Clients MUST preserve the original hash” — do you mean they MUST preserve the original twt?
Thanks for phrasing the bit about deletions so neutrally.
I don’t like the MUST in “Clients MUST follow the chain of reply-to references…”. If someone writes a client as a 40-line shell script that requires the user to piece together the threading themselves, IMO we shouldn’t declare the client non-conforming just because they didn’t get to all the bells and whistles.
Similarly I don’t like the MUST for user agents. For one thing, you might want to fetch a feed without revealing your identty. Also, it raises the bar for a minimal implementation (I’m again thinking again of the 40-line shell script).
For “who follows” lists: why must the long, random tokens be only valid for a limited time? Do you have a scenario in mind where they could leak?
Why can’t feeds be served over HTTP/1.0? Again, thinking about simple software. I recently tried implementing HTTP/1.1 and it wasn’t too bad, but 1.0 would have been slightly simpler.
Why get into the nitty-gritty about caching headers? This seems like generic advice for HTTP servers and clients.
I’m a little sad about other protocols being not recommended.
I don’t know how I feel about including markdown. I don’t mind too much that yarn users emit twts full of markdown, but I’m more of a plain text kind of person. Also it adds to the length. I wonder if putting a separate document would make more sense; that would also help with the length.
Adding the ESLint Tool to an AI Assistant: Improving Recommendations for JS/TS Projects
We show how to enable our AI assistant to provide advice that is both helpful and actionable for linting JavaScript and TypeScript projects. ⌘ Read more
On my blog: Sleep, Addendum https://john.colagioia.net/blog/2024/07/14/sleep-2.html #sleep #advice #rant
Empowering women through open source
A discussion about how tech is aiding organizations fighting for gender equality, what it means to be a woman in tech and the world today, and advice on how we all move forward.
The post Empowering women through open source appeared first on The GitHub Blog. ⌘ Read more
The Voice a ‘textbook case in how to tank a referendum’: Joe Kelly
The Australian National Affairs Editor Joe Kelly says Anthony Albanese’s approach to The Voice to Parliament was a “textbook case in how to tank a referendum.”
Mr Kelly’s comments come amid reports the Prime Minister allegedly ignored advice against having a Voice referendum.
“I think certainly on election night Anthony Albanese wanted to make this a personal symbol … ⌘ Read more
NFL owner’s bizarre Taylor Swift dating call
New England Patriots owner Robert Kraft has left NFL fans puzzled with a bizarre Taylor Swift take. ⌘ Read more
Relationship Advice
⌘ Read more
Relationship Advice
⌘ Read more
Sam Whited: Thoughts on a New Software Commons
I use various legal and economic terms of art in this post, but I am neither a
lawyer or an economist.
They should be read in the way a layperson might read them, not as a serious
legal or economic analysis or advice.
I’ve long held that software being open source1 is necessary, but not
sufficient.
Using copyright and contract law to enshrine the freedom to use your software
instead … ⌘ Read more
A word of advice: Never swing and grind at the same time.
Following some advices, playing with fedora 39beta sway spin. I have to say that I don’t have nor bugs nor bad surprises.
Snikket: State of Snikket 2023: The Apps
As promised in our introduction to the series, welcome to the first of our ‘State of Snikket’ update posts! This installment features all the app development news you could wish for.
So what’s new in the world of Snikket apps?
UI/UXIf you’ve been following Snikket development for a while, you might remember that we were receiving UX advice on making our apps easier and more fun to use, thanks to the team at … ⌘ Read more
What To Do
⌘ Read more
What To Do
⌘ Read more
@lyse@lyse.isobeef.org this is excellent advice that I will almost surely heed!
Advice for Operating a Public-Facing API ⌘ Read more
🌠 GPT Tips & Tools, Atomic Notes Advice, & Graph Filter Saving
New dev docs & a hub for medium articles, rapid logging tips, & a guide for ensuring productivity goals don’t stress you out. ⌘ Read more
Nice, the number of GoBlog users is growing! 🤓 The next step is a growing number of GoBlog developers. It would be great to have more people giving advice on how to improve the code. 😅 Any senior Go devs out there? ⌘ Read more
Since you’re a fallible human, you will screw things up. And when you do, you’ll be tempted to mislead and cast blame elsewhere. Resist. Advice on being managed
On my blog: Things That Worked (and Didn’t Work) in 2022 https://john.colagioia.net/blog/2022/11/27/worked.html #advice #rant
Keeping your skillset fresh as a developer
Whether you’re committing 30 minutes or 3 hours a day to learning, consistency is key. Klint Finley asks 3 tech professionals at different stages in their career for more advice. ⌘ Read more
reading reddit thread about advice for women fighting men rn, and one of the advices is to yank an eye out, not considering that eyes are pretty hard to yank out
Quirky China: woman stops washing hair to avoid baldness, lost mother finds missing daughter by chance, man gives mouth-to-mouth to drunk friend
Quirky China: a man insisted on giving drunk friend mouth-to-mouth, a lost woman asked for directions only to find her missing daughter and fearing baldness a woman takes internet advice and stops washing hair. ⌘ Read more
China’s beauty slimness obsession highlighted after woman’s weight drops to 25kg in a year with multiple organ failure and refuses treatment
In a culture that views thinness as the epitome of female beauty the case of a Chinese woman with anorexia nervosa ignoring medical advice spurs debate about beauty standards in China. ⌘ Read more
China’s youth league to tackle graduate job pressure with advice, aid and a chance to ‘toughen’ up
As concern grows about the labour market, China’s Communist Youth League says it will help at least 100,000 graduates find jobs this year, including through volunteer missions to impoverished regions. ⌘ Read more
i think posting about personal meditation practice on the EA forum is bad, because personal meditation practice is as relevant to EA as advice on seducing people.
there was a connection between one of the guys who wrote the first pickup advice in the 70s, and general semantics. i could investigate