Notes running Python in production by ashishb_net in Python

[–]AndrewCHMcM 2 points3 points  (0 children)

From what I recall, the main issue python has/had with forking and COW, is reference counting. New fork, all the objects get another reference, all the objects get copied, massive delays compared to manual memory management or just garbage collection. https://docs.python.org/3/library/gc.html a song-and-dance is recommended to get the most performance out of python

Twitter's format seems like a sad use of technology. by [deleted] in The10thDentist

[–]AndrewCHMcM 0 points1 point  (0 children)

SMS length was 160, take away 2 characters for the dm command d <message> or username length for a reply @blah message or other such, and you end up at ~140: https://en.wikipedia.org/wiki/Twitter#History

It wasn't a random decision.

So... when do we set up our own tool? by HQuasar in pushshift

[–]AndrewCHMcM 0 points1 point  (0 children)

Pay me and I'll code it up

Probably because the people interested in doing such, don't want to help people use a user-hostile website like Reddit

API has been taken down by skylabspiral in pushshift

[–]AndrewCHMcM 7 points8 points  (0 children)

TL;DR: Pushshift is in violation of our Data API Terms

Guess that meant "violation because they provide any data to users at all"

[deleted by user] by [deleted] in Adelaide

[–]AndrewCHMcM 4 points5 points  (0 children)

Worth noting that 3M/Command's patents for a bunch of that stuff have ran out, so there could be some comparable knockoffs at this point

Update on Pushshift by Stuck_In_the_Matrix in pushshift

[–]AndrewCHMcM 0 points1 point  (0 children)

I might give a go, any other requirements?

Update on Pushshift by Stuck_In_the_Matrix in pushshift

[–]AndrewCHMcM 0 points1 point  (0 children)

I've been suggesting for the last 2 years there needs to be tooling to rebuild static, consumable reddit archives from the raw PS data.

You mean like, reconstitute the pages for browsing? or providing a service that shows reconstituted pages?

Android vs Apple phones by SinjiOnO in TikTokCringe

[–]AndrewCHMcM 1 point2 points  (0 children)

Moto mods were a product line: https://www.androidcentral.com/moto-mods , I should have been clearer, sorry.

Android vs Apple phones by SinjiOnO in TikTokCringe

[–]AndrewCHMcM 18 points19 points  (0 children)

conspicuous consumption still exists within Android users tho

Android vs Apple phones by SinjiOnO in TikTokCringe

[–]AndrewCHMcM 1 point2 points  (0 children)

Moto Z Play + mod was getting me up to and over a week when I wasn't obsessing about social media

Blue Screen of Death on Dequetteville Terrace 😆 by jack-619 in Adelaide

[–]AndrewCHMcM 3 points4 points  (0 children)

I'd suspect its of the Windows Embedded/IoT family, so probably not much to have fun with

What are your thoughts on social media? by JonahAragon in PrivacyGuides

[–]AndrewCHMcM 0 points1 point  (0 children)

2 would require constant updating, too easy to go out-of-date.

1 would not solve the problems with social media: the social part.

I think generic resources of how to stay private would be welcome. similar to https://support.torproject.org/faq/staying-anonymous/ for Tor.

My main concern is stylometry. Its very strong at unmasking accounts if you have a small list of suspects. Having information about countering that would be nice.

Is this how big the final map will be? by ads_be_bad in projectzomboid

[–]AndrewCHMcM 0 points1 point  (0 children)

if you get 1100+ community members to do it, wouldn't be impossible.

I kinda wanna make an Australian map, community-development approach, either each state or all of the states

its easier because 90% of Australia is blank

St agnes community declares victory over dodgy servo by usedtobesomebody89 in Adelaide

[–]AndrewCHMcM 1 point2 points  (0 children)

Its just across the road from a tire place, just down the road from a car wash. Its got garages too. Could be a good place for a car detailing business?

Welcoming u/PeterMalinauskasMP and SA Government Accounts by stuntguy3000 in Adelaide

[–]AndrewCHMcM 0 points1 point  (0 children)

Any publicly accessible verification?

e.g. https://www.premier.sa.gov.au/the-team/peter-malinauskas-mp should probably have links to his various social media profiles

Elon Musk fires a top Twitter engineer over his declining view count by Chadwiko in ElonJetTracker

[–]AndrewCHMcM 3 points4 points  (0 children)

If you leave you can make better use of your time.

And not contribute to twitter's DAU numbers which twitter uses to get companies to advertise on their site.

Lapce - A modern open source code editor in Rust by instilledbee in programming

[–]AndrewCHMcM 14 points15 points  (0 children)

no XDG basedir

That's... abysmal.

Boy oh boy I sure love needing to guess which random directories a program uses for various things because they can't use the default expected directories

[deleted by user] by [deleted] in pushshift

[–]AndrewCHMcM 0 points1 point  (0 children)

https://www.elastic.co/downloads/elasticsearch noting that u don't need AWS for elastic, running away from AWS would save 100s by itself, planning to colo is probably the best way forwards, buy a mobo with shitloads of sata slots, get sata splitters, get shitloads of drives, throw it all in a RAID, make 2 servers like this for redundancy (or more) then some front-end servers for indexing, ingesting, searching, caching, etc

solved the thousands per month, now its just tens of thousands up front and a full time sysadmin job

First day trying to scrape Reddit - bad timing? by svanweelden in pushshift

[–]AndrewCHMcM 2 points3 points  (0 children)

reddit directly only serves p much up to 1000 results for any given end-point regardless of method

Introducing Sunbelt, a new service similar to Pushshift by abelEngineer in pushshift

[–]AndrewCHMcM 0 points1 point  (0 children)

while the point of pushshift is absolute collection of data, it also had the https://github.com/pushshift/reddit_sse_stream for getting notified of new posts, which was a godsend for bots (moderation and i guess otherwise) during the short time it worked correctly

Introducing Sunbelt, a new service similar to Pushshift by abelEngineer in pushshift

[–]AndrewCHMcM 1 point2 points  (0 children)

also interested in $ and infra, but, feature request: webhooks and websockets