並び順

ブックマーク数

期間指定

  • から
  • まで

521 - 560 件 / 707件

新着順 人気順

Neatの検索結果521 - 560 件 / 707件

  • Building with the GitHub API

    I have a long history of building things with the GitHub API. Many years ago when running the Docker open source project, where we needed tools for GitHub tasks automation (icecrime/poule) and project health metrics (icecrime/vossibility-stack). Today with Echoes, which integrates with GitHub (among others) to help engineering leaders create high performing organizations. We will look in this post

      Building with the GitHub API
    • How to integrate an Astro site with Inkdrop

      Hi, it’s Takuya, the solo developer of Inkdrop. I’ve been saying no to the feature requests that require extending the Markdown syntax. That’s because Inkdrop is a ‘Markdown’ note-taking app, focusing on leveraging the full possibilities of its popularity. For example, Markdown is widely supported in static site generators like Astro, Gatsby, Jekyll, Hugo, and more. As you may know, a lot of peopl

        How to integrate an Astro site with Inkdrop
      • CSS is fun again • pdx.su

        CSS has been undergoing a quiet renaissance lately. Lots of big features which previously required an external tool to use, are now native parts of the language, and its growing more and more all the time. If you haven't used CSS in a long time, for whatever reason, now is the time to take a look again. Brief history, and how CSS became "not-fun"Back in the late 90s, we styled our websites using i

        • Accessing a Swift property wrapper’s enclosing instance | Swift by Sundell

          Articles, podcasts and news about Swift development, by John Sundell. Like its name implies, Swift’s property wrappers feature enables us to wrap a given property value within a custom type, which in turn lets us apply transforms and run other kinds of logic whenever that value is modified. By default, a property wrapper is completely disconnected from the enclosing types in which it’s being used,

            Accessing a Swift property wrapper’s enclosing instance | Swift by Sundell
          • 【アイドルフェスクラスターin 愛知】SEKIGAHARA IDOL WARS 2021?関ケ原唄姫合戦 愛知の大規模アイドルフェスでクラスター発生!地獄絵図 : クラスター速報

            2021年08月01日21:32 【アイドルフェスクラスターin 愛知】SEKIGAHARA IDOL WARS 2021?関ケ原唄姫合戦 愛知の大規模アイドルフェスでクラスター発生!地獄絵図 カテゴリ Comment(3) 1: SEKIGAHARA IDOL WARS 2021?関ケ原唄姫合戦 愛知の大規模アイドルフェスでクラスター発生!地獄絵図 7月23日(金祝)、24日(土)、25日(日)に愛知県国際展示場で行われた大規模アイドルイベント「SEKIGAHARA IDOL WARS 2021?関ケ原唄姫合戦?in 尾張」で大規模クラスター 出演者100組で600人前後、予測来場者のべ15000人のイベント このイベント終わりで多数のアイドルやオタクがコロナに感染したとの報告が続々上がり続ける これはヤバいですよ! ちなこのイベントは岐阜でやる予定だったけど感染を懸念されて直前に愛知県

              【アイドルフェスクラスターin 愛知】SEKIGAHARA IDOL WARS 2021?関ケ原唄姫合戦 愛知の大規模アイドルフェスでクラスター発生!地獄絵図 : クラスター速報
            • React antipatterns to avoid

              📅 Sep 19, 2021 ·  ☕ 5 min read ·  ✍️ Iskander Samatov Here are some of the antipatterns most commonly seen in React applications and how to fix them. These antipatterns will make your codebase a nightmare to work with if you’re don’t learn to recognize and prevent them at their early stages. Putting everything in Redux Redux is awesome. It optimizes performance behind the scenes and lets us easil

              • Vue, Storybook, TypeScript—starting a new project with the best practices in mind

                Vue, Storybook, TypeScript—starting a new project with the best practices in mind (originally published on Medium) I like writing React code. This might be an odd introduction to a story about Vue, but you need to understand my background to understand why I’m here discussing Vue. I like writing React code and I hate reading it. JSX is a neat idea for assembling the pieces together fast, Material-

                  Vue, Storybook, TypeScript—starting a new project with the best practices in mind
                • Pattern Extensions

                  Pattern Extensions — 2023-05-26 shapes of types pattern initializers pattern matching pattern types the "is" keyword on product patterns on string patterns conclusion Microsoft Build is happening this week, and with it come new announcements for the C# language and dotnet runtime. I was watching the video: "What's new in C#12 and beyond", and the C# team talked about pattern matching and pattern c

                    Pattern Extensions
                  • In Search of a Stack That Monitors the Quality and Complexity of CSS | CSS-Tricks

                    In Search of a Stack That Monitors the Quality and Complexity of CSS Many developers write about how to maintain a CSS codebase, yet not a lot of them write about how they measure the quality of that codebase. Sure, we have excellent linters like StyleLint and CSSLint, but they only help at preventing mistakes at a micro level. Using a wrong color notation, adding a vendor prefix when you’re alrea

                      In Search of a Stack That Monitors the Quality and Complexity of CSS | CSS-Tricks
                    • Regalia Font Free Download - Digfont

                      Regalia is a clean, neat and modern looking sans serif font. Get inspired by its attractive style and use it to create gorgeous wedding invitations, beautiful stationary art, eye-catching social media posts, and much more! Free download Regalia font now for personal use.

                        Regalia Font Free Download - Digfont
                      • Dreamboy Font Free Download - Digfont

                        Dreamboy is a cool and neat display font. Whether you’re using it for crafts, digital design, presentations, or making greeting cards, this font has the potential to become your favorite go-to font, no matter the occasion! Free download Dreamboy font now for personal use.

                          Dreamboy Font Free Download - Digfont
                        • Meet the top layer: a solution to z-index:10000  |  Blog  |  Chrome for Developers

                          The top layer sits above its related document in the browser viewport, and each document has one associated top layer. This means that elements promoted to the top layer needn't worry about z-index or DOM hierarchy. They also get a neat ::backdrop pseudo-element to play with. The Fullscreen API spec goes into more details as Fullscreen was a great example of the top layer in use before dialog supp

                          • A few notes on message passing - Erlang/OTP

                            Message passing has always been central to Erlang, and while reasonably well-documented we’ve avoided going into too much detail to give us more freedom when implementing it. There’s nothing preventing us from describing it in a blog post though, so let’s have a closer look! Erlang processes communicate with each other by sending each other signals (not to be confused with Unix signals). There are

                              A few notes on message passing - Erlang/OTP
                            • You don't need JavaScript for that - HTMHell

                              by Kilian Valkhof published on Dec 02, 2023 Please don't feel antagonised by the title of this article. I don't hate JavaScript, I love it. I write bucketloads of it every single day. But I also love CSS, and I even love JSX HTML. The reason I love all three of these technologies is something called: The rule of least powerIt's one of the core principles of web development and it means that you sh

                                You don't need JavaScript for that - HTMHell
                              • Hundreds of Ways to Get S#!+ Done—and We Still Don’t

                                You want to be productive. Software wants to help. But even with a glut of tools claiming to make us all into taskmasters, we almost never master our tasks. Back in 2010, Walter Chen and Rodrigo Guzman had a weird idea: a website where you write down the stuff you accomplished that day, and which then emails you a summary. It would be a productivity tool that worked by a neat psychological hack, i

                                  Hundreds of Ways to Get S#!+ Done—and We Still Don’t
                                • Visualizing Black Holes with General Relativistic Ray Tracing – Sean's Projects

                                  Okay I ended up making this write-up waaaaaay too long, so before I get into any of the jargon, let’s take a look at the finished product: Orbiting around the equator of a supermassive black hole, with an off-axis accretion disk. Orbiting laterally from the equator to the north pole of a slightly less supermassive black hole. Sitting near the accretion disk of a really, really supermassive black h

                                  • MMD-0066-2020 - Linux/Mirai-Fbot - A re-emerged IoT threat

                                    Chapters: [TelnetLoader] [EchoLoader] [Propagation] [NewActor] [Epilogue] Prologue A month ago I wrote about IoT malware for Linux operating system, a Mirai botnet's client variant dubbed as FBOT. The writing [link] was about reverse engineering Linux ELF ARM 32bit to dissect the new encryption that has been used by their January's bot binaries, The threat had been on vacuum state for almost one m

                                      MMD-0066-2020 - Linux/Mirai-Fbot - A re-emerged IoT threat
                                    • Captain Font Free Download - Digfont

                                      Captain is a cool, neat and friendly display font. Whatever the topic, this font will be a wonderful asset to your font library, as it has the potential to enhance any creation. Free download Captain font now for personal use.

                                        Captain Font Free Download - Digfont
                                      • The semantics of a simple functional language

                                        Machine Logic At the junction of computation, logic and mathematics 08 Mar 2023 [ examples inductive definitions ] The simplest way to precisely specify the meanings of programming language expressions is through an operational semantics. Such a definition consists of a set of what look like the inference rules of a logic, stating the conditions under which a given expression can be reduced to a v

                                        • Our favorite startups from YC's Winter 2023 Demo Day — Part 1 | TechCrunch

                                          Our favorite startups from YC’s Winter 2023 Demo Day — Part 1 Comics software, meat-based plants and Tesla spun-out heat pumps, anyone? Here’s a crazy statistic: More than half of the companies in Y Combinator’s latest cohort were accepted to the accelerator with only an idea, no minimum viable product or revenue strategy needed. Fast forward to today, where we’ll see how the individuals behind th

                                            Our favorite startups from YC's Winter 2023 Demo Day — Part 1 | TechCrunch
                                          • Appleの紛失防止タグAirTag、これまでのiPhoneでも利用可能か - iPhone Mania

                                            Appleが近日発表すると噂されている紛失防止タグ「AirTag」について、U1チップ非搭載の端末でも利用できるほか、複数色が用意されるとの観測が浮上しています。 U1チップ非搭載の端末でもOK Apple情報に詳しいFudge(@choco_bit)氏がTwitter上で明らかにしたところによると、Appleが開発中のAirTagは、U1チップが搭載されていないiPhoneやiPad、iPodでもペアリングできる可能性があるそうです。 Also looks like Airtag supports pairing via iPhone, iPad and iPod! Not limited to U1 equipped phones yay! Though U1 probably still required for AR assisted location — Fudge (@choc

                                              Appleの紛失防止タグAirTag、これまでのiPhoneでも利用可能か - iPhone Mania
                                            • Simple and Minimalist Font Free Download - Digfont

                                              Simple and Minimalist is a minimalist and neat handwritten font. It can easily be matched to an incredibly large set of projects, so add it to your creative ideas and notice how it makes them stand out! Free download Simple and Minimalist font now for personal use. Free Download

                                                Simple and Minimalist Font Free Download - Digfont
                                              • Wise Font Free Download - Digfont

                                                Wise is a cool, neat and adaptable display font. Whether you’re using it for crafting, digital designing, presentations or greeting cards making, it’s perfect! Free download Wise font now for personal use. Free Download

                                                  Wise Font Free Download - Digfont
                                                • VP, Director, what? - The Engineering Manager

                                                  This post is part of a series of articles on managing managers. Before we dive further into techniques and tools for budding managers of managers, it’s worth spending some time to get to know what sort of progression may lie ahead on the management track once you begin to go beyond managing just one team. In this article we’ll step through some of the common job titles that are used for higher lev

                                                  • Kafka with AVRO vs., Kafka with Protobuf vs., Kafka with JSON Schema

                                                    Kafka serialisation schemes — playing with AVRO, Protobuf, JSON Schema in Confluent Streaming Platform. The code for these examples available at https://github.com/saubury/kafka-serialization Apache Avro was has been the default Kafka serialisation mechanism for a long time. Confluent just updated their Kafka streaming platform with additional support for serialising data with Protocol buffers (or

                                                      Kafka with AVRO vs., Kafka with Protobuf vs., Kafka with JSON Schema
                                                    • Why do people hate vegans?

                                                      It has left the beige-tinted margins and become social media’s most glamorous look. But why does veganism still provoke so much anger? By George Reynolds From the hunger strike to the edible projectile, history offers abundant examples of food being used for political ends. Even so, the crowd of vegans who gathered in central London earlier this year are unlikely to forget the moment when Gatis La

                                                        Why do people hate vegans?
                                                      • 「1940年代のチャイルドシートがほぼ射出機」海外の反応 : 暇は無味無臭の劇薬

                                                        reddit.com/r/Damnthatsinteresting/comments/13eldt3/children_car_seats_in_the_1940s/ Comment by snowmaker417 6248 ポイント これ赤子射出機じゃん Comment by Gimpenstein 31 ポイント ↑だから「booster seats(※チャイルドシート)」って呼ばれてるんだ Comment by liarandathief 1903 ポイント ↑装填は手動だからかなり大変。しかも時間がかかるし。 Comment by AmadSeason 721 ポイント ↑次弾を装填するのに最低でも九か月はかかるからな Comment by PourSomeSmegmaInMe 459 ポイント ↑装填作業は結構楽しいぞ Comment by LumberSmurf 87 ポイント

                                                          「1940年代のチャイルドシートがほぼ射出機」海外の反応 : 暇は無味無臭の劇薬
                                                        • Tidy TypeScript: Prefer union types over enums

                                                          Published on November 19, 2020 Stefan on Mastodon Reading time: 8 minutes More on TypeScript, JavaScript, Tidy Typescript This is the first article in a series of articles where I want to highlight ways on how to keep your TypeScript code neat and tidy. This series is heavily opinionated, so don’t be angry if I ditch a feature that you learned to like. It’s not personal. Today we look at enums. En

                                                            Tidy TypeScript: Prefer union types over enums
                                                          • Signed distance functions in 46 lines of Python

                                                            Signed distance functions are a really cool method of 3D rendering! But they unfortunately have a reputation for being difficult to understand. It makes sense why—they usually get shown off in beautiful, but complicated ShaderToy examples written in GLSL, an unfamiliar language for most programmers1. But at their core, SDFs are a really simple idea. I'm going to prove that by walking you through a

                                                            • Renato Athaydes

                                                              How to write really slow Rust code How I tried to port Lisp code to Rust and managed to get a much slower program... and how to fix that! Photo by Sam Moqadam on Unsplash I have recently published a blog post that, as I had expected (actually, hoped for, as that would attract people to contribute to the “study”), generated quite some polemic on the Internet! The post was about an old study by Lutz

                                                              • 3 ways to autofocus an input in React that ALMOST always work!

                                                                3 ways to autofocus an input in React that ALMOST always work!October 25, 2019 / Toggle theme Autofocusing is a neat thing you can do to make your app easier to use. In this screenshot of Trello, the user clicked the Add Checklist button. It opened a menu, with the Title text input autofocused and its text selected. With this autofocusing, the user doesn't have to click on the text input; they can

                                                                  3 ways to autofocus an input in React that ALMOST always work!
                                                                • Create a home for your community with GitHub Discussions

                                                                  Incorporating new technology into your organization’s workflow involves more than just understanding the tool—it requires a culture shift towards community. By creating a destination for inspiration and knowledge sharing, you can enable your teams and individuals to accomplish more together. GitHub Discussions is a dedicated space for conversations. It decreases the burden of managing active work

                                                                    Create a home for your community with GitHub Discussions
                                                                  • Web Export in 4.3

                                                                    Many thanks to the awesome Catburglar team (John Gabriel, Jerico Landry, Kyveri, Sacha Feldman, and Carrie Drovdlic). Without this open-source project, made for the 63rd Godot Wild Jam, I wouldn’t have solved as many bugs as I did. Please try it out! The audio work, in particular, sounds incredible. Here be dragons Even if the odds are that sample playback will be a part of Godot 4.3 release, it w

                                                                      Web Export in 4.3
                                                                    • ETag and HTTP caching

                                                                      One neat use case for the HTTP ETag header is client-side HTTP caching for GET requests. Along with the ETag header, the caching workflow requires you to fiddle with other conditional HTTP headers like If-Match or If-None-Match. However, their interaction can feel a bit confusing at times. Every time I need to tackle this, I end up spending some time browsing through the relevant MDN docs123 to jo

                                                                        ETag and HTTP caching
                                                                      • Developer Preview: Ruby SDK code generation using Smithy | Amazon Web Services

                                                                        AWS Developer Tools Blog Developer Preview: Ruby SDK code generation using Smithy What is this? The AWS SDK For Ruby team is happy to announce the developer preview of smithy-ruby, a toolchain that can be used to code generate a “white label” Ruby SDK for your service API using Smithy modeling. An upcoming future version of the AWS SDK For Ruby will use Smithy code generation. What is Smithy? Smit

                                                                          Developer Preview: Ruby SDK code generation using Smithy | Amazon Web Services
                                                                        • Lavenice Font Free Download - Digfont

                                                                          Lavenice is a unique and modern sans serif font. Suitable to a wide variety of designs due to its neat and simple style, this font has the potential to become your favorite go-to font, no matter the occasion! Free download Lavenice font now for personal use. Free Download

                                                                            Lavenice Font Free Download - Digfont
                                                                          • Best Home Design App Mac

                                                                            Visiteurs depuis le 25/01/2019 : 4423 Connectés : 1 Record de connectés : 14 Design Home App DownloadFree Home Design Apps For PcThe good news is that apps have transformed the process: you can now decorate, rearrange or transform an entire area, from the hues of the walls down to the colour of the furniture, all from your smartphone. Before you know it, you’ll be designing a whole house. And yes,

                                                                              Best Home Design App Mac
                                                                            • Rによる自然言語処理(tidymodels, BPE, fasttext, XGBoost)【2021年1月】 - Qiita

                                                                              この記事について 以前に書いた記事を焼き直ししつつ、ばんくしさんの以下のブログ記事のまねをRでやってみます。 Rustによるlindera、neologd、fasttext、XGBoostを用いたテキスト分類 - Stimulator ばんくしさんの記事は「Pythonどこまで脱却できるのか見るのも兼ねて」ということで、Rustで自然言語処理を試しています。私はべつに自然言語処理を実務でやるエンジニアとかではないですが、PythonじゃなくてRustとかGoといった静的型付けで速い言語で安全に書けたらうれしい場面があるよね、みたいなモチベーションなのかなと想像しています。 実際のところ、自分でコードを書きながら自然言語処理の真似事をするなら依然としてPythonが便利です。Rと比べても、PythonにはSudachiPyやjanomeといった選択肢がある一方で、RにはRコンソールからのみで

                                                                                Rによる自然言語処理(tidymodels, BPE, fasttext, XGBoost)【2021年1月】 - Qiita
                                                                              • Restructuring Patterns - Nibbles of Rust

                                                                                Nibbles of Rust Restructuring Patterns In Rust, there is this feature known as “pattern matching”, whereby you can take apart a piece of structured data by writing out patterns which bind to parts of it. This process is known as “destructuring”, because you’re breaking a structure into parts. But there’s this old feature which I’ve unilaterally decided to call “restructuring patterns”: let x = Som

                                                                                • The smallest Docker image to serve static websites

                                                                                  The smallest Docker image to serve static websites Until recently, I used to think that serving static websites from Docker would be a waste of bandwith and storage. Bundling nginx or various other heavy runtimes inside a Docker image for the sole purpose of serving static files didn’t seem like the best idea - Netlify or Github Pages can handle this much better. But my hobby server was sad and cr

                                                                                    The smallest Docker image to serve static websites