Kissaki

joined 1 year ago
[–] Kissaki@beehaw.org 3 points 3 days ago

Maybe they will if someone or sie org forces then sit it?

[–] Kissaki@beehaw.org 4 points 4 days ago

If one country required non disclosure of backdoors and another requires disclosure, who wins?

[–] Kissaki@beehaw.org 4 points 4 days ago (1 children)

"barely off the ground"

How slow did it fly? 0.1 meters per second?

[–] Kissaki@beehaw.org 4 points 1 week ago

in a world of abundance

uuh I guess this is a hypothetical of a possible utopian future rather than about current AI or based on current trends and implementations.

[–] Kissaki@beehaw.org 8 points 2 weeks ago* (last edited 2 weeks ago)

Maybe I would

  1. Create a file called pdfs.html
  2. Add embedded PDFs
    <embed src="pdf1.pdf"></embed>
    <embed src="pdf2.pdf"></embed>
    <embed src="pdf3.pdf"></embed>
    
  3. Maybe give it a container div with display grid for min size and useful layout
  4. Open the HTML file in my webbrowser Firefox

To generate the embed codes for every PDF file in a folder I would use my command line shell Nushell, which generates the embeds for all files for me.

ls *.pdf | each {|x| $'<embed src="($x.name)"></embed>'} | str join
[–] Kissaki@beehaw.org 1 points 2 weeks ago* (last edited 2 weeks ago)

Why would I add a line break when I don't want or need a line break? It's a list item, not a text paragraph.

I define the layout and spacing in CSS for the li element.

I don't think I've ever noticed this as prevalent or common. If at all then as a strange outlier.

If it's a list item with line breaks, sure. But the linked diff adds it at the end of the li with no content following. And it does so on the previous li. Leading to a line diff on a to this unrelated item.

[–] Kissaki@beehaw.org 2 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Diff of the new terms

They add a <br> inside the <li>? wth

Messy layouting

[–] Kissaki@beehaw.org 1 points 1 month ago (3 children)

I haven't heard or read any such thing, and the EU passed legislation regarding AI regulation. Which seems like the opposite of those claims.

I really don't see how it's a dishonest question.

[–] Kissaki@beehaw.org 2 points 1 month ago (5 children)

They were shouted down and called Luddites.

By whom and where?

[–] Kissaki@beehaw.org 2 points 1 month ago (1 children)

Challenging unbalanced mindsets may be important or even necessary, though.

 

My highlight at 5:26; thin molten tin being shot out and vaporized for extreme ultraviolet light creation.

The video gives a lot of context around the machine and product; the company, other products, global chip manufacturing, long-term strategy, and looking forward, etc.

17
Deadlock - FUNKe Study (www.youtube.com)
submitted 5 months ago* (last edited 5 months ago) by Kissaki@beehaw.org to c/gaming@beehaw.org
 
  • 0:00 Teamwork, Combat & Their Meeting Points
  • 5:25 Deadlock Does It All Right
  • 16:53 A Little Movement Aside
  • 21:52 How To Work Together
47
Cat Bag (infosec.pub)
 

I stumbled over this independent journalist and transparency advocate's website, which has a page titled "123 Things Emma Did", which has highlights like the following and made me want to share

  1. I was once chastised for “having a staring contest with a security camera.”
  2. They said I wasn’t allowed to use the suggestion box anymore because I kept suggesting design changes for the box.

Looking at the About page, she has an impressive record [beyond trolling/having fun].

 

PresentMon is a set of tools to capture and analyze the high-level performance characteristics of graphics applications on Windows. PresentMon traces key performance metrics such as the CPU, GPU, and Display frame durations and latencies; and works across different graphics API such as DirectX, OpenGL, and Vulkan, different hardware configurations, and for both desktop and UWP applications.

view more: next ›