Trending

#Projects

Latest posts tagged with #Projects on Bluesky

Posts tagged #Projects

For today's blog...
As usual, I have been ponderous. This time, I ponder on redesigning LOOPS to build a different type of indie artist network:

www.checkeredscissors.com?cat=blog-212

#projects #blog

0 0 0 0
Post image Post image

What I was going for vs what I actually did.

#art #tornart #projects

2 0 0 0
More than 200 projects to explore! Digital Public History Directory. Apply filters and search keywords to navigate to projects of interest. NCPH logo.

More than 200 projects to explore! Digital Public History Directory. Apply filters and search keywords to navigate to projects of interest. NCPH logo.

Did you know we maintain a free guide to history-focused digital projects? The NCPH Digital Public #History Directory has more than 200 #projects that can be explored by applying filters or searching keywords. #skystorian https://ncph.org/digital-public-history-directory/

2 3 0 0
Post image

Set Fire To My Soul - R1
#maker #projects #pcbdesign #kicad

3 1 1 0
Preview
A Shiny New Now Page - @garyday.uk I've created and updated my 'now' page, a now page is essentially a list of stuff I'm currently engaging with, it could be physically, philosophically or...

I think I actually did something:
#Blogging #Update #Projects #MyLife

0 0 0 0

The order that I did the research in, which is a little important because I think each one improves or adapts at least to the current environment. Maybe not even enough yet.
1. #Napster
2. #Decentralized #AI
3. #5GNR
Running a #roll-up in a little while. And researching #projects that exist.🔍🔎👀👁️🙄😹

0 0 0 0
Preview
The Power Pause: Why Stepping Away Sparks Breakthroughs Stuck? Even a short pause can unlock breakthroughs. Learn how stepping away activates creativity, insight, and problem-solving.

Einstein didn’t think up relativity at a desk.

He said it came to him while riding his bike.

Turns out, pausing might be the most productive thing you do all day.

#creativity #projects #AgileClassrooms

0 0 0 0
 The best method for counting bits in a 32-bit integer v is the following:

v = v - ((v >> 1) & 0x55555555);  // reuse input as temporary
v = (v & 0x33333333) + ((v >> 2) & 0x33333333);  // temp
c = ((v + (v >> 4) & 0xF0F0F0F) * 0x1010101) >> 24;  // count

The best bit counting method takes only 12 operations, which is the same as the lookup-table method, but avoids the memory and potential cache misses of a table. It is a hybrid between the purely parallel method above and the earlier methods using multiplies (in the section on counting bits with 64-bit instructions), though it doesn't use 64-bit instructions. The counts of bits set in the bytes is done in parallel, and the sum total of the bits set in the bytes is computed by multiplying by 0x1010101 and shifting right 24 bits.

The best method for counting bits in a 32-bit integer v is the following: v = v - ((v >> 1) & 0x55555555); // reuse input as temporary v = (v & 0x33333333) + ((v >> 2) & 0x33333333); // temp c = ((v + (v >> 4) & 0xF0F0F0F) * 0x1010101) >> 24; // count The best bit counting method takes only 12 operations, which is the same as the lookup-table method, but avoids the memory and potential cache misses of a table. It is a hybrid between the purely parallel method above and the earlier methods using multiplies (in the section on counting bits with 64-bit instructions), though it doesn't use 64-bit instructions. The counts of bits set in the bytes is done in parallel, and the sum total of the bits set in the bytes is computed by multiplying by 0x1010101 and shifting right 24 bits.

Visiting graphics.stanford.edu/~seander/bit... to refresh myself on the Deep Magic of counting bits, trailing zeroes, etc efficiently on architectures not blessed with single instructions for such purposes.

#Projects #Compiler

1 0 0 0
Caricature of Charlie Chaplin in black and white standing in front of black and white inverted triangle logo of Illuminati Ganga, in the background below the logo is the text "Rumors Persist that Illuminati Ganga Premiere Reality Warping Agency and makers of Science Fictive Living For You Are Working on a Charlie Chaplin Clone"

Caricature of Charlie Chaplin in black and white standing in front of black and white inverted triangle logo of Illuminati Ganga, in the background below the logo is the text "Rumors Persist that Illuminati Ganga Premiere Reality Warping Agency and makers of Science Fictive Living For You Are Working on a Charlie Chaplin Clone"

When the world had Hitler, it also had Chaplin. Why is our time getting so screwed over!?
#chaplin #cloning #scifi #projects #support #illuminatiganga #wecool #comic #art #illustration #design

2 0 0 1
Post image

Building an SMS gateway with a $20 Android phone John at jonno.nz grabbed a cheap Android phone, installed an open-source app called SMS Gateway for Android, and turned it into a full SMS gateway w...

#projects #telephony #android #gateway #sms

Origin | Interest | Match

0 0 0 0
Post image

Building an SMS gateway with a $20 Android phone John at jonno.nz grabbed a cheap Android phone, installed an open-source app called SMS Gateway for Android, and turned it into a full SMS gateway w...

#projects #telephony #android #gateway #sms

Origin | Interest | Match

0 0 0 0
Post image

Divine Inspiration

#TheAnthropicPrinciple
#Inspiration #Compulsion #Drives
#Ambitions #Studies #Designs
#Projects #Endevours

en.wikipedia.org/wiki/Divine_...

0 0 0 0
Post image

Divine Inspiration

#TheAnthropicPrinciple
#Inspiration #Compulsion #Drives
#Ambitions #Studies #Designs
#Projects #Endevours

en.wikipedia.org/wiki/Divine_...

0 0 1 0
Post image

Now Playing Notify 1.1.0: Act on What’s Playing Now Playing Notify solves a simple problem: knowing what track just started without switching to Spotify. Now we can act on this information. Versi...

#Projects #Now #Playing #Notify

Origin | Interest | Match

0 0 0 0
Post image

Divine Inspiration

#TheAnthropicPrinciple
#Inspiration #Compulsion #Drives #Ambitions #Studies #Designs #Projects #Endevours

en.wikipedia.org/wiki/Divine_...

0 0 0 0
Post image

Divine Inspiration

#TheAnthropicPrinciple
#Inspiration #Compulsion #Drives
#Ambitions #Studies #Designs
#Projects #Endevours

en.wikipedia.org/wiki/Divine_...

0 0 1 0
Video

🇮🇸 Ormhildur the Brave (2026)

#OrmhildurTheBrave #Ormhildarsaga
#CompassFilms
#PROJECTS
#AnimationStudioIceland
#Letko
#DR
#SVT
#YLE
#NRK
#Ríkisútvarpið #RÚV #KrakkaRÚV

6 2 0 1
Post image

Mm oreo icecream and new #art #projects

3 0 0 0
Original post on simonwillison.net

scan-for-secrets 0.1 Release: scan-for-secrets 0.1 I like publishing transcripts of local Claude Code sessions using my claude-code-transcripts tool but I'm often paranoid that one of my API ke...

#projects #security #agentic-engineering #coding-agents #ai-assisted-programming #claude-code […]

1 0 2 0
Awakari App

scan-for-secrets 0.1 Release: scan-for-secrets 0.1 I like publishing transcripts of local Claude Code sessions using my claude-code-transcripts tool but I'm often paranoid that one of my API ke...

#projects #security

Origin | Interest | Match

1 0 1 0
Post image

Having fun poking at the IR peephole optimizer. As of this afternoon's changes, IR instructions in md5_step() are reduced by 29% by the peephole optimizer and dead instruction elimination.

Here's a diff of one of the basic blocks in that function before/after optimization.

#Projects #Compiler

1 0 0 0
Post image Post image

#throwback to one of my very first #projects using #Photoshop. Way back in 2003, this was a #college project to design an #album cover for my #art & design course. The front cover is from the warning sign on matchbox and the second is a photo of me and my friends sitting on a wall.

2 0 0 0
Preview
The Subtle Art of Not Fucking Up a Prompt This is a story of two builds. Both are about creating an application, but they couldn’t be more different in how they demanded to be approached. Over the past ...

I just published a mini : The Subtle Art of Not Fucking Up a Prompt. #ai #promptengineering #buildinginpublic #projects
minis.beyondmebtw.com/post/mini_72...

2 0 0 0
Post image

#Spoonflower #textile #fabric #wallpaper & #homedecor spoonflower.com/profiles/fab... #custom #print #textiles #swatch #fat #quarter #yard #meter #kitchen #dining #linens #bedding #sewing #patterns #cutandsew #projects #2026 #April3 #April4 #April5 #April6 #USA #Canada #Europe #Asia

1 1 0 0
Preview
Want to be a citizen scientist? Here are five ways to get involved Ever wondered what it might feel like to spot giant spider crabs while you're snorkeling? Or check plants for the circular holes that indicate native bees are collecting nest materials? Citizen scienc...

"Here, we introduce five citizen science #projects you can take part in. For most of them, all you need to get started is an #app on your phone."

phys.org/news/2026-04....

#Science #CitizenScience

3 0 0 0
Post image Post image Post image

5 Cross Stitch Patterns You’ll Want to Start This Week
open.substack.com/pub/littlebl...

#CrossStitch #Crafts #Projects 🧵🪡

3 1 0 0
Preview
Improved search for GitHub Issues is now generally available - GitHub Changelog Finding the right issue just got easier. First introduced in public preview in January and expanded to the Issues dashboard in February, improved search for GitHub Issues is now generally…

Improved search for GitHub Issues is now generally available Finding the right issue just got easier. First introduced in public preview in January and expanded to the Issues dashboard in February,...

#Improvement #projects #& #issues

Origin | Interest | Match

0 0 0 0

Today, I'm starting to work through my projects I've started but didn't finish.... Wish me luck! #crafting #projects

0 0 0 0
Preview
The Photographer as Subject: Ethan Hill One of the joys of living in a city like New York is its abundance of creative artists, many of whom also devote some portion of their time to teaching. So it is with the subject of this profile, Ethan Hill, a photographer whom I met last spring in a course, “Lighting the Environmental Portrait,”...

The Photographer as Subject: Ethan Hill One of the joys of living in a city like New York is its abundance of creative artists, many of whom also devote some portion of their time to teaching. So i...

#Photos #& #Projects #port

Origin | Interest | Match

0 0 0 0