Tootfinder

Opt-in global Mastodon full text search. Join the index!

@azonenberg@ioc.exchange
2024-04-14 18:14:11

@… If you're interested, I think I have the TCP/IP and SSH stack done enough for at least the beginnings of a source review.
This is the base stack so the BSP stuff for my current board (i.e. the FPGA accelerator integration and FPGA Ethernet-over-QSPI MAC are not included) but this is probably most of the attack surface.

@netzschleuder@social.skewed.de
2024-04-16 00:00:15

stackoverflow: Stack Overflow favorites (2011)
A bipartite network of users and the posts they have favorited, from the online Q&A site Stack Overflow. An edge (i,j) connects a user i to a post j if that user "favorited" that post (a kind of a rating). Edges are timestamped.
This network has 641876 nodes and 1301942 edges.
Tags: Economic, Preferences, Unweighted, Timestamps

stackoverflow: Stack Overflow favorites (2011). 641876 nodes, 1301942 edges. https://networks.skewed.de/net/stackoverflow
@Techmeme@techhub.social
2024-06-12 22:30:49

Google says ChromeOS will soon be developed on portions of the Android stack, including its Linux kernel and frameworks, to bring AI features to users faster (Abner Li/9to5Google)
9to5google.com/2024/06/12/chro

@aardrian@toot.cafe
2024-06-13 20:15:33

The latest Stack Overflow survey is out:
stackoverflow.az1.qualtrics.co
Seems to not like security / ad-blocking plug-ins, which is hilarious given the audience (I presume) would be overwhelmingly using them.…

@risottobias@tech.lgbt
2024-04-13 12:21:10

what is the typical design process for multiple token buckets?
e.g. if you have a bunch of go routines that:
listen to new domain registrations ->
check for IP token bucket (or rough /30 bucket?) -> if rate limited, stack in list of things to do in that prefix?? send to disk?
check for ASN token bucket - if cidr range is unknown, send to ASN querying and sleep(?)
ASN querying go routine -> rate limited to a request every 8 hours (100/month), or every 2-ish hours (500/month) - cached once known
when ASN becomes unblocked -> /now/ you can query the domain
(this also applies to queue design in general, when the thing you're queuing for might take a long while to dequeue in breadth first search, or if you have multiple rate limits to respect)
e.g., if I have it run an insert into "asn_lookups_resume_domains" for the ASN job to lookup, then resume/retry the domain jobs
or if it's completely blocking
or if it's just n-workers such that probably some prefixes are unblocked

@arXiv_eessSP_bot@mastoxiv.page
2024-04-15 06:54:08

Full-Duplex Beyond Self-Interference: The Unlimited Sensing Way
Ziang Liu, Ayush Bhandari, Bruno Clerckx
arxiv.org/abs/2404.08610

@ScriptJoy@Mastodon.online
2024-05-15 14:43:36

💪
#CellTower 741
➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️ andrewt.net/puzzles/cell-tower

@arXiv_csCR_bot@mastoxiv.page
2024-04-15 08:30:03

This arxiv.org/abs/2309.02545 has been replaced.
initial toot: mastoxiv.page/@arXiv_csCR_…

@NFL@darktundra.xyz
2024-04-15 16:25:22

NFL draft: Ranking all 24 quarterback classes since 2000 nfl.com/news/nfl-draft-ranking

@arXiv_csET_bot@mastoxiv.page
2024-04-16 06:49:17

Reducing the Barriers to Entry for Foundation Model Training
Paolo Faraboschi, Ellis Giles, Justin Hotard, Konstanty Owczarek, Andrew Wheeler
arxiv.org/abs/2404.08811

@whitequark@mastodon.social
2024-05-12 06:14:31

I hope people look at this and realize that licenses will not protect them; they will only ever protect capital in the long run aus.social/@KathyReid/11241389

@arXiv_astrophCO_bot@mastoxiv.page
2024-06-13 06:59:03

LOFAR Deep Fields: Probing the sub-mJy regime of polarized extragalactic sources in ELAIS-N1. I. The catalog
S. Piras, C. Horellou, J. E. Conway, M. Thomasson, S. del Palacio, T. W. Shimwell, S. P. O'Sullivan, E. Carretti, I. \v{S}nidaric, V. Jelic, B. Adebahr, A. Berger, P. N. Best, M. Br\"uggen, N. Herrera Ruiz, R. Paladino, I. Prandoni, J. Sabater, V. Vacca

@netsec@botsin.space
2024-04-13 07:09:22

IBM QRadar - When The Attacker Controls Your Security Stack (CVE-2022-26377) - watchTowr Labs labs.watchtowr.com/ibm-qradar-

@yaxu@post.lurk.org
2024-05-09 07:05:32

I haven't used stackoverflow much, just had two answers I'd posted there. I deleted them both, and got the same email others have got.. Probably the most passive-aggressive email I've ever received.
By the way if you delete your account, they anonymise your posts. AFAICT, that's against the creative commons attribution share-alike license of the posts.

Hello,

We're writing in reference to your Stack Overflow account:

https://stackoverflow.com/users/157251/yaxu

You have recently removed or defaced content from your posts. Please note that once you post a question or answer to this site, those posts become part of the collective efforts of others who have also contributed to that content. Posts that are potentially useful to others should not be removed except under extraordinary circumstances. Even if the post is no longer useful to the ori…
@arXiv_eessSP_bot@mastoxiv.page
2024-04-15 06:54:08

Full-Duplex Beyond Self-Interference: The Unlimited Sensing Way
Ziang Liu, Ayush Bhandari, Bruno Clerckx
arxiv.org/abs/2404.08610

@ScriptJoy@Mastodon.online
2024-05-15 14:43:36

💪
#CellTower 741
➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️ andrewt.net/puzzles/cell-tower

@arXiv_csRO_bot@mastoxiv.page
2024-06-12 08:50:02

This arxiv.org/abs/2311.12709 has been replaced.
initial toot: mastoxiv.page/@arXiv_csRO_…

@pbloem@sigmoid.social
2024-05-08 05:50:59

If you post to #StackExchange, you license that content to them under CC-BY-SA. You can't revoke that license, so you can't remove that content.
It shouldn't surprise you that they stop you from trying. Imagine a Wikipedia editor trying to remove their edits.
However, what it does give you is the right to host _all_ of SE elsewhere. To fork it, if SE violates its co…

| would like to bring the following pieces of history to the foreground. This is an excerpt of Joel Spolsky speaking on the Stack Overflow podcast #84 Oh, expropriation of community content that... We created Stack Overflow to be against it. If there's anything that's more in the DNA of Stack Overflow than that, | don't know what it is. That's one of our most core things. You can see this all over the place in the design of Stack Overflow. First of all, from day one, we use the CC-wik…
@risottobias@tech.lgbt
2024-05-13 11:28:38

Hot take because I like the #GoodTechThings newsletter Forrest makes:
Stack overflow exists because primary documentation generally sucks and will continue to.
Otherwise why would (usually outdated) tutorials exist?
As @… points out... ChatGPT is good at being welcoming, stackoverflow is bad at it, and both are good at outdated wrong answers.
All docs on the internet have sucked longer than you think (yes, before SEO ruined things). It's just the paradox of knowledge: when you've known something so long you forget how far you've come and how hard it was to learn.
Was helping someone new to tech, tried looking back at some tutorials and gosh they didn't include all the papercuts I went through. Even official docs of commercial providers are not free of that. Some primary docs are just plain wrong or outdated.
#StackOverflow #DevRel
newsletter.goodtechthings.com/

@drahardja@sfba.social
2024-05-09 04:42:03

The Stack Overflow rugpull is another data point in my head which discourages me from contributing *any* content to a hoard owned by a corporation.
I’m hoping that ActivityPub will one day enable SO-style knowledge bases in which the individual nuggets of content are owned by independent servers and cannot be purchased by anyone.
#stackOverflow

@poppastring@dotnet.social
2024-04-03 19:35:23

A post from the archive 📫:
View the origin of a repeating call stack
#diagnostics

@frankel@mastodon.top
2024-05-07 09:18:02

The guide to #Git I never had
medium.com/@jake.page91/the-gu

@arXiv_mathAG_bot@mastoxiv.page
2024-04-09 08:52:06

This arxiv.org/abs/2311.18132 has been replaced.
initial toot: mastoxiv.page/@arXiv_mat…

@luca@social.luca.run
2024-05-09 11:11:26

As an EU citizen, I'm using my right to deletion to get #StackOverflow to remove my data for me.
Here is the link to the form: policies.stackoverflow.co/data

Screenshot of confirmation email:
Dear Luca Hammer,

One more step is required before we can start working on your request. Please confirm your email by clicking on the button below.

Your Request ID is SHP79MQPD7, please keep this for your records.

Request ID: SHP79MQPD7

Date Submitted: 05/09/2024 07:05 AM UTC

I am a (an): Consumer
Select request type(s): Data Deletion, Data Portability
First Name: XXXX
Last Name: XXXmer
Email: XXXXXXXXXXXXXXXXXcom
Country: XXXXany
Request Details: XXXXXXXX…
@jrefior@hachyderm.io
2024-05-09 02:59:05

"Stack Overflow, a legendary internet forum for programmers and developers, is coming under heavy fire from its users after it announced it was partnering with OpenAI to scrub the site's forum posts to train ChatGPT...
"AI may consume a quarter of the U.S.'s power grid by just 2030, according to reports from industry professionals and agencies."

@aral@mastodon.ar.al
2024-04-03 18:46:32

Just improved the display of error messages in Kitten¹.
They should be far more robust now.
Run `kitten update` to get the latest.
:kitten:💕
¹ #Kitten

Screenshot of error message in browser: There’s a cute illustration of a kitten playing with a ball of purple yarn.

The error code (in pink) is 500. The error message reads ‘ReferenceError: meow is not defined’

Under that is a Stack trace split into two sections, ‘From your app’ and ‘From Kitten’.

In the first section, there’s a coed snippet shown with syntax highlighting, line numbers, and striped lines (white/pink):

export default () => kitten.html`
  ${meow}!
`

The ‘m’ in meow has a pin…
@thomasfuchs@hachyderm.io
2024-06-09 03:53:57

The what now

[…]. This does make
unencrypted Wi-Fi synchronizing possible but a bug in the CLIÉ network stack reverses IP addresses which means that the Macintosh involved needs a palindromic IP address such as 10.0.0.10.
@migueldeicaza@mastodon.social
2024-05-31 19:21:46

I think that this Godot debugging pane can be collapsed like Xcode.
The stack frames are instead only shown when the user taps on the function picker.
I think this keeps the features and makes better use of the space. I rarely use the breakpoint pad, so I think it can be sent elsewhere. And instead, I can move the Output there.
But that last line seems like it is wasting precious space for those toggles.
Left the Godot debugger pane.
Right, my prototype for…

@hey@social.nowicki.io
2024-06-12 13:50:40
Content warning:  

Well, no. The <p> element is below the second <div>.
Why?
Defined z-index creates a z-scale stack for all it's children. Meaning, it behaves like rubber. Expanding internally, never going beyond.
What does it mean for me?
If I didn't misunderstand it like I did two days ago, it means my whole redesign of z-index system in my design system is doomed to another attempt. I just wasted one day by being a derp.
Feels like noob again after 13 years…

@NFL@darktundra.xyz
2024-05-13 11:29:26

Post-draft NFL Power Rankings: 1-32 poll, plus the most improved areas on every team espn.com/nfl/story/_/id/401085

@kernellogger@fosstodon.org
2024-06-11 10:48:32

'"Many #profiling tools on #Linux have previously been limited by their reliance on stack unwinding algorithms that require commonly-used frame pointer optimizations to be disabled. This article introduces eu-stacktrace, a prototype tool that uses the

@roland@devdilettante.com
2024-06-09 15:12:20

I am not a fan of Wikipedia's deletionist culture. It seems like a non profit version of the harsh culture of Stack Overflow (but a wee bit better although the rules are equally byzantine and arbitrarily applied by over aggressive editors e.g. when it comes to women!). But yes, I link to Wikipedia so I am a hypocrite :-) It does have the potential of being better (as @davew wrote:

@whitequark@mastodon.social
2024-05-12 06:14:31

I hope people look at this and realize that licenses will not protect them; they will only ever protect capital in the long run aus.social/@KathyReid/11241389

@arXiv_mathGT_bot@mastoxiv.page
2024-06-11 07:31:50

Hecke categories, idempotents, and commuting stacks
Eugene Gorsky, Andrei Negu\c{t}
arxiv.org/abs/2406.05215 arxiv.or…

@j12t@social.coop
2024-05-09 04:57:40

“Stack Overflow bans users en masse for rebelling against OpenAI partnership — users banned for deleting answers to prevent them being used to train ChatGPT”
Yet another amazing the-not-exploitative-alternative business opportunity.

@JasonPunyon@fosstodon.org
2024-04-08 14:50:39

Ever wanted to do something with the #stackoverflow data dumps but found their multi gigabyte XML files too hard to deal with?
SEqlite's for you! It's the info from the dumps you probably care about, preprocessed into SQLite databases with indexes.
The 2024-04-01 version is now up at

sleeping shaq meme

stack exchange data dump in pile of xml files: i sleep

stack exchange data dump in sqlite databases with indexes, y'know so you can actually use it: real shit
@alsutton@snapp.social
2024-06-15 21:12:09

So is #ChromeOS now just a flavour of #Android like #AndroidTV, #AAOS, etc. that

@netzschleuder@social.skewed.de
2024-04-11 12:00:18

stackoverflow: Stack Overflow favorites (2011)
A bipartite network of users and the posts they have favorited, from the online Q&A site Stack Overflow. An edge (i,j) connects a user i to a post j if that user "favorited" that post (a kind of a rating). Edges are timestamped.
This network has 641876 nodes and 1301942 edges.
Tags: Economic, Preferences, Unweighted, Timestamps

stackoverflow: Stack Overflow favorites (2011). 641876 nodes, 1301942 edges. https://networks.skewed.de/net/stackoverflow
@ripienaar@devco.social
2024-04-12 16:06:26

The New Stack is now just AI shit drivel. I mean its never been exactly quality writing but now its just AI AI AI and pretty terrible at that.

@trochee@dair-community.social
2024-06-11 04:10:52

> Generating code that can compile, execute, and pass a test suite isn’t especially hard; the hard part is crafting a code base that many people, teams, and successive generations of teams can navigate, mutate, and reason about for years to come.
Generative AI Is Not Going To Build Your Engineering Team For You - Charity Majors st Stack Overflow

@akosma@mastodon.online
2024-05-10 20:02:50

The main effect of Stack Overflow selling data to ChatGPT is that from now on, the chatbot will reply to any and every programming question with a passive-aggressive RTFM.

@Techmeme@techhub.social
2024-05-06 15:10:33

Stack Overflow signs a deal with OpenAI to supply data to its models; new integrations between Stack Overflow and OpenAI will be available by the end of June (Kyle Wiggers/TechCrunch)
techcrunch.com/2024/05/06/stac

@grahamperrin@bsd.cafe
2024-05-10 07:37:47

@… please: what was the tipping point, for you?
I do still use the Stack Exchange network, occasionally, as a point of reference.
I don't refrain from asking questions, or offering answers, but (for no particular reason) my presence has naturally dwindled to near zero over the past two decades or whatever.

@pbloem@sigmoid.social
2024-05-08 05:50:59

If you post to #StackExchange, you license that content to them under CC-BY-SA. You can't revoke that license, so you can't remove that content.
It shouldn't surprise you that they stop you from trying. Imagine a Wikipedia editor trying to remove their edits.
However, what it does give you is the right to host _all_ of SE elsewhere. To fork it, if SE violates its co…

| would like to bring the following pieces of history to the foreground. This is an excerpt of Joel Spolsky speaking on the Stack Overflow podcast #84 Oh, expropriation of community content that... We created Stack Overflow to be against it. If there's anything that's more in the DNA of Stack Overflow than that, | don't know what it is. That's one of our most core things. You can see this all over the place in the design of Stack Overflow. First of all, from day one, we use the CC-wik…
@privacity@social.linux.pizza
2024-04-12 02:39:19

Tearing into a Sparky Sandwich
poliverso.org/display/0477a01e
Tearing into a Sparky Sandwich We’re still in the early days of modern EV infrastructure, so minor issues can lead to a full high voltage pack replacemen…

@aardrian@toot.cafe
2024-05-09 21:28:29

The Stack Overflow / OpenAI news does not alarm me too much. There is *lots* of bad #accessibility information there. I did a talk on it.
Twice:
adrianroselli.com/2017/09/slid

@arXiv_csDC_bot@mastoxiv.page
2024-04-09 08:43:39

This arxiv.org/abs/2403.18374 has been replaced.
initial toot: mastoxiv.page/@arXiv_csDC_…

@arXiv_mathCO_bot@mastoxiv.page
2024-04-08 08:35:20

This arxiv.org/abs/2211.04732 has been replaced.
link: scholar.google.com/scholar?q=a

@deprogrammaticaipsum@mas.to
2024-06-04 19:30:28

"Let us look at the problem from the other side: what do mathematicians say about Computer Science? A lot, as it turns out; take for example the massive “Princeton Companion to Mathematics” edited by Timothy Gowers, June Barrow-Green, and Imre Leader. On page 106 we can find a dissertation about algorithms by Jean-Luc Chabert; on page 575, another about computational complexity by Oded Goldreich and Avi Wigderson."

@zachleat@zachleat.com
2024-06-10 15:29:39

@… oh, the ol’ stack overflow cookie prompt

@rasterweb@mastodon.social
2024-05-30 00:43:59

My latest batch of handmade paper is done. There's one sheet on the left that has not been pressed, and a stack on the right that has been pressed and has a very smooth surface. (Ready for more relief prints!)
#paperMaking #paper

Handmade paper, with an unpressed sheet on the left, and a stack of pressed sheets on the right.
Handmade paper, showing an unpressed sheet.
Handmade paper, showing a stack of pressed sheets on the right side.
@peterhoneyman@a2mi.social
2024-03-31 19:34:20

i feel like i am never going to get through this stack of books by my bed #alas

M. Mitchell Waldrop, The Dream Machine: J. C. R. Licklider and the Revolution That Made Computing Personal

The Refugees, Viet Thanh Nguyen

Graham Greene, The Honorary Consul

Inverting the Pyramid, Jonathan Wilson

Doppelganger, Naomi Klein

Martha Wells, All Systems Red

Graham Greene, The Power and the Glory

Diane di Prima, Recollections of My Life as a Woman: The New York Years

Octavia E. Butler, Kindred
@m0les@aus.social
2024-06-10 23:31:07

At Fox and Bow for breakfast. Sharing a beef brisket rueben and zucchini fritters. Both dishes are at least 10 or of 10, but the fritters are more like an eleven. They taste like fresh Turkish kabak mücveri, but with an extra sprinkling of pixie dust and pomegranate seeds.
They also have a tonne of merch, so they must be consistently popular.
#food

A beef brisket rueben cut in two with chips on a black blotting sheet all atop a white plate.
Three zucchini fritters on hommous in a shallow bowl, covered in yoghurt, pomegranate seeds and micro herbs.
A stack of orange pumpkins with a green Fox and Bow beanie on the top. In the background is a shelving unit with coffee, herbs, caps and coffee cups. Next to this is a rack of green t-shirts.
@Migurski@mastodon.social
2024-05-04 17:01:31

PUNK = DEAD, PRINT = DEAD, YOU = NEXT Via stackmagazines.com/update/the-

@arXiv_csAR_bot@mastoxiv.page
2024-04-12 08:27:42

This arxiv.org/abs/2403.14770 has been replaced.
initial toot: mastoxiv.page/@arXiv_csAR_…

@ScriptJoy@Mastodon.online
2024-05-13 06:53:03

All became clear once I Derived the answer from the bottom up.
#CellTower 739
➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️ andrewt.net/puzzles/cell-tower

@sean@scoat.es
2024-06-04 16:22:10

Please—for the love of devops—when building a web app that you’re going to let people self-host, don’t require (Redis or Memcached or Kafka or whatever), if you already require Postgres.
Postgres can almost certainly handle the load of whatever it is you’re pre-maturely optimizing for in the vast majority of situations. Some of us use these tools to serve 25 users not 25 million.
Adding more pieces of the stack to maintain is a real kick in the face for people who just want to us…

@keithjgrant@front-end.social
2024-06-07 17:25:24

This is a really cool find: Build a Frontend Web Framework from Scratch by Ángel Sola Orbaiceta.
Basically a deep dive into the internals of how a modern frontend framework works. It’s on sale right now at shortener.manning.com/pde2
@…

Cover of Build A Frontend Web Framework from Scratch by Ángel Sola Orbaiceta
@arXiv_mathQA_bot@mastoxiv.page
2024-05-01 06:58:13

Non-semisimple Crane-Yetter theory varying over the character stack
Patrick Kinnear
arxiv.org/abs/2404.19667 arxiv.org/pdf/2404.19667
arXiv:2404.19667v1 Announce Type: new
Abstract: We construct a relative version of the Crane-Yetter topological quantum field theory in four dimensions, from non-semisimple data. Our theory is defined relative to the classical $G$-gauge theory in five dimensions -- this latter theory assigns to each manifold $M$ the appropriate linearization of the moduli stack of $G$-local systems, called the character stack. Our main result is to establish a relative invertibility property for our construction. This invertibility echoes -- recovers and greatly generalizes -- the key invertibility property of the original Crane-Yetter theory which allowed it to capture the framing anomaly of the celebrated Witten-Reshetikhin-Turaev theory. In particular our invertibilty statement at the level of surfaces implies a categorical, stacky version of the unicity theorem for skein algebras; at the level of 3-manifolds it equips the character stack with a canonical line bundle. Regarded as a topological symmetry defect of classical gauge theory, our work establishes invertibility of this defect by a gauging procedure.

@arXiv_csSE_bot@mastoxiv.page
2024-04-09 06:53:27

The Fact Selection Problem in LLM-Based Program Repair
Nikhil Parasaram, Huijie Yan, Boyu Yang, Zineb Flahy, Abriele Qudsi, Damian Ziaber, Earl Barr, Sergey Mechtaev
arxiv.org/abs/2404.05520

@kernellogger@fosstodon.org
2024-06-11 10:48:32

'"Many #profiling tools on #Linux have previously been limited by their reliance on stack unwinding algorithms that require commonly-used frame pointer optimizations to be disabled. This article introduces eu-stacktrace, a prototype tool that uses the

@arXiv_mathAG_bot@mastoxiv.page
2024-04-11 08:35:57

This arxiv.org/abs/2208.01517 has been replaced.
link: scholar.google.com/scholar?q=a

@ScriptJoy@Mastodon.online
2024-05-13 06:53:03

All became clear once I Derived the answer from the bottom up.
#CellTower 739
➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️ andrewt.net/puzzles/cell-tower

@poppastring@dotnet.social
2024-04-13 04:07:18

Hyper-V is a strategic technology at Microsoft used in Azure, Azure Stack, Windows Server, Windows & even Xbox. Plan for Hyper-V scalability in Windows Server**.**
Windows Server 2025 Hyper-V:
- Max Memory per VM: 240 Terabytes*
- Max Virtual Processors per VM: 2048*
Max Memory per Host:
- 4 Petabytes for hosts that support 5 level paging
- 256 Terabytes for hosts that support 4 level paging

@NFL@darktundra.xyz
2024-04-12 17:15:35

AFC Roster Reset: Conference hierarchy heading into 2024 NFL Draft nfl.com/news/afc-roster-reset-

@JasonPunyon@fosstodon.org
2024-05-06 14:37:51

Welp, it's official. All Stack Overflow contributions are simply grist for the AI mill. If you're still contributing there, it's probably time to stop. #stackoverflow
stac…

@arXiv_csDC_bot@mastoxiv.page
2024-06-11 07:11:49

GCAPS: GPU Context-Aware Preemptive Priority-based Scheduling for Real-Time Tasks
Yidi Wang, Cong Liu, Daniel Wong, Hyoseung Kim
arxiv.org/abs/2406.05221

@deprogrammaticaipsum@mas.to
2024-06-04 19:30:28

"Let us look at the problem from the other side: what do mathematicians say about Computer Science? A lot, as it turns out; take for example the massive “Princeton Companion to Mathematics” edited by Timothy Gowers, June Barrow-Green, and Imre Leader. On page 106 we can find a dissertation about algorithms by Jean-Luc Chabert; on page 575, another about computational complexity by Oded Goldreich and Avi Wigderson."

@j12t@social.coop
2024-04-04 00:34:36

What do you mean, ancient computers with no stack? My first BASIC interpreter didn't have a stack, and it felt really modern! Well, back then. So I passed arrays around and an index. Worked "fine" even for recursion.
But then I wanted to port my recursive generate-a-christmas-tree algorithm to my little cousin's BASIC interpreter, as a Christmas present, and it wouldn't let me pass the array to the subroutine either. That's when things got a bit difficult ...<…

@thomasfuchs@hachyderm.io
2024-05-10 04:07:12

Go die in a fire, Stack Overflow

This account is temporarily suspended for rule violations. The suspension period ends in 6 days.
@arXiv_mathCO_bot@mastoxiv.page
2024-05-06 06:55:28

The Order of the (123, 132)-Avoiding Stack Sort
Owen Zhang
arxiv.org/abs/2405.01854 arxiv.org/pdf/2405.01854

@ScriptJoy@Mastodon.online
2024-05-13 08:01:11

Tricky one
#CellTower 704
➡️⬇️⬛️⬛️⬛️➡️➡️➡️⬇️⬛️⬛️⬛️⬛️⬛️
⬆️➡️➡️➡️➡️⬆️⬛️⬛️➡️➡️➡️➡️➡️➡️ andrewt.net/puzzles/cell-tower

@arXiv_mathAG_bot@mastoxiv.page
2024-04-11 08:35:57

This arxiv.org/abs/2208.01517 has been replaced.
link: scholar.google.com/scholar?q=a

@m0les@aus.social
2024-06-10 23:31:07

At Fox and Bow for breakfast. Sharing a beef brisket rueben and zucchini fritters. Both dishes are at least 10 or of 10, but the fritters are more like an eleven. They taste like fresh Turkish kabak mücveri, but with an extra sprinkling of pixie dust and pomegranate seeds.
They also have a tonne of merch, so they must be consistently popular.
#food

A beef brisket rueben cut in two with chips on a black blotting sheet all atop a white plate.
Three zucchini fritters on hommous in a shallow bowl, covered in yoghurt, pomegranate seeds and micro herbs.
A stack of orange pumpkins with a green Fox and Bow beanie on the top. In the background is a shelving unit with coffee, herbs, caps and coffee cups. Next to this is a rack of green t-shirts.
@pbloem@sigmoid.social
2024-05-06 16:50:15

This is incredibly tone-deaf of StackExchange. They're a community-driven project, and the community has been very clear that they are skeptical of AI and AI-driven business.
However, all SE data is also CC-BY, same as Wikipedia, which means OpenAI is pretty well-justified in just crawling the SE data. I'm not sure what this agreement buys either party.

@frankel@mastodon.top
2024-05-26 17:07:20

Parsing structured environment variables in #Rust
blog.frankel.ch/structured-env

@trochee@dair-community.social
2024-03-24 02:42:37

Saying that "community is the future of AI" is suspiciously close to the baronies of precarity calling themselves "the sharing economy"
stackoverflow.blog/2023/04/17/
(Also OMG was this…

COMMUNITY IS THE FUTURE OF AI

Throughout history, great thinkers have made predictions about how new technology would reshape the way in which humans work and live. With every paradigm shift, some jobs grow, some change, and some are lost. John Maynard Keynes wrote in 1930 that new technology meant humans would be working 30 hours a week or less,
@azonenberg@ioc.exchange
2024-05-30 05:08:12

Time for another #osint #geolocation puzzle!
1) Where was I? Be as specific as possible, this one should be possible to pinpoint to within a meter or two.
2) When was the photo taken? You should be able to get /- 1 day based on open source information (including, but not limited to, the pho…

Photo of a large, rectangular building with a lot of windows and a large ventilation stack on the roof. A dirt-covered construction site with heavy equipment driving around can be seen in the foreground. A concrete stairwell just in front of the photographer can be seen at the bottom left corner.
@privacity@social.linux.pizza
2024-06-02 17:42:14

2024 Business Card Challenge: Snakes On a Business Card
poliverso.org/display/0477a01e
2024 Business Card Challenge: Snakes On a Business Card Once [Lambert the Maker] saw the Arduboy, he knew the thing was ripe for…

@ScriptJoy@Mastodon.online
2024-05-13 08:01:11

Tricky one
#CellTower 704
➡️⬇️⬛️⬛️⬛️➡️➡️➡️⬇️⬛️⬛️⬛️⬛️⬛️
⬆️➡️➡️➡️➡️⬆️⬛️⬛️➡️➡️➡️➡️➡️➡️ andrewt.net/puzzles/cell-tower

@netzschleuder@social.skewed.de
2024-05-05 17:00:16

stackoverflow: Stack Overflow favorites (2011)
A bipartite network of users and the posts they have favorited, from the online Q&A site Stack Overflow. An edge (i,j) connects a user i to a post j if that user "favorited" that post (a kind of a rating). Edges are timestamped.
This network has 641876 nodes and 1301942 edges.
Tags: Economic, Preferences, Unweighted, Timestamps

stackoverflow: Stack Overflow favorites (2011). 641876 nodes, 1301942 edges. https://networks.skewed.de/net/stackoverflow
@pbloem@sigmoid.social
2024-05-06 16:50:15

This is incredibly tone-deaf of StackExchange. They're a community-driven project, and the community has been very clear that they are skeptical of AI and AI-driven business.
However, all SE data is also CC-BY, same as Wikipedia, which means OpenAI is pretty well-justified in just crawling the SE data. I'm not sure what this agreement buys either party.

@thomasfuchs@hachyderm.io
2024-05-10 04:07:12

Go die in a fire, Stack Overflow

This account is temporarily suspended for rule violations. The suspension period ends in 6 days.
@Techmeme@techhub.social
2024-04-24 19:15:38

Stripe says some of its products will be available to companies that are using other payments providers, and unveils new embedded finance features and AI tools (Ingrid Lunden/TechCrunch)
techcrunch.com/2024/04/24/stri

@whitequark@mastodon.social
2024-06-05 19:37:07
@arXiv_mathAG_bot@mastoxiv.page
2024-04-12 06:54:47

Representability of Elliptic Moduli Problems in Derived $C^{\infty}$-Geometry
Pelle Steffens
arxiv.org/abs/2404.07931

@arXiv_csDC_bot@mastoxiv.page
2024-06-11 07:12:08

Should my Blockchain Learn to Drive? A Study of Hyperledger Fabric
Jeeta Ann Chacko, Ruben Mayer, Hans-Arno Jacobsen
arxiv.org/abs/2406.06318

@trochee@dair-community.social
2024-04-07 21:55:25

"build exciting things with boring technology"
Yes!
phpc.social/@sarah/11223168844

@deprogrammaticaipsum@mas.to
2024-05-02 07:09:01

"By 1973, the first volume of the defining work of our craft, “The Art of Computer Programming” had been available in bookstores since 1968, and its first chapter literally consisted of a 100-something page long introduction to various mathematical concepts. Induction, logarithms, series, matrices, elementary number theory, permutations and factorials, Fibonacci numbers, are some of the subjects exposed in those beautifully typeset pages."

@arXiv_mathAG_bot@mastoxiv.page
2024-04-12 06:54:47

Representability of Elliptic Moduli Problems in Derived $C^{\infty}$-Geometry
Pelle Steffens
arxiv.org/abs/2404.07931

@ScriptJoy@Mastodon.online
2024-05-12 13:08:33

#CellTower 705
➡️➡️⬇️⬛️⬛️⬛️⬛️⬛️⬛️⬛️⬛️⬛️⬛️
⬆️⬛️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️ andrewt.net/puzzles/cell-tower

@netzschleuder@social.skewed.de
2024-05-04 02:00:16

stackoverflow: Stack Overflow favorites (2011)
A bipartite network of users and the posts they have favorited, from the online Q&A site Stack Overflow. An edge (i,j) connects a user i to a post j if that user "favorited" that post (a kind of a rating). Edges are timestamped.
This network has 641876 nodes and 1301942 edges.
Tags: Economic, Preferences, Unweighted, Timestamps

stackoverflow: Stack Overflow favorites (2011). 641876 nodes, 1301942 edges. https://networks.skewed.de/net/stackoverflow
@trochee@dair-community.social
2024-04-07 21:55:25

"build exciting things with boring technology"
Yes!
phpc.social/@sarah/11223168844

@ScriptJoy@Mastodon.online
2024-05-12 13:08:33

#CellTower 705
➡️➡️⬇️⬛️⬛️⬛️⬛️⬛️⬛️⬛️⬛️⬛️⬛️
⬆️⬛️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️ andrewt.net/puzzles/cell-tower

@netzschleuder@social.skewed.de
2024-04-03 02:00:15

stackoverflow: Stack Overflow favorites (2011)
A bipartite network of users and the posts they have favorited, from the online Q&A site Stack Overflow. An edge (i,j) connects a user i to a post j if that user "favorited" that post (a kind of a rating). Edges are timestamped.
This network has 641876 nodes and 1301942 edges.
Tags: Economic, Preferences, Unweighted, Timestamps

stackoverflow: Stack Overflow favorites (2011). 641876 nodes, 1301942 edges. https://networks.skewed.de/net/stackoverflow
@arXiv_mathAG_bot@mastoxiv.page
2024-04-05 08:35:14

This arxiv.org/abs/2112.10830 has been replaced.
link: scholar.google.com/scholar?q=a

@ScriptJoy@Mastodon.online
2024-05-10 17:53:44

FINALLY! No doubt got lucky, but I do think I’m improving.
#CellTower 709
➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️ andrewt.net/puzzles/cell-tower

@ScriptJoy@Mastodon.online
2024-05-10 17:53:44

FINALLY! No doubt got lucky, but I do think I’m improving.
#CellTower 709
➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️➡️ andrewt.net/puzzles/cell-tower