81 Matching Annotations
  1. Jan 2024
    1. I thing you are doing a very subtle mistake which will become fatal in long-term. Your strategy to take small steps that cover as much functionality as possible is reasonable, but it is necessary to be careful, as it leads to a critical state when there is too much little stuff built up without proper structure to support it.
    2. When the relations are implemented in the right way, they will simplify Gitlab, not make it more complex.
    3. That helps us keep GitLab simple as long as we can.
    1. One way is to have a very simple model of the same thing like Github and let users decide on the hierarchy of things. If Gitlab really want to go one step further and give users more then its really important simplicity is not killed in the process.
  2. Dec 2023
    1. its easy to get lost in complexity here, but i prefer to keep it simple: our *only* problem is overpopulation, which is caused by pacifism = civilization. *all* other problems are only symptoms of overpopulation. these "financial weapons of mass destruction" (warren buffett) have the only purpose of mass murder = to kill the 95% useless eaters. so yes, this is a "controlled demolition" aka "global suicide cult". most of us will die, but we are happy...

      financial weapons of mass destruction: the useful idiots believe that they can defeat risk (or generally, defeat death) by centralization on a global scale. they want to build a system that is "too big to fail" and which will "live forever". they use all kinds of tricks to make their slaves "feel safe" and "feel happy", while subconsciously, everything is going to hell in the long run. so this is just another version of "stupid and evil people trying to rule the world". hubris comes before the fall, nothing new. their system will never work, but idiots must try... because "fake it till you make it" = constructivism, mind over matter, fantasy defeats reality, ...

      the video and soundtrack are annoying, they add zero value to the monolog.

  3. Oct 2023
    1. "Iron Eyes" Cody (1904–1999)[79][80] – Born as Espera Oscar de Corti, and came to be known as "The Crying Indian". An Italian-American actor most well known for his appearance in a 1970's anti-littering commercial. Cody pretended to be from various tribes and denied his Italian heritage for the rest of his life.
  4. May 2023
  5. Apr 2023
  6. Feb 2023
    1. De UvA gaat voorlopig geen nieuwe onderzoekssamenwerkingen met Shell of soortgelijke bedrijven aan.

      UvA gaat voorlopig geen nieuwe onderzoekssamenwerkingen met Shell of soorgelijke bedrijven aan.

  7. Jan 2023
    1. The fate of Luetzerath embodies Germany's battle to ditch coal to meet its climate commitments and also keep the lights on following Russia's squeeze on gas supplies.

      Sky news on Luetzerath with strong picture

    1. Die Braunkohle unter dem Dorf Lützerath (Kreis Heinsberg) wird nicht benötigt, um die Energieversorgung in Deutschland sicherzustellen.

      Lützerath kohle nicht gebraucht

    1. Am 1. Dezember wurde im Bundestag der Deal des vorgezogenen Kohleausstiegs zwischen Robert Habeck, NRW-Ministerin Mona Neubaur und RWE-Chef Krebber angenommen(1).

      luetzerathlebt.info - aktuelle situation

    1. Wir sind die Initiative „Lützerath Lebt“ und mittlerweile seit circa zwei Jahren in Lützerath aktiv. Unser Protest vor Ort entstand als RWE im Juni 2020 die Landstraße (L277) zwischen Lützerath und Keyenberg abgerissen hat.

      Was ist Lützerath lebt?

  8. Dec 2022
    1. Imagine what happens when subscribers change activities, interests, or focus. As a result, they may no longer be interested in the products and services you offer. The emails they receive from you are now either ‘marked as read’ in their inbox or simply ignored. They neither click the spam reporting button nor attempt to find the unsubscribe link in the text. They are no longer your customers, but you don’t know it.
  9. Nov 2022
    1. If you want a queueing system that uses X, use a queuing system that uses X! Sidekiq's mantra is simple and efficient. Redis is both. Abstracting data storage is neither.
  10. Aug 2022
  11. Apr 2022
  12. Sep 2021
    1. For me, using Google Keep has become an Edwardsian notebook of its own right.

      However, this depends on Google "keeping" your notes for the long-haul. Given their propensity to discontinue projects, that seems hazardous. At least Hypothesis provides a mechanism that's more open: i'm not sure whether it can be considered stable and secure for the long-term.

  13. Apr 2021
  14. Feb 2021
    1. step :direct_debit

      I don't think we would/should really want to make this the "success" (Right) path and :credit_card be the "failure" (Left) track.

      Maybe it's okay to repurpose Left and Right for something other than failure/success ... but only if we can actually change the default semantic of those signals/outputs. Is that possible? Maybe there's a way to override or delete the default outputs?

    2. This connects the failure output to the previous task, which might create an infinity loop and waste your computing time - it is solely here for demonstrational purposes.
  15. Nov 2020
    1. For example, your application should work offline, but it doesn’t mean that you must set-up a background queue or store your data in a persistent storage – a offline message (e.g. “You’re offline, check your network status.”) is enough.
    1. However, this coalescing was very complicated, both in the specification and implementations, due to the dynamism of computed property names for accessors. Coalescing was a big source of overhead (e.g., in terms of code size) in polyfill implementations of "Stage 2" decorators.
    1. This is Sass based, and therefore doesn't require Svelte components

      Just because we could make Svelte wrapper components for each Material typography [thing], doesn't mean we should.

      Compare:

      • material-ui [react] did make wrapper components for typography.

        • But why did they? Is there a technical reason why they couldn't just do what svelte-material-ui did (as in, something technical that Svelte empowers/allows?), or did they just not consider it?
      • svelte-material-ui did not.

        • And they were probably wise to not do so. Just reuse the existing work from the Material team so that there's less work for you to keep in sync and less chance of divergence.
  16. Oct 2020
    1. I don't want Svelte to go out of its way to try to catch all these edge cases. It would require lots of fragile heuristics in the compiler. I want a solid compiler I can trust, not something magic but often out of service. I want it the simplest possible.
    1. One of the primary tasks of engineers is to minimize complexity. JSX changes such a fundamental part (syntax and semantics of the language) that the complexity bubbles up to everything it touches. Pretty much every pipeline tool I've had to work with has become far more complex than necessary because of JSX. It affects AST parsers, it affects linters, it affects code coverage, it affects build systems. That tons and tons of additional code that I now need to wade through and mentally parse and ignore whenever I need to debug or want to contribute to a library that adds JSX support.
    1. However, if you want to create a backend API that is meant to be consumed only by your frontend, then you don't need REST nor GraphQL — RPC, such as Wildcard, is enough.
  17. Sep 2020
    1. Your styles are scoped to the component. No more leakage, no more unpredictable cascade.
    2. It's fashionable to dislike CSS. There are lots of reasons why that's the case, but it boils down to this: CSS is unpredictable. If you've never had the experience of tweaking a style rule and accidentally breaking some layout that you thought was completely unrelated — usually when you're trying to ship — then you're either new at this or you're a much better programmer than the rest of us.
    3. It gets worse when you're working on a team. No-one dares touch styles authored by someone else, because it's often unclear what they're doing, what markup they apply to, and what disasters will unfold if you remove them. The consequence of all this is the append-only stylesheet. There's no way of knowing which code can safely be removed, so it's common to undo some existing style with another, more specific style — even on relatively small projects.
  18. Jul 2020
    1. "AOO is not, and isn't designed to be, the 'super coolest open source office suite with all the latest bells and whistles,'" Jagielski continued. "Our research shows that a 'basic,' functional office suite, which is streamlined with a 'simple' and uncluttered, uncomplicated UI, serves an incredible under-represented community.
    1. A simplified pricing and packaging (PnP) strategy serves customers in the optimal way per the industry best practice. More SKUs lead to a more complex PnP model as a company scales, which eventually causes huge confusion to customers.
  19. May 2020
  20. www.kickstarter.com www.kickstarter.com
  21. Apr 2020
    1. The extra “space” from vertical navigation might encourage some designers to go overboard and clutter the navigation menu; as with top, horizontal navigation, stick to only the top four or five links within the site.
    1. I don't think this is a common enough use case to warrant this change (which would need documentation and tests if it were to be accepted). Overall, the goal has been to simplify the validators, and prune out edge cases. This use case can be easily accomplished by just using a method instead.
    1. Markdown provides shorthand for the most common features of HTML. One of its best features is that you can always fallback to the full syntax for HTML. This includes doing things that aren't included in markdown. Personally, I like that markdown is concise and includes very little fluff. It makes it easier to learn the whole set of shorthand. This is particularly important if you expect someone else to read your code later.

      One of its best features is that you can always [fall back[ to the full syntax for HTML.

      See rebuttal below.

    1. minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
    1. Don't use it! Writing simple assertions (and Minitest way of transforming them to expectations) is almost always a better idea anyway. Work with your favourite library authors to start with assertions and add matchers for convenience and not the other way around. Keep it simple.
  22. Mar 2020
    1. I discuss the flaws of this in regards to spreadsheets in Spreadsheets Are Sabotaging Your Business. In brief, when people inevitably started using the more complex formulas available, they unknowingly broke the fundamental design concept of paper spreadsheets: that humans can understand what’s happening between the cells.
  23. Dec 2017
    1. Irwin Consulting Services Review - Keep your home and family safe against wildfires with these tips

      The wildfires reported this year conclude some of the biggest wildfires happened in different areas such as in Los Angeles, British Columbia, and Montana. Wildfires can leave a lot of destroyed homes and properties and even fatalities fast. Its furious flames can spread out on a large scale, making it difficult for firefighters and local authorities to get rid of it. It is often terrifying to witness a huge natural calamity taking place within your area and its results were indeed distressing to see. A wildfire and the path that it is going to take can’t be accurately predicted, which calls for utmost preparation to every household to avoid such grave danger.

      But despite this, local authorities and various organizations from many places around the globe are committed to keeping the public safe from the threats of natural calamities. Irwin Consulting Services also belong to those who work hard for the public safety. This post was specifically prepared by them to help every household in keeping their home safe from wildfires.

      Make adjustments to your roofs

      Think about having rated “A” fire-resistant roofs to further protect your home. Roofs are undeniably the weak-spot of a house when it comes to fires so you must begin making better adjustments on it first. You must also clean the roof on a regular basis to avoid a lot of dead leaves piling up the place and being a fuel to fires.

      Create changes to your windows

      To better protect your home, your windows should be upgraded to become stronger against fires as well. Choose heat-resistant materials in doing upgrades to your windows. A wildfire that is not yet reaching your home can already show its effects through its extreme heat. That heat can enter the windows and create a fire on drapes and nearby furniture already. Irwin Consulting Services would like you to have fire-rated glasses on your windows and non-combustible shutters too.

      Settle on a good location

      Choose a convenient location to spend the rest of your lives with your family. Make sure that it is a safe neighborhood and is not prone to frequent fires. You are advised to conduct a thorough research to determine the best location for your family.

      Put some modifications on the site layout

      Ensure at least 30 meters of distance and incombustible material between the green lands and your home by having wider driveways, patios and low-growing fire-retardant plants. This way, you’re also helping firefighters in bringing their heavy and big equipment near your house in case of fire emergencies.

      Maintain a clean surrounding around the green areas

      Gather dead and decaying wood and put them away because such can fuel a fire. Get rid of fallen and dead branches too. Think about cutting the branches that were too close to your roof or overhangs it. Make cleaning around the green areas around your home a habit.

      Be wary of embers

      Eaves and vents openings were the most susceptible parts to flying embers. Once the embers entered through those parts, it could start a fire inside your home. In order to better protect your house, screen those openings and make sure they were properly maintained. Do not forget about cleaning the gutters as well.

      Protect your home and your family to the best of your ability and always be prepared for immediate dangers of natural calamities. Trust organizations such as Irwin Consulting Group in helping local authorities in making sure of a safe neighborhood. But aside from their expertise, self-preparation and readiness could save and protect your entire family as well.

  24. May 2017
  25. Apr 2017
    1. The open learning movement is based on a set of beliefs shared by a wide range of academics (Westera, 1999; Barianiu

      Still relevant - like this paragrpah

  26. Mar 2017
    1. The very scientific ideals of an "imper-!;CUJ,\~ sonal'' terminology can contribute ironically to ~tv., such disaster: for it is but a step from treating I · o· ,~. inanimate nature as mere "things" to treating ani-(.M,"J" t4"'\~ mals, and then enemy peoples, as mere things

      This also reminds me of common appeals to the humanities: we need the humanities because we don't want science to get out of control and forget the very human consequences of advancements and experiments, such as war technology.

  27. Oct 2016
  28. Aug 2016
    1. But those crying the loudest to stop the lock-out laws fail to provide an adequate alternative.

      Response piece "No Surprise The Young Don't Support Lock-Out Laws" (31 Aug 2016) at Stony Roads mentions this statement.

      There are some terrible personal opinions in this article that really push a tired and very under constructive rhetoric.

      'Those crying the loudest to stop the lock-out laws fail to provide an adequate alternative'.

      This quote alone shows a lack of research into Matt Barrie's 70 page submission, any consideration into the views of the people who went to the effort of writing 1 of the 1,856 submissions to State parliament, or simply the lack of effort to type in google, 'alternative solutions to lockout laws'.

      The reference to "Matt Barrie's 70 page submission" can be supposed as that included in the article posted by Matt Barrie on LinkedIn, "The death of Sydney's nightlife and collapse of its night time economy" (03 April 2016), submission titled "A Detailed Submission to the Callinan Inquiry on Liquor Laws". That submission/article is mainly about the circumstances under which the lock-out laws were proposed and enacted, as well as the results of those laws so far (with considerable detail on political and statistical manipulations and misrepresentations), and not so much about providing alternatives, however it does suggest that the lock-out laws themselves are far from an adequate solution.

      Note that Matt Barrie's submission was covered fairly well by the SMH in their own article, "Sydney lockout laws a dismal failure, Matt Barrie writes in 70-page submission" (04 April 2016). The article by Jennifer Duke this annotation is for is, by stark contrast, little more than anecdotal or purely "personal opinion".

      The group named Keep Sydney Open is probably representative of "those crying the loudest", having organised public rallies attended by many thousands of people (estimates of 10,000 to 15,000). The Huffington Post interviewed spokesperson, Tyson Koh, for the article "Sydney Lockout Laws Have Had A 'Massive Effect' On Community, Jobs" (13 Feb 2016):

      Koh pointed to a number of alternate strategies used in places like New York, Vancouver and Amsterdam to combat late-night violence.

      Twenty four-hour public transport, more visible policing in nightlife precincts, staggered venue closing times and introducing later dining and retail hours all had merit, he said.

      "There's a lot of things that are available to us that will improve safety and enable people to go out to all hours."