Iâve read 63 books so far this year. Hereâs how I did it
Research shows Australians are reading fewer books than ever before. One writer shares her advice on how to make reading a daily habit. â 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.
Queensland shark control plan goes against government commissioned advice
The KPMG report stresses that while âtraditional measuresâ are still required, the program needs to transition away from âenvironmentally harmful practicesâ, such as drumlines and mesh nets. â 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
@bender@twtxt.net The DM specification has been updated from time to time in response to advice from the community. For me, It is a successful!
The adoption is another topic đ
(I am working on my side)
@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 đ¤Ł)
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
Ctrl+Left
to jump a word left, I get 1;5D
in my tt2 message text. My TERM
is set to rxvt-unicode-256color
. In tt
, it works just fine. When I change to TERM=xterm-256color
, it also works in tt2
. I have to read up on that. Maybe even try to capture these sequences and rewrite them.
@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
ok, sounds like a âlargeâ project to me.
Is it more an API (more oriented to developers), more oriented to UI/UX/Frontend? Perhaps both?
Iâd go with prologicâs advice of measuring and prioritizing. Perhaps you have a budget or at least something like âletâs see how far can we reach in 6 monthsâ, and possibly you wonât finish in the time you have (just guessing).
Something that has helped me was defining âWhy do you we want to refactor this project?â.
Could it be to make it compile on newer versions, or making it easier to grow and scale, or perhaps they are trying to sell that product to another company. Every reason has a different path, IMO.
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
@prologic@twtxt.net @lyse@lyse.isobeef.org First, please leave me your comments on the repository! Even if itâs just to give your opinion on what shouldnât be included. The more variety, the better.
Second, Iâm going to try to do tests with Elliptic keys and base64. Thanks for the advice @eapl@eapl.me
Finally, Iâd like to give my opinion. Secure direct messages are a feature that ActivityPub and Mastodon donât have, to give an example. By including it as an extension, weâre already taking a significant leap forward from the competition. Does it make sense to include it in a public feed? In fact, weâre already doing that. When we reply to a user, mentioning them at the beginning of the message, itâs already a direct message. The message is within a thread, perhaps breaking the conversation. Direct messages would help isolate conversations between 2 users, as well as keeping a thread cleaner and maintaining privacy. I insist, itâs optional, it doesnât break compatibility with any client and implementing it isnât complex. If you donât like it, youâre free to not use it. If you donât have a public key, no one can send you direct messages.
On my blog: Exercise https://john.colagioia.net/blog/2025/01/12/exercise.html #advice #health #publicdomain
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.
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
Advice for Operating a Public-Facing API â Read more
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
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
Only Use Old Computers!
The ideal ThiccPad.
If there is a single point of advice I can offer novice computer users, it is stop using modern computers.
If you look at âtechnology YouTube,â part of my neighborhood, but I more mean the massive multi-million subscriber channels, nearly all of it is devoted to constantly reviewing and comparing every new computer, processor, graphics card and product. Thereâs big money in it be ⌠â Read more
@adi@twtxt.net âI usually seen the opposite. Women are more interested in longevity and happy that studies show that they live more than men.â -> I probably could have been clearer: It seems to me that women are on average much less interested in life-extension (methods beyond usual health advice such as the old âexercise, eat vegetablesâ) than men. This might just be founder/sampling bias (life extension comes out of the relatively male dominated libertarian/techno-optimist cluster). Actually, maybe thereâs just a variance thing here: median man cares less about his longevity than the median woman, but the variance for men is higher.
I wonder why it isnât more common for parents to give their children courtship advice. Maybe it is and I donât know enough anthropology?
All advice should have a failure condition.
On the blog: âŚPerchance to Dream https://john.colagioia.net/blog/2021/01/10/sleep.html #sleep #advice #rand
Most advice is basically âbecome better at signalingâ, or it is itself signaling.
On the blog: Advice for Aspiring Career-Hoppers, Part VII https://john.colagioia.net/blog/2020/05/24/people.html #quora #career
On the blog: Advice for Aspiring Career-Hoppers, Part VI https://john.colagioia.net/blog/2020/05/17/nontech.html #quora #career
Posted to Entropy Arbitrage: Advice for Aspiring Career-Hoppers, Part V https://john.colagioia.net/blog/2020/05/10/project.html #quora #career
Posted to Entropy Arbitrage: Advice for Aspiring Career-Hoppers, Part IV https://john.colagioia.net/blog/2020/05/03/tooling.html #quora #career
Posted to Entropy Arbitrage: Advice for Aspiring Career-Hoppers, Part III https://john.colagioia.net/blog/2020/04/26/programming.html #quora #career
Posted to Entropy Arbitrage: Advice for Aspiring Career-Hoppers, Part II https://john.colagioia.net/blog/2020/04/19/techstack.html #quora #career
Posted to Entropy Arbitrage: Advice for Aspiring Career-Hoppers, Part I https://john.colagioia.net/blog/2020/04/12/career.html #quora #career
I wonder if the reason why the average quality of writing-advice articles is so much lower than other types is that itâs dominated by folks who are trying to write a certain number of words every day & have decided to publish all of themâŚ
life hex: sick of dating sites? Instead of trusting a pickup artist, trust Furfur, Earl of Hell. Just remember to put him inside a magic triangle before asking him for relationship advice
life hex: for financial planning advice, summon Foras, Great President of Hell
âÂÂKnow thyselfâ is not just silly advice: itâÂÂs actively dangerous | Aeon Ideas https://aeon.co/ideas/know-thyself-is-not-just-silly-advice-its-actively-dangerous
A Demented Trading Bot Tweets Absurdist Marke⌠https://creators.vice.com/en_us/article/59p9nd/demented-trading-bot-absurdist-market-advice
Julian Assangeâs Hatred of Hillary Clinton Was No Secret. His Advice to Donald Trump Was. https://theintercept.com/2017/11/15/wikileaks-julian-assange-donald-trump-jr-hillary-clinton/
I would advice to secure the admin area with an addition basic-auth layer
I would advice to secure the admin area with an addition basic-auth layer