並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 65 件 / 65件

新着順 人気順

back to workの検索結果41 - 65 件 / 65件

  • Build your own SQLite, Part 1: Listing tables

    As developers, we use databases all the time. But how do they work? In this series, we'll try to answer that question by building our own SQLite-compatible database from scratch. Source code examples will be provided in Rust, but you are encouraged to follow along using your language of choice, as we won't be relying on many language-specific features or libraries. As an introduction, we'll implem

      Build your own SQLite, Part 1: Listing tables
    • Announcing wcurl: a curl wrapper to download files | Samuel Henrique (samueloph)

      tl;dr Whenever you need to download files through the terminal and don't feel like using wget: wcurl example.com/filename.txt Manpage: https://manpages.debian.org/unstable/curl/wcurl.1.en.html Availability (comes installed with the curl package): Debian unstable - Since 2024-07-02 Debian testing - Coming up between the second and third week of July 2024. Debian 12/bookworm backports - As soon as t

        Announcing wcurl: a curl wrapper to download files | Samuel Henrique (samueloph)
      • Julian Assange pleads guilty in court on US Pacific island

        By Jonathan Head, BBC News, Saipan, Northern Mariana Islands Wikileaks founder Julian Assange has pleaded guilty in a US court under a deal allowing him to walk free following a 14-year legal battle. He entered the formal plea to a single charge in the Northern Mariana Islands, an American territory in the Pacific, two days after leaving a British prison. In return, he was sentenced to time alread

          Julian Assange pleads guilty in court on US Pacific island
        • Vulnerabilities in VPNs: Paper presented at the Privacy Enhancing Technologies Symposium 2024 - The Citizen Lab

          The annual Privacy Enhancing Technologies Symposium (PETS) 2024 is underway in Bristol, UK and online, a gathering of privacy experts from around the world to discuss recent advances and new perspectives on research in privacy technologies. On July 16, former Citizen Lab Open Technology Fund (OTF) Information Controls Fellowship Program fellow Benjamin Mixon-Baca will be presenting “Attacking Conn

            Vulnerabilities in VPNs: Paper presented at the Privacy Enhancing Technologies Symposium 2024 - The Citizen Lab
          • Biden under new pressure from top Democrats as Covid halts campaign

            Biden under new pressure from top Democrats as Covid halts campaign President Joe Biden faces new questions over his candidacy in the November election - with his campaign events currently on pause due to a Covid-19 infection. The top two Democrats in the US Congress, Senate Majority Leader Chuck Schumer and House Minority Leader Hakeem Jeffries, are both reported to have met him individually to e

              Biden under new pressure from top Democrats as Covid halts campaign
            • Codification, Technology Absorption, and the Globalization of the Industrial Revolution

              NBER WORKING PAPER SERIES CODIFICATION, TECHNOLOGY ABSORPTION, AND THE GLOBALIZATION OF THE INDUSTRIAL REVOLUTION Réka Juhász Shogo Sakabe David Weinstein Working Paper 32667 http://www.nber.org/papers/w32667 NATIONAL BUREAU OF ECONOMIC RESEARCH 1050 Massachusetts Avenue Cambridge, MA 02138 July 2024 We give special thanks to Chris Meissner and John Tang for sharing their trade data for Belgium an

              • It’s not just you, Next.js is getting harder to use

                It’s not just you, Next.js is getting harder to use I wrote a blog post the other day about how Next.js Middleware can be useful for working around some of the restrictions imposed by server components. This led to some fun discussions in the world about whether this was a reasonable approach or if Next.js DX was just... bad. From my perspective, Next.js’ App Router has two major problems that mak

                  It’s not just you, Next.js is getting harder to use
                • Entering text in the terminal is complicated

                  The other day I asked what folks on Mastodon find confusing about working in the terminal, and one thing that stood out to me was “editing a command you already typed in”. This really resonated with me: even though entering some text and editing it is a very “basic” task, it took me maybe 15 years of using the terminal every single day to get used to using Ctrl+A to go to the beginning of the line

                  • 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?
                    • An Experienced (Neo)Vimmer's Workflow

                      I know people will ask, so here they are: SeniorMars’ Dotfiles. Moreover, I will be assuming you are using Neovim 0.10! Improving the (Neo)Vim Experience Although, I stated this was not for beginners, I still need to point out the fundamentals. Without these, I would not consider neovim to even approach the basics of a PDE. If you think this is too basic, then you can skip this section – I promise

                      • 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
                        • A critical review of Marketing Mix Modeling — From hype to reality

                          Context Most companies spend large chunks of their budget on marketing. Often, without knowing the return of that investment. Marketing Mix Modeling has been promoted as the one method to shed light on the effect of marketing. Not quite coincidentally, this is mainly supported by people that have a self-serving interest to advocate MMM. Opposing standpoints are few and far between. In this post, I

                          • The JRuby Blog : Independence Day

                            Published by Charles Oliver Nutter on July 03, 2024 All Good Things… Hello Ruby and JRuby friends! I have some exciting news! As they say, all good things must come to an end, and so it is with our sponsorship from Red Hat. We recently received notice that after 12 years of support, JRuby funding at Red Hat would conclude. Recent reorganization has changed priorities, and unfortunately there’s no

                            • Intel Vs. Samsung Vs. TSMC

                              Foundry competition heats up in three dimensions and with novel technologies as planar scaling benefits diminish. The three leading-edge foundries — Intel, Samsung, and TSMC — have started filling in some key pieces in their roadmaps, adding aggressive delivery dates for future generations of chip technology and setting the stage for significant improvements in performance with faster delivery tim

                                Intel Vs. Samsung Vs. TSMC
                              • Inside a 1 dollar radar motion sensor | Maurycy's blog

                                I recently got some cheap RCWL-0516 microwave motion sensors, mostly because I was wondering how China managed to make a radar for under a dollar: Click for mirrored back view Getting one working was quite easy, I just connected the VIN pin to 5 volts, GND to ground, and added a 1 uF decoupling capacitor on the 3V3 pin. When someone moves within ~5 meters, the OUT pin goes up to 3 volts for 3 seco

                                • How fast is javascript? Simulating 20,000,000 particles

                                  How fast is javascript? Simulating 20,000,000 particles The challenge, simulate 1,000,000 particles in plain javascript at 60 fps on a phone using only the cpu. Let’s go. Ok, this is not a particularly difficult challenge if you did all the work on a gpu but the rule of the challenge is to use the CPU only or as much as possible and to stay in js land so no wasm. I know what you are thinking. This

                                  • Jailbreaking RabbitOS: Uncovering Secret Logs, and GPL Violations | Blog

                                    Welcome to my ::'########::'##::::::::'#######:::'######::: :: ##.... ##: ##:::::::'##.... ##:'##... ##:: :: ##:::: ##: ##::::::: ##:::: ##: ##:::..::: :: ########:: ##::::::: ##:::: ##: ##::'####: :: ##.... ##: ##::::::: ##:::: ##: ##::: ##:: :: ##:::: ##: ##::::::: ##:::: ##: ##::: ##:: :: ########:: ########:. #######::. ######::: ::........:::........:::.......::::......:::: CTF writeups, prog

                                    • Visual Studio Code June 2024

                                      Version 1.91 is now available! Read about the new features and fixes from June. June 2024 (version 1.91) Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the June 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Preview: Incoming/Outgoing changes graph -

                                        Visual Studio Code June 2024
                                      • How to think in writing

                                        The reason I've spent so long establishing this rather obvious point [that writing helps you refine your thinking] is that it leads to another that many people will find shocking. If writing down your ideas always makes them more precise and more complete, then no one who hasn't written about a topic has fully formed ideas about it. And someone who never writes has no fully formed ideas about anyt

                                          How to think in writing
                                        • How To Improve Your Microcopy: UX Writing Tips For Non-UX Writers — Smashing Magazine

                                          Not all companies can afford to hire a full-time UX writer (or are mature enough to consider it yet). As a result, UX writing is often outsourced to team members who may not have sufficient expertise in working with text, such as UX designers and product managers, or to the content or marketing team, who may lack expertise in UX. Meanwhile, interface copy plays a crucial role in the overall user e

                                            How To Improve Your Microcopy: UX Writing Tips For Non-UX Writers — Smashing Magazine
                                          • Understanding Amazon Aurora MySQL storage space utilization | Amazon Web Services

                                            AWS Database Blog Understanding Amazon Aurora MySQL storage space utilization Amazon Aurora is a fully managed relational database service designed to provide the performance, scalability, and availability of high-end commercial databases while offering the simplicity and cost-effectiveness of open-source databases. Amazon Aurora MySQL-Compatible Edition is wire-compatible with MySQL making it an

                                              Understanding Amazon Aurora MySQL storage space utilization | Amazon Web Services
                                            • The sad state of property-based testing libraries

                                              The sad state of property-based testing libraries Posted on Jul 2, 2024 Property-based testing is a rare example of academic research that has made it to the mainstream in less than 30 years. Under the slogan “don’t write tests, generate them” property-based testing has gained support from a diverse group of programming language communities. In fact, the Wikipedia page of the original property-bas

                                              • research!rsc: Hash-Based Bisect Debugging in Compilers and Runtimes

                                                Setting the Stage Does this sound familar? You make a change to a library to optimize its performance or clean up technical debt or fix a bug, only to get a bug report: some very large, incomprehensibly opaque test is now failing. Or you add a new compiler optimization with a similar result. Now you have a major debugging job in an unfamiliar code base. What if I told you that a magic wand exists

                                                • Fingerprints match; Guo Hua Ping is Mayor Guo

                                                  The National Bureau of Investigation has confirmed that Bamban Mayor Alice Guo and Chinese passport holder Guo Hua Ping have the same fingerprints. Documents earlier released by Sen. Sherwin Gatchalian include a passport presented by Guo’s supposed parents when they applied for a special investor’s resident visa and an ID picture attached to the SIRV. MANILA, Philippines — The fingerprints of susp

                                                    Fingerprints match; Guo Hua Ping is Mayor Guo
                                                  • Panic! at the Tech Job Market

                                                    Panic! at the Job Market “I have the two qualities you require to see absolute truth: I am brilliant and unloved.” ready for another too-long article about personal failure while blaming the world for our faults? let’s see where we end up with 7,000 9,000 10,000 11,500 words this time1. this post is sponsored by me trying to not get evicted. funding appreciated: https://github.com/sponsors/mattsta