Searching txt.sour.is

Twts matching #photos
Sort by: Newest, Oldest, Most Relevant
In-reply-to » Went to the barber shop today. Got a nice talk and, surprisingly, my first "contract" to 3D print something. So, I spent the last hour reading about QR codes, versions and patterns and rescue data to embed an image in the centre of the code. Then it took me some time to convert it from a PNG to an SVG to an STL, so I can put it into Tinkercad to design the new plate. I now have a baseplate, a backplate with the QRCode & two smaller plates which I have to glue into placeholders on the backplate.

@carsten@yarn.zn80.net any photos on how it turned out?

⤋ Read More

I miss running
I’ve talked about this a few times and posted some of the pictures OneDrive shows me every day. Photos taken on the same day, week or month in previous years. It always gives me a “throwback” and I think about the situation at the time I took the photo. ⌘ Read more

⤋ Read More

Started with

Image


a concept sketch of a full body end-time factory worker on a distant planet, cyberpunk light brown suite, (badass), looking up at the viewer, 2d, line drawing, (pencil sketch:0.3), (caricature:0.2), watercolor city sketch,
Negative prompt: EasyNegativ, bad-hands-5, 3d, photo, naked, sexy, disproportionate, ugly
Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 2479087078, Face restoration: GFPGAN, Size: 512x768, Model hash: 2ee2a2bf90, Model: mimic_v10, Denoising strength: 0.7, Hires upscale: 1.5, Hires upscaler: Latent

⤋ Read More
In-reply-to » I will release the sourcecode for the desktop client tonight. I will put it on github (sorry to anyone who prefer other places), but the reason is that I do not want my own git to be open for public. So I'll put it on github where I have all my other public projects. I have to write the readme, then add some info on the login page (link to source etc), then it's ready to release with the current features. I then hope others will give it a try and use it if they want :) I also have many other features I need to implement, but all the main features that makes it usable has been implemented, so I'm very pleased with it (And I use it all the time now).

@prologic@twtxt.net I will give it a shot today, that and to show attached images in the status would be great to have. I just need to figure out the curl for posting image, then the rest would be easy to implement :) I would use that a lot since I often post photos and such.

⤋ Read More

RT by @mind_booster: Excellent presentation of a European Parliament Research Service study today finding that the #CSAR #ChatControl proposal on error-prone searching of our private messages and photos violates fundamental rights!
A thread:

Excellent presentation of a European Parliament Research Service study today finding that the #CSAR #ChatControl proposal on error-prone searching of our private messages and photos vio … ⌘ Read more

⤋ Read More

Vers une Europe de la défense ?
Kiev serait-elle la nouvelle destination diplomatique à la mode ? En tout cas, les dignitaires occidentaux s’y relaient avec application et après Biden ou Von Der Leyen, c’est au tour du Premier ministre espagnol de s’y rendre. Apparemment, la capitale ukrainienne serait l’endroit indispensable où se montrer pour espérer avoir droit à une photo dans les […] ⌘ Read more

⤋ Read More

getting a new phone soon. Ill go for a iphone 14 this time. I have always had android, but Im a bit tired of it now to be honest, want something else. I will get the standard model. the others are way too expensive. I use it mostly for photos, so I hope its good (either way it’ll be better then what I have now).

⤋ Read More

Git Merge 2022 – that’s a wrap! 🎬
Git Merge 2022 just wrapped up bringing the community together for 16 talks, three workshops, one Git Contributor Summit, and lots of great conversations over two days. Read on for more info, photos from the event, and all of the session recordings. ⌘ Read more

⤋ Read More

Rupture and reset (2017-2022): Hong Kong’s turbulent years and Covid-19 battle in 25 photos
A months-long anti-government movement that brought the city to its knees was followed by the emergence of a crippling pandemic. These are Hong Kong’s years of hard knocks, but a new chapter beckons that may offer renewal. ⌘ Read more

⤋ Read More

他来了,他来了,GopherChina 2022 带着邀请走来了

Image

一年一度的 GopherChina 大会 is coming~

GopherChina 2022 今年举办地依旧选在了我们的首都北京,大会现场还是那个熟悉的地方

Image

,作为 Gopher China 即将举办的第八届大会,我们希望以更有趣好玩的形式呈现给大家,当然内容依然是大会的重重中之重,所以快把你所心仪的选题分享给我们吧,我们已经做好了一个准备住的大动作了

Image

时间:北京市海淀区丰智东路 13 号 (朗丽兹西山花园酒店)
地点:2022.06.11 - 2022.06.12

选址虽然还是那个老地方,但是近几年,Go … ⌘ Read more

⤋ Read More

滴滴夜莺监控发布 v5 正式版,定位 Prometheus 企业版
大家好,经过几个月的研发,夜莺 v5 正式版跟大家见面了,这个版本做了巨大的产品定位调整,不再是一个运维平台,而是专注监控告警这个细分领域,拥抱 Prometheus 生态,争取把监控这个事情,做到极致!这是新版的截图,给大家一个直观的认识先。

![](https://gocn.oss-cn-shanghai.aliyuncs.com/photo/UlricQin/4ce62001-bbf5-4fa0-ad65-6cc8c93da13b.png?x-oss-process=image%2Fresize%2C … ⌘ Read more

⤋ Read More

Excelize 发布 2.5.0 版本,Go 语言 Excel 文档基础库

Image

Excelize 是 Go 语言编写的用于操作 Office Excel 文档基础库,基于 ECMA-376,ISO/IEC 29500 国际标准。可以使用它来读取、写入由 Microsoft Excel™ 2007 及以上版本创建的电子表格文档。支持 XLSX / XLSM / XLTM 等多种文档格式,高度兼容带有样式、图片 … ⌘ Read more

⤋ Read More

聊聊 TokenBucket 限流器的基本原理及实现

限流器实现之 TokenBucket

大家好,我是「Go 学堂」的渔夫子。上篇文章我们讲解了漏桶(LeakyBucket)的实现原理。本文我们介绍另外一种限流器 — 令牌桶(TokenBucket)。

Image

令牌桶(TokenBucket)简介 令牌桶实现的基本思想

令牌桶,顾名思�� … ⌘ Read more

⤋ Read More

Powering Starlink on the go with Tesla Model 3
I’ve had my Tesla Model 3 for more than a year now. It has been an
absolute pleasure so far and I would not trade it for anything else at
any price including Tesla’s other offerings (yes, talking about S
Plaid). Model 3 just has the most beautiful exterior of any other car.
OK, let’s stop here because I can go on forever. But not without a photo
of Tin Can:

Image

“Tin Can” is a r … ⌘ Read more

⤋ Read More

Think of it like buying a signed print of a photo, instead of the photo itself, but the “signature” is an entry in a database and that’s all you get. Still dumb.

⤋ Read More

Just took a raw photo with Halide for the first time. It looks pretty awful compared to its companion JPEG because it’s horribly noisy. Not sure what magic turns awful raws into better-than-JPEG images. Probably lots of know-how.

⤋ Read More

I tried cwebp -preset photo -o foo.webp foo.jpeg on a preview image and it was imperceptibly worse at the sizes I expected to show it. Then again, I don’t really care that you can’t read the nutrition labels on a jar in the background of the subject.

⤋ Read More

New build farm hardware at TUD

Image

To quote
Eelco Visser: new
hardware for buildfarm at Delft University of Technology has
arrived.

Here’s what we have: 5 Intel Core 2 Duo DualCore machines
with 1GB RAM, 2 Mac minis with 1,83-GHz Intel Core
Duo-processor, another Core 2 Duo a UPS to deal with spikes in
power supp … ⌘ Read more

⤋ Read More