Kissaki

joined 1 year ago
[–] Kissaki@beehaw.org 8 points 6 days ago* (last edited 6 days 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 1 week ago* (last edited 1 week 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 3 points 1 week ago* (last edited 1 week 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.

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

Are you talking about a specific company or AI in general? Because first it sounded like the latter, but now it sounds like the former.

[–] Kissaki@beehaw.org 8 points 1 month ago* (last edited 1 month ago) (4 children)

I've always been surprised by cost numbers mentioned in services and donation requests.

I run my own cheap server which has game servers running in the past, and some other services. I've not run any busy services though or fediverse content so I never felt like I could make a reasonable assessment. Just be surprised.

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

Seems to be two different efforts/solutions.

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

However U.S. law puts the copyright in the hands of the creator of it, NOT Reddit.

Users give Reddit a license to handle and publish the comments under their terms. I don't remember the specific terms. It may allow Reddit to pursue this, specifically when the content is being consumed from Reddit.

[–] Kissaki@beehaw.org 1 points 1 month ago

Special Circles
Circular elements reflect the heritage of the Braille Institute.

I'm confused by this "feature" of the font.

Is it something that turned out to be there, and they make a connection to it? I wouldn't add it to the list of features, right next to intentional design. It's confusing.

Is it intentional design? Then I don't get it, what it means or is for.

 

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.

18
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
51
Cat Bag (beehaw.org)
 

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 ›