home.social

#pgc — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pgc, aggregated by home.social.

fetched live
  1. PG&E warns of power shutoffs in parts of Bay Area Wednesday and Thursday due to hot, windy weather - ABC7 San Francisco abc7news.com/post/pge-warns-po #PSPS #PGC

  2. I guess Elon's gonna take all those unsold trucks and turn them into mobile storage units, hopefully away from actual grid assets so they don't burn them down! #PGC #V2G

    PG&E Corporation - PG&E and #Tesla Turn #Cybertruck into a Grid Asset, Advancing the Future of Electric Power in California investor.pgecorp.com/news-even

  3. #Godot #PGC #Subdivision #CatmullClark #GameDev #ProceduralContent #CSharp #LotsOfScaryLinq

    OK, finally got away from cubes... of course, you can't see exactly what shape this is, because I didn't add any normal calculations yet, but "roughly spherical" broadly sums it up...

    If I get time tomorrow I'll add the normals, and then look into adding the calculation refinement that lets us tag verts/edges as "sharp"... Combos of sharp and smooth edges let us create all sorts of shapes, like if you leave the top and bottom edges sharp, but the side ones smooth you get a roughly cylindrical shape... Or you can do a block with a hole in it if you do the same thing to the edges around a square hole...

  4. #YAFGC #PGC #ProceedurallyGeneratedContent #Godot

    Another featureless grey cube, but this one is 2x2x2, and was built from 8 unit-cubes. The redundant internal geometry has been automatically cleaned up...

    Next stop, subdivision...

  5. #GameDev #Godot #PGC #ProceduralContentGeneration #ReallyEarlyDays #YesItsACube

    Don't laugh, but I have spent about a day just getting a cube displayed in Godot...

    ...but wait, this is no ordinary cube, it's built from a slightly "smart" data structure that knows all the faces, all the edges, all the verts, and how they are connected together.

    Why? Well the point is:

    i) if I have an algorithm building procedural levels and it is pasting a load (let's for the moment say cubes) together, it is easy to delete the hidden faces where they touch (and merge edges/verts and delete any orphaned ones), and...

    ii) this is the data I need to apply a subdivision surface algorithm, which will enable me to tag verts and edges to be smooth or sharp, giving me (near) spheres, cylinders, cylinders with right-angle bends and so on...

  6. It is not smart to put all eggs into one basket called #QKD, because there is anther basket call #PGC #postquantumcryptography

    "#QKD is an interesting technology and research on this topic should be continued in order to investigate if there are ways to overcome some of the limitations of the current technology. Furthermore, the underlying technology may be useful for other applications."

    @bsi

    bsi.bund.de/SharedDocs/Downloa

  7. While normally thought of as a digestive enzyme secreted by the stomach, gastricsin is also present in seminal fluid, where it activates secreted bacteriostatic peptides as part of the intrinsic immune system.

    #PGC (progastricsin, aka pepsinogen C, pepsinogen II): Human Protein Atlas mRNA tissue distributions & GPMDB protein tissue tabbulations. #proteomics

  8. Getting a little further with generating Voronoi polyhedra in real time for #PGC #Procedural #ProceduralContent #unity3d