並び順

ブックマーク数

期間指定

  • から
  • まで

401 - 440 件 / 865件

新着順 人気順

back to workの検索結果401 - 440 件 / 865件

  • Database Sharding — PlanetScale

    Want to learn more about Vitess, horizontal sharding, or Enterprise options? Talk to Solutions By Benjamin Dicken | January 9, 2025 What is shardingSharding is the process of scaling a database by spreading out the data across multiple servers, or shards. Sharding is the go-to database scaling solution for many large organizations managing data at petabyte scale. Your favorite companies like Uber,

      Database Sharding — PlanetScale
    • Python has too many package managers

      Python is a wonderful programming language. I’ve used it to build webapps, deep learning models, games, and do numerical computation. However there is one aspect of Python that has been an inexcusable pain-in-the ass over many years. That would be the fragmented Python package and environment management ecosystem, succinctly represented by the following XKCD comic: You see, a lot of other programm

      • Sheikh Hasina: Euphoria in Bangladesh after PM flees country

        Demonstrators attempted to tear down a statue of Ms Hasina's father, Sheikh Mujibur Rahman President Shahabuddin said he had chaired a meeting of army chiefs and political representatives. He said an interim government would be formed, new elections called and a national curfew lifted. In Dhaka on Monday, police and other government buildings were attacked and set on fire. Protesters attempted to

          Sheikh Hasina: Euphoria in Bangladesh after PM flees country
        • Introducing Amazon GuardDuty Malware Protection for Amazon S3 | Amazon Web Services

          AWS News Blog Introducing Amazon GuardDuty Malware Protection for Amazon S3 Today we are announcing the general availability of Amazon GuardDuty Malware Protection for Amazon Simple Storage Service (Amazon S3), an expansion of GuardDuty Malware Protection to detect malicious file uploads to selected S3 buckets. Previously, GuardDuty Malware Protection provided agentless scanning capabilities to id

            Introducing Amazon GuardDuty Malware Protection for Amazon S3 | Amazon Web Services
          • Valibot v1 RC is now available

            After taking three steps back about a year ago to rewrite the entire library from scratch, Valibot has come back stronger than ever. In the past 12 months, the project has grown from 300k monthly downloads on npm to now more than 4.5 million. Many of you have been waiting for our first stable release, and with this blog post I am happy to announce that we are very very close. With this announcemen

              Valibot v1 RC is now available
            • VMware Fusion Pro: Now Available Free for Personal Use

              VMware Desktop Hypervisor products Fusion and Workstation are used by millions of people every day to run virtual machines on their Windows, Linux and Mac computers. They give users the ability to quickly and easily build “local virtual” environments to install other operating systems, learn about technology, build and test software, complex systems, browsers, apps, games, and more. For many in ou

                VMware Fusion Pro: Now Available Free for Personal Use
              • Three Decades of Agile – Manage Complexity

                The Agile Manifesto [1], created in 2001, brought about a significant shift in the development of (software) products. The values and principles in the manifesto have since evolved and expanded, and we continue to discover better ways to implement them. Overall, the changes have been positive and continue to benefit the industry. This article discusses the journey we have collectively taken over t

                • AWS Lambda introduces recursive loop detection APIs | Amazon Web Services

                  AWS Compute Blog AWS Lambda introduces recursive loop detection APIs This post is written by James Ngai, Senior Product Manager, AWS Lambda, and Aneel Murari, Senior Specialist SA, Serverless. Today, AWS Lambda is announcing new recursive loop detection APIs that allow you to set recursive loop detection configuration on individual Lambda functions. This allows you to turn off recursive loop detec

                    AWS Lambda introduces recursive loop detection APIs | Amazon Web Services
                  • Windows BitLocker -- Screwed without a Screwdriver

                    Note that there aren’t any tools for exploiting this bug that are widely available yet. While this post describes everything you need to know, we are not publishing a ready-made tool. Motivation¶ I’ve always wondered how folks gain access to encrypted devices without knowing the password. Sure, they likely have some bugs, but what kinds of bugs? Do they need government backdoors or 0-days? My assu

                      Windows BitLocker -- Screwed without a Screwdriver
                    • Agents for Amazon Bedrock now support memory retention and code interpretation (preview) | Amazon Web Services

                      AWS News Blog Agents for Amazon Bedrock now support memory retention and code interpretation (preview) With Agents for Amazon Bedrock, generative artificial intelligence (AI) applications can run multistep tasks across different systems and data sources. A couple of months back, we simplified the creation and configuration of agents. Today, we are introducing in preview two new fully managed capab

                        Agents for Amazon Bedrock now support memory retention and code interpretation (preview) | Amazon Web Services
                      • What's new in Firebase at I/O 2024

                        Google I/O 2024 is here, and just like in previous years, we have many new products and features to tell you about. But first, a look back. For years, millions of you developers have been using Firebase to accelerate your app development and run your apps with confidence. From Realtime Database to Remote Config, we’ve been obsessed with helping you speed up and simplify your work so that you can m

                          What's new in Firebase at I/O 2024
                        • Linux when? - Zed Blog

                          Screenshot of Zed — but where are the red/yellow/green window controls? Does anything stick out? Yes, exactly, it's a screenshot of Zed running on Linux! Wait, what? Zed on Linux? Is it released yet? No, it's not, but it's taking shape, fast. At the end of January we open-sourced Zed and had zero Linux support. Now, three months later, you can compile & run Zed on Linux and actually use it. And I

                            Linux when? - Zed Blog
                          • How I use LLMs as a staff engineer

                            Software engineers are deeply split on the subject of large language models. Many believe they’re the most transformative technology to ever hit the industry. Others believe they’re the latest in a long line of hype-only products: exciting to think about, but ultimately not useful to professionals trying to do serious work. Personally, I feel like I get a lot of value from AI. I think many of the

                            • Borrow checking without lifetimes · baby steps

                              This blog is where I post up various half-baked ideas that I have. All PostsCategoriesGitHubTwitterRSS/Atom feedsSelected posts: The borrow checker withinEmpathy in open source: be gentle with each other This blog post explores an alternative formulation of Rust’s type system that eschews lifetimes in favor of places. The TL;DR is that instead of having 'a represent a lifetime in the code, it can

                              • It’s Time To Talk About “CSS5” — Smashing Magazine

                                Have you ever wondered what happened after CSS3? It’s common knowledge that we never saw CSS4 come after it, yet we have a plethora of new features that have no similar way of defining when they were introduced. The W3C CSS-Next community group is actively searching for better approaches for how we describe the evolution of CSS over time and identify feature sets as effectively as we did with CSS3

                                  It’s Time To Talk About “CSS5” — Smashing Magazine
                                • Porting a cross-platform GUI application to Rust – Mozilla Hacks - the Web developer blog

                                  Firefox’s crash reporter is hopefully not something that most users experience often. However, it is still a very important component of Firefox, as it is integral in providing insight into the most visible bugs: those which crash the main process. These bugs offer the worst user experience (since the entire application must close), so fixing them is a very high priority. Other types of crashes, s

                                    Porting a cross-platform GUI application to Rust – Mozilla Hacks - the Web developer blog
                                  • Introducing Express v5: A New Era for Node.js Framework

                                    Ten years ago (July 2014) the Express v5 release pull request was opened, and now at long last it’s been merged and published! We want to recognize the work of all our contributors, especially Doug Wilson, who spent the last ten years ensuring Express was the most stable project around. Without his contributions and those of many others, this release could not have happened. Eight months ago we we

                                      Introducing Express v5: A New Era for Node.js Framework
                                    • The Nobel Prize in Literature 2024

                                      Han Kang delivered her Nobel Prize lecture in literature on 7 December 2024 at the Swedish Academy in Stockholm. She was introduced by Mats Malm, Permanent Secretary of the Swedish Academy. English English (pdf) Swedish Swedish (pdf) Korean Korean (pdf) © THE NOBEL FOUNDATION 2024 General permission is granted for the publication in newspapers in any language after December 7, 2024, 5:00 p.m. CET.

                                        The Nobel Prize in Literature 2024
                                      • Linux/4004 - Dmitry.GR

                                        Linux/4004 Slowly booting full Linux on the intel 4004 for fun, art, and absolutely no profit TL;DR I booted Debian Linux on a 4-bit intel microprocessor from 1971 - the first microprocessor in the world - the 4004. It is not fast, but it is a real Linux kernel with a Debian rootfs on a real board whose only CPU is a real intel 4004 from the 1970s. The video is sped up at variable rates to demonst

                                        • Why I Stopped Using Time Management Apps to Schedule My Day

                                          Time management apps are everywhere, promising to streamline your schedule, boost productivity, and make the most of every minute. I bought into this promise, trying out app after app in hopes of mastering my daily routine. While this practice initially gave me a feeling of accomplishment, I eventually decided to step away from these apps. Here's why. 1 My Day Lacked Flexibility When I planned my

                                            Why I Stopped Using Time Management Apps to Schedule My Day
                                          • LLaMA Now Goes Faster on CPUs

                                            I just wrote 84 new matrix multiplication kernels for llamafile which enable it to read prompts / images faster. Compared to llama.cpp, prompt eval time with llamafile should go anywhere between 30% and 500% faster when using F16 and Q8_0 weights on CPU. The improvements are most dramatic for ARMv8.2+ (e.g. RPI 5), Intel (e.g. Alderlake), and AVX512 (e.g. Zen 4) computers. My kernels go 2x faster

                                              LLaMA Now Goes Faster on CPUs
                                            • Modern CSS Layouts: You Might Not Need A Framework For That — Smashing Magazine

                                              It’s easy to get lost in a sea of CSS frameworks and libraries, each promising easier styling and smoother layouts. But amidst this abundance, the modern CSS features we have today offer simpler and more flexible approaches without the added dependencies or abstractions. Brecht De Ruyte demonstrates four CSS utility classes (plus a bonus) using techniques that allow them to be used practically any

                                                Modern CSS Layouts: You Might Not Need A Framework For That — Smashing Magazine
                                              • 気候危機の捏造

                                                2024年4月30日 田中 宇 10年以上前から私にとって国際情勢は「自分の見立て・分析・理性が、世の中の常識・主流分析と正反対・大きく食い違っていても、間違っているのは自分でなく世の中の方である場合が意外と多い」というものになっている。 「常識と理性が対立したら、理性の方が正しい」という考え方は、子供や社員や国民に対する教育(洗脳)の観点からよろしくないが、事実である。「教育」自体が、理性を潰す洗脳行為である。 (どっちが妄想なのか?) 私にとって「世の中の方が間違っていた」最初の案件は、911やイラク戦争前後からの「テロ戦争」だった。アルカイダやISは米諜報界が育て、米国の敵を演じさせられてきたが、世の中の常識(正しい見方)は、ISカイダを本物の敵として心底恐れ、米国に頼って退治してもらうべき、というものだった。 ハマスはイスラエルが敵として育て、今ではパレスチナ問題を丸ごと潰してエジ

                                                • Cognitive load is what matters

                                                  It is a living document, last update: October 2024. Your contributions are welcome! The logo image was taken from Reddit. Introduction There are so many buzzwords and best practices out there, but let's focus on something more fundamental. What matters is the amount of confusion developers feel when going through the code. Confusion costs time and money. Confusion is caused by high cognitive load.

                                                  • Introducing TanStack Router – Frontend Masters Boost

                                                    TanStack Router is an incredibly exciting project. It’s essentially a fully-featured client-side JavaScript application framework. It provides a mature routing and navigation system with nested layouts and efficient data loading capabilities at every point in the route tree. Best of all, it does all of this in a type-safe manner. What’s especially exciting is that, as of this writing, there’s a Ta

                                                      Introducing TanStack Router – Frontend Masters Boost
                                                    • Rust, reflection and access rules

                                                      Reflection is something a lot of people wish the Rust language had: It is not hard to stumble across somebody with an interesting use case for it. People want to use it for serialization, GCs, better interop, and so, so much more. If you can think of a task, there is somebody out there wishing they could implement it using reflection. Sadly, it does not look like it is coming any time soon. Still,

                                                      • Talk to the City — AI • Objectives • Institute

                                                        Aligning decision-makers with the interests of their populations is a cornerstone of democracy. While polling can collect opinions from large publics, and small focus groups can elicit in-depth perspectives, few options exist for nuanced qualitative analysis at scale. Talk to the City (T3C) is an open-source AI tool that enhances collective decision-making by analyzing democratic input while prese

                                                          Talk to the City — AI • Objectives • Institute
                                                        • Rails is better low code than low code

                                                          Update 2024-12-02 : There was a lively discussion about the post on Hacker News you might also find interesting: link to thread. “We need a very simple CRUD app for managing the reservations.” They1 said. “Don’t spend too much time on it.” They added. My thoughts are racing: “Hm, I am very good with Ruby on Rails, this seems like a good fit. But then I’ve also used these low code tools before, the

                                                          • 中間階級の職の再建へのAIの適用 - himaginary’s diary

                                                            というNBER論文(原題は「Applying AI to Rebuild Middle Class Jobs」)をMITのDavid Autorが上げている(H/T Mostly Economics;cf. 同内容のNOEMA記事に関する本人のツイート)。 以下はその要旨。 While the utopian vision of the current Information Age was that computerization would flatten economic hierarchies by democratizing information, the opposite has occurred. Information, it turns out, is merely an input into a more consequential economic function

                                                              中間階級の職の再建へのAIの適用 - himaginary’s diary
                                                            • Who Ate My MySQL Table Rows?

                                                              TL;DR ALTER TABLE and OPTIMIZE TABLE on an InnoDB table, which rebuilds the table without blocking concurrent changes to it (i.e., executed using INPLACE algorithm) and concurrent DML or purge activity on the table can occasionally lead to two significant problems: ALTER/OPTIMIZE TABLE failing with an unnecessary duplicate key error (even though there are no duplicate keys in it). Data loss. Yes,

                                                                Who Ate My MySQL Table Rows?
                                                              • Pushing to Github after a shallow clone is horribly slow

                                                                TL;DR: use --depth 2. Read on for why. Shallow clones (can, but not necessarily must) defeat an important optimization. In your case this happens for the first push, but not for subsequent pushes. Other defeating cases can occur so other pushes might also be slow. We start with the fact that Git is really all about commits,1 which are shaped into a Directed Acyclic Graph. The graph has vertices or

                                                                  Pushing to Github after a shallow clone is horribly slow
                                                                • Yasuke: African Samurai, Myth, or Neither?

                                                                  A possible posthumous artistic depiction of Yasuke, though as you’re about to find out, it also might not be.Few subjects around Japan attract more attention and fascination than the stories of the country’s ancient samurai class. Whether it’s because of their elegant swords, intricate armor, or ideology, there’s undoubtedly something about samurai which has captured the imaginations of countless

                                                                    Yasuke: African Samurai, Myth, or Neither?
                                                                  • Where Should Visual Programming Go? @ tonsky.me

                                                                    Where Should Visual Programming Go? There’s a wonderful article by Sebastian Bensusan: “We need visual programming. No, not like that.” (the dot is part of the title ¯\_(ツ)_/¯). In it, Sebastian argues that we shouldn’t try to replace all code with visual programming but instead only add graphics where it makes sense: Most visual programming environments fail to get any usage. Why? They try to rep

                                                                      Where Should Visual Programming Go? @ tonsky.me
                                                                    • Creation | anyon_e

                                                                      Creating a highly-integrated open-source laptop from scratch. Power in your hands. I do not think there is any thrill that can go through the human heart like that felt by the inventor as he sees some creation of the brain unfolding to success – Nikola Tesla It’s got a 4K AMOLED display, a Cherry MX mechanical keyboard, plays Minecraft at 4K, runs +7B LLMs, surfs the web, and has ~7h battery life.

                                                                        Creation | anyon_e
                                                                      • SpaceX Polaris Dawn spacewalk live: Jared Isaacman becomes first non-professional astronaut to walk in space

                                                                        'Earth sure looks like a perfect world': First non-professional astronauts walk in space Billionaire businessman Jared Isaacman becomes the first non-professional astronaut to walk in space "Back at home we all have a lot of work to do, but from here Earth sure looks like a perfect world," he says as he steps out into space Watch all the key moments here, including stunning views from Isaacman's h

                                                                          SpaceX Polaris Dawn spacewalk live: Jared Isaacman becomes first non-professional astronaut to walk in space
                                                                        • Game Bub: open-source FPGA retro emulation handheld

                                                                          I’m excited to announce the project I’ve been working on for the last year and a half: Game Bub, an open-source FPGA based retro emulation handheld, with support for Game Boy, Game Boy Color, and Game Boy Advance games. Play Video: Game Bub can play physical cartridges, as well as emulated cartridges using ROM files loaded from a microSD card. Game Bub also supports the Game Link Cable in both GB

                                                                            Game Bub: open-source FPGA retro emulation handheld
                                                                          • Introduction - Mergiraf

                                                                            Are you held back by conflicts? Then meet Mergiraf Mergiraf can solve a wide range of Git merge conflicts. That's because it's aware of the trees in your files! Thanks to its understanding of your language, it can often reconcile the needs of both sides. You can teach Mergiraf a new language in a completely declarative way. It's a nonviolent animal, so it prefers that over imperatives. Demo Config

                                                                            • ビヨンセ カントリーへ 「Texas Hold’Em」と「16 Carriages」対訳&解説|池城美菜子/Minako Ikeshiro

                                                                              ハウス・ミュージックのつぎはカントリー。※この記事は無料です。 ビヨンセの三部作『ルネッサンス』の第2幕は自らの故郷とアメリカ全土のルーツ・ミュージックでもあるカントリーに立ち戻ります。2024年2月のビッグニュースだった、先行の2曲「Texas Hold’Em」と「16 Carriages」というタイトルからして、サウスというか開拓時代の雰囲気をまとっています。 『ルネッサンス アクトⅠ』のツアーでは、並んでお揃いの振りで踊るラインダンスを取り入れた「エレクトリック・ブギー」(オリジナルはレゲエの女王、マーシャ様です)を取り入れ、グラミー賞ではカウボーイ・ハットとウエスタン・ブーツで現れ。 2月11日、アメリカで最高視聴率を記録するNFLの決勝戦、スーパーボウルに合わせて新曲をドロップしました。ビヨンセ、用意周到。カントリー専門局をめぐるトラブルはあったものの、無事にテイラー・スウィフト

                                                                                ビヨンセ カントリーへ 「Texas Hold’Em」と「16 Carriages」対訳&解説|池城美菜子/Minako Ikeshiro
                                                                              • A Mini Monitor for a Pi

                                                                                This post outlines how I used a small 2 inch display as a monitor for my pi. Where it can display tty terminals and X desktops and applications as if it was a normal screen connected over hdmi. My overall goal is to have a sort of handheld “console” that I can connect a keyboard to and use as a normal computer. This post implements the display functionality needed to fulfill part of the goal. I la

                                                                                  A Mini Monitor for a Pi
                                                                                • For B2B Generative AI Apps, Is Less More? | Andreessen Horowitz

                                                                                  We’ve watched large language models (LLMs) become mainstream over the past few years and have studied the implementations in the context of B2B applications. Despite some enormous technological advances and the presence of LLMs in the general zeitgeist, we believe we’re still only in the first wave of generative AI applications for B2B use cases. As companies nail down use cases and seek to build

                                                                                    For B2B Generative AI Apps, Is Less More? | Andreessen Horowitz