Advertisement · 728 × 90

Posts by Phil Scott

That's what don't make sense. It says Vladimir Putin on the side of the room with World Trade Washington Again and on the side of the room with World Trades there was a note left with your picture. It says Donald Trump going to be President Governor Ventura. 

Hulk Hogan showed me his paintings in the park. This ceiling is 14 feet high. I can't even reach the ceiling.Milla Jovovich had the mirrors. Hulk Hogan and Leon Graves took the young girls and payed me ten dollars not to say anything. Pasha Lychnikoff ripped a dollar bill in half and gave it to me. Pasha Lychnikoff was with Vladimir Putin. They were nice to me. 

Billy Corgan cut the brake lines on a Pontiac Trans Zam gold. The only thing is my burns on on the back of my right arm one on top of my left arm done when I was a baby. I have tattooing on my private parts also. Milla Jovovich Fifth Element and Elizabeth Hurley Method. 

Hulks gone now but I do believe he was the one who painted the apartment not Putin, Jesse Ventura or Pasha. Are they all involved, I don't know but the word Washington and maybe Your name on me sort of makes me part of the Secret Service plus I'm from overseas. See the problem here, am I safe , I don't know. The police department is right up the road and I think that my neighbor is in the Army. 

I hope this helps with figuring out 9/11 and who did this to me. I'll be alright but this Apartment has plans for another 9 11 dated September 11 2027 in it. I can't email you everyday about it but all of the people I'm emailing should figure this out. I've spoken to the Secret Service Director and the FBI Director before I came to live in here but haven't spoken to them directly about World Trade and Pentagon.

That's what don't make sense. It says Vladimir Putin on the side of the room with World Trade Washington Again and on the side of the room with World Trades there was a note left with your picture. It says Donald Trump going to be President Governor Ventura. Hulk Hogan showed me his paintings in the park. This ceiling is 14 feet high. I can't even reach the ceiling.Milla Jovovich had the mirrors. Hulk Hogan and Leon Graves took the young girls and payed me ten dollars not to say anything. Pasha Lychnikoff ripped a dollar bill in half and gave it to me. Pasha Lychnikoff was with Vladimir Putin. They were nice to me. Billy Corgan cut the brake lines on a Pontiac Trans Zam gold. The only thing is my burns on on the back of my right arm one on top of my left arm done when I was a baby. I have tattooing on my private parts also. Milla Jovovich Fifth Element and Elizabeth Hurley Method. Hulks gone now but I do believe he was the one who painted the apartment not Putin, Jesse Ventura or Pasha. Are they all involved, I don't know but the word Washington and maybe Your name on me sort of makes me part of the Secret Service plus I'm from overseas. See the problem here, am I safe , I don't know. The police department is right up the road and I think that my neighbor is in the Army. I hope this helps with figuring out 9/11 and who did this to me. I'll be alright but this Apartment has plans for another 9 11 dated September 11 2027 in it. I can't email you everyday about it but all of the people I'm emailing should figure this out. I've spoken to the Secret Service Director and the FBI Director before I came to live in here but haven't spoken to them directly about World Trade and Pentagon.

I get emails from a guy having a mental break trying to email Donald Trump. Very similar vibes

10 hours ago 8 0 2 0

Boomer: $100 donation from ...

Tom Jackson: LOUISVILLE

14 hours ago 2 0 0 1

happy Earth Day

23 hours ago 338 44 3 0

There is a cart at Disney world that sells cheeseburger egg rolls and they taste exactly how you remember a childhood happy meal cheeseburger

2 days ago 7 0 1 0
This is a screenshot of a Reddit post from the r/AskReddit community titled "Bartenders of reddit, what rumors have you heard lately?".

The top comment says "I overhead a group of 3 men talk about vaping was invented to train humans to suck robot cock for the AI revolution"

This is a screenshot of a Reddit post from the r/AskReddit community titled "Bartenders of reddit, what rumors have you heard lately?". The top comment says "I overhead a group of 3 men talk about vaping was invented to train humans to suck robot cock for the AI revolution"

Checking in on Reddit

2 days ago 2 0 1 0

The .info domain is genius

2 days ago 0 0 0 0
White door with 4 different styles of securing

White door with 4 different styles of securing

Every 100 year old house has a basement door that looks like it was used as some sort of makeshift jail, but nowadays is the storage for old paint cans and holiday decorations

2 days ago 0 0 0 0

All part of the scientific progress in creating a robot who can predict when it'll rain best on how bad its knees hurt

3 days ago 0 0 0 0
Advertisement
Libraries provide digital resources, devices on re-entry

The justice-involved population in western Kentucky now have access to a re-entry digi- tal toolbox, part of a McCracken County Pub- lic Library program funded by the American Dream Literacy Initiative.

The library's $5,000 grant award is funded by the Dollar General Literacy Foundation and the American Library Association, according to an ALA news release. It's one of 16 public libraries

selected to participate in the literacy initiative.

"Funded projects allow libraries to develop collections, add new services or programs, or expand existing services or programs for adult learners,

Libraries provide digital resources, devices on re-entry The justice-involved population in western Kentucky now have access to a re-entry digi- tal toolbox, part of a McCracken County Pub- lic Library program funded by the American Dream Literacy Initiative. The library's $5,000 grant award is funded by the Dollar General Literacy Foundation and the American Library Association, according to an ALA news release. It's one of 16 public libraries selected to participate in the literacy initiative. "Funded projects allow libraries to develop collections, add new services or programs, or expand existing services or programs for adult learners,

I'm Kentucky this was a thing though, sent through advocacy groups there. Just a quick search I found 40 references from coming from the re-entry council.

It's gone out of style in the past few years but it absolutely was a thing in KY

3 days ago 5 0 3 0

UD named their football stadium after the coach, Harry Baujan. Funny enough he played for Knute Rockne

4 days ago 2 0 1 0

There is a similar story where legend says Klan decided to make their presence known at University of Dayton campus. They waited until school to be out to reduce the push back. They didn't count on the football team to still be there. The coach gave the team a green light to go beat their ass.

4 days ago 4 0 1 0

Well damn. Should have assumed we were still getting jobbed by the man

4 days ago 1 0 0 0

I noticed All Dressed at Kroger and even a vending machine recently.

4 days ago 1 0 1 0

Segways?

4 days ago 0 0 1 0
Video

Me installing .net preview releases

4 days ago 1 0 0 0
/// <summary>Union of all content item states flowing through the pipeline.</summary>
// The union — compiler enforces exhaustive matching over exactly these four types.
// The #else branch is a transitional net10.0 shim while C# 15 unions require net11.0.
#if NET11_0_OR_GREATER
public union ContentItem(DiscoveredItem, ParsedItem, RenderedItem, FailedItem)
{
    /// <summary>The route for the current item regardless of state.</summary>
    public ContentRoute Route => this switch
    {
        DiscoveredItem d => d.Route,
        ParsedItem p => p.Route,
        RenderedItem r => r.Route,
        FailedItem f => f.Route,
        null => throw new InvalidOperationException("Uninitialized ContentItem")
    };
}
#else
[System.Runtime.CompilerServices.Union]
public readonly struct ContentItem : System.Runtime.CompilerServices.IUnion
{
    public object? Value { get; }
    public ContentItem(DiscoveredItem value) { Value = value; }
    public ContentItem(ParsedItem value) { Value = value; }
    public ContentItem(RenderedItem value) { Value = value; }
    public ContentItem(FailedItem value) { Value = value; }
    public static implicit operator ContentItem(DiscoveredItem value) => new(value);
    public static implicit operator ContentItem(ParsedItem value) => new(value);
    public static implicit operator ContentItem(RenderedItem value) => new(value);
    public static implicit operator ContentItem(FailedItem value) => new(value);

    /// <summary>The route for the current item regardless of state.</summary>
    public ContentRoute Route => Value switch
    {
        DiscoveredItem d => d.Route,
        ParsedItem p => p.Route,
        RenderedItem r => r.Route,
        FailedItem f => f.Route,
        _ => throw new InvalidOperationException("Uninitialized ContentItem")
    };
}
#endif

/// <summary>Union of all content item states flowing through the pipeline.</summary> // The union — compiler enforces exhaustive matching over exactly these four types. // The #else branch is a transitional net10.0 shim while C# 15 unions require net11.0. #if NET11_0_OR_GREATER public union ContentItem(DiscoveredItem, ParsedItem, RenderedItem, FailedItem) { /// <summary>The route for the current item regardless of state.</summary> public ContentRoute Route => this switch { DiscoveredItem d => d.Route, ParsedItem p => p.Route, RenderedItem r => r.Route, FailedItem f => f.Route, null => throw new InvalidOperationException("Uninitialized ContentItem") }; } #else [System.Runtime.CompilerServices.Union] public readonly struct ContentItem : System.Runtime.CompilerServices.IUnion { public object? Value { get; } public ContentItem(DiscoveredItem value) { Value = value; } public ContentItem(ParsedItem value) { Value = value; } public ContentItem(RenderedItem value) { Value = value; } public ContentItem(FailedItem value) { Value = value; } public static implicit operator ContentItem(DiscoveredItem value) => new(value); public static implicit operator ContentItem(ParsedItem value) => new(value); public static implicit operator ContentItem(RenderedItem value) => new(value); public static implicit operator ContentItem(FailedItem value) => new(value); /// <summary>The route for the current item regardless of state.</summary> public ContentRoute Route => Value switch { DiscoveredItem d => d.Route, ParsedItem p => p.Route, RenderedItem r => r.Route, FailedItem f => f.Route, _ => throw new InvalidOperationException("Uninitialized ContentItem") }; } #endif

May be a bit too happy with how my rewrite of the content engine is going with .NET 11. Added a little shim around union types to get them limping along so I can target .NET 10 too for the time being in case I want to release this.

5 days ago 0 0 0 0
Advertisement

I was 50% correct with my guess of "he's a French dj and that's his stage name"

5 days ago 3 0 0 0

DLSS 5 fascist

5 days ago 2 0 0 0
TUI showing a static engine running, tracking requests, logs and file changes

TUI showing a static engine running, tracking requests, logs and file changes

POC using @xoofx.mastodon.social.ap.brid.gy's XenoAtom.Terminal.UI package to give a little TUI to my static content engine v2. I really just wanted a way to keep the url visible after I launched it and things got out of control

5 days ago 0 0 0 0
Video

We all have days like this

6 days ago 7778 2092 343 1064

I'm reworking how colors get used in my content engine so having a tool for using custom Tailwind colors was pretty important, especially base colors. Nice to have this to get people over the hump if that's what they are looking to do.

6 days ago 0 0 0 0
screenshot of colors that jive well with the color scheme

screenshot of colors that jive well with the color scheme

and syntax highlighting color combo generator and visualizer.

6 days ago 0 0 1 0

Skipping the line to get publicly listed and get a bunch of morons investing in a knee jerk ai thing seemed to have been the move

6 days ago 4 0 0 0
Picture of a TV with the chyron "FORMER LR. GOV OR VAGINA DEAD"

Picture of a TV with the chyron "FORMER LR. GOV OR VAGINA DEAD"

WDTN Channel 2 News has their top men on hand to work the chyron during important news

6 days ago 1 0 0 0

Now with requisite color scheme generation

6 days ago 2 0 1 0
Advertisement
MonorailCSS Palette Playground

tempted to build something new just to use snugglepuss as the base color - monorailcss.github.io/color-scheme...

6 days ago 0 0 0 0
MonorailCss Documentation

Other generators are out there that try to land the more saturated background colors when you need something like that instead of a foreground color.

I'm using it for the custom background color on the Monorail docs - monorailcss.github.io/MonorailCss....

6 days ago 0 0 1 0
MonorailCSS Palette Playground

Needed a color scheme generator for MonoraillCSS, my Tailwind like CSS library for .net. Quick little JS app does the job.

monorailcss.github.io/color-scheme...

6 days ago 0 0 1 1

They are sitting there asking the Tin Man "resolve why we can't understand you and you aren't moving. Think hard and make no mistakes"

1 week ago 2 0 0 0

I have a hunch Anthropic relied on Claude Code to rapidly iterate so quickly that they have reached a point where they have no idea where their reliability and quality fell apart, and they are so reliant on the tool itself that they have no way get it sorted out either.

1 week ago 2 0 1 0