Skip to content
Menu
Open World News Open World News
  • Privacy Policy
Open World News Open World News

Category: News

Generating Documentation for Your Rails API: I Build My Own Tool.

Posted on July 29, 2024 by Michael G
Read more.

NotMyFault: Microsoft’s tool to create BSoDs

Posted on July 29, 2024 by Michael G
Blue screens of death are not exactly in short supply on Windows machines lately, but what if you really want to cause your own kernel panic or complete system crash, just because you love that shade of crashy blue? Well, there’s a tool for that called NotMyFault, developed by Mark Russinovich as part of Sysinternals. NotMyFault is a tool that you can use to crash, hang, and cause kernel memory leaks on your Windows system. It’s useful for learning how to identify and diagnose device driver and hardware problems, and you can also use it to generate blue screen dump files on misbehaving systems. The download file includes 32-bit and 64-bit versions, as well as a command-line version that works on Nano Server. Chapter 7 in Windows Internals uses NotMyFault to demonstrate pool leak troubleshooting and Chapter 14 uses it for crash analysis examples. ↫ Mark Russinovich Using this tool, you can select exactly what kind of crash you want to cause, and after clicking the Crash button, your Windows computer will do exactly as it’s told and crash with a lovely blue screen of death. It comes in both a GUI and CLI version, and the latter also works on minimal Windows installations that don’t have the Windows shell installed. A tool like this may seem odd, but it can be particularly useful in situations where you’re trying to troubleshoot an issue, and to learn how to properly diagnose crashes. Or, you know, you can use it to create a panic at your workplace.

넘지 못한 프로 바둑 기사의 벽, 두 번째 인생 준비하는 도전학생! | [Re: open] 성적을 부탁해 티처스…

Posted on July 28, 2024 by Michael G

바둑을 향한 꿈을 뒤로하고,
공부에 올인하는 도전학생

#티처스 #조정식 #정승제 #명지희 #바둑 #독립

학생들의 인생을 바꿔줄 단 한번의 기회
[성적을 부탁해 티처스] 매주 일요일 저녁 7시 50분 방송

Robotic Starter Kit For Arduino Programming with ESP32

Posted on July 28, 2024 by Michael G
Robotic Starter Kit For Arduino Programming with ESP32 Cam and Codes, Learning and Develop Skill Smart Automation Complete Kit

OS 3 MACETES 2 (DJ Blakes)

Posted on July 28, 2024 by Michael G
#writethisdown #oldschool #rap #GangstaShit
#selfmade #oldschool #rap #remix #hiphop #writethisdown

Capital Smart City Islamabad | Overseas West | Tax Free Block | Open for Booking!

Posted on July 28, 2024 by Michael G
Capital Smart City proudly announces the launch of Overseas West, a tax-free block adjacent to DHA Gandhara with a dedicated interchange. Own a 5 Marla plot for just PKR 2,990,000, with a down payment of PKR 299,000 and a convenient 4.5-year installment plan. These exclusive prices are available for a limited time only. Don’t miss out—call us now at 0335-0000360 to book your plot and be a part of this prestigious community!

How to Move WordPress from Local Server to Live Website

Posted on July 28, 2024 by Michael G
Online Learning video

Wim Leers: XB week 9: front-end locomotive gathering steam

Posted on July 28, 2024 by Michael G

Experience Builder (XB) allows crafting an experience using components. A tree of components. Except that until now, the XB field type does not yet support storing a tree — we had to start somewhere! Ted “tedbow” Bowman landed #3455728: FieldType: Support storing component trees instead of lists. Next up on this front: before we start actually storing trees, we need thorough validation — Ted’s tackling that next. This will allow us to confidently store trees of components (by putting components in other components’ slots), and then finally put to good use the oldest MR the XB project currently has: Kyle “ctrlADel” Einecker’s MR that adds representative set of Single-Directory Components.

An important XB config management piece landed this week: #3452397: Allow specifying default props values when opting an SDC in for XB, started by Feliksas “f.mazeikis” Mazeikis, finished by me because it blocked next steps and Felix was temporarily reallocated to work on something other than XB — #3460232: Support props defaults that have content dependencies: avoid File content entity dependencies is the next step and is the first thing Felix will work on upon his return.

Thanks to Lee “larowlan” Rowlands finding the time to review #3453152: Centralize & standardize logic for constructing PropSource objects + kernel test coverage, now that landed at last, which doesn’t set everything straight, but is a massive improvement compared to the PoC-y origins of PropSource. In the short term, the most urgent next step is #3461490: Document the current JSON-based data model, and describe in an ADR.

On the front end side, Jesse “jessebaker” Baker contributed a diagram to visualize how he envisions the UI will work:

Wim Leers: XB week 9: front-end locomotive gathering steam
Initial version of a diagram of the UI’s architecture as envisioned by Jesse Baker. We’ll update this along the way.

And Harumi “hooroomoo” Jang landed the initial implementation of the top bar, a week after the design was available:

XB top bar mid-fi design.
The top bar’s mid-fidelity design. Going forward, every issue changing the UI will have to include a screenshot of the updated UI — that will make it easier for anybody to follow along!

To make UI work like Harumi’s go faster, I made CI faster for people working only on the UI: no need to run PHP-related CI jobs then, and after Ben “bnjmnm” Mullins pointed it out, I added an explicit CI job to flag when npm run build fails — because until now only the Cypress CI job would fail, which seemed to suggest that is where the problem was — oops!

In progress

That was all that landed this week, but there’s a lot of things in progress. Here are the most notable ones:

  • Superficially boring, but very important for velocity: Lee filed #3452585: CI: Cypress test infrastructure clean-up: split in cypress E2E + cypress unit CI jobs waaaaay back, on June 5! I started pushing that forward to help the people focused on the front end (Jesse, Ben & Harumi) go faster — didn’t land yet, but was getting close. It’s now tantalizingly close.
  • @fazilitehreem started working on #3459249: Allow opening the contextual menu by right clicking a component!
  • Ben is making good progress on a truly mind-blowing MR — where he’s using a subset of the JSX theme engine 1 to render existing Field Widgets using the existing Twig templates … but using JSX equivalents for a select subset of those templates, to achieve native integration with React for existing Field Widgets, which in turn will enable real-time updates of the preview.
    This approach allows mixing of JSX and Twig templates, and functionality such as vanilla Drupal JS behaviors and form alters continue to work for both Twig- and JSX– rendered markup.
    If that tickled your brain or blew your mind, there’s more to come! There’s a lot of moving parts, but the intent of XB is to bring the entire existing ecosystem along for the superior ride, and this is an important part of that.

Missed a prior week? See all posts tagged Experience Builder.

Goal: make it possible to follow high-level progress by reading ~5 minutes/week. I hope this empowers more people to contribute when their unique skills can best be put to use!

For more detail, join the #experience-builder Slack channel. Check out the pinned items at the top!

Finally, the design locomotive is now going full steam ahead:

  • #3460783: Implement component states
  • #3461035: Component drag handle
  • #3460955: Component name badge above component preview
  • #3460958: Allow users to name components for the specific context
  • #3460952: Implement add section and add element buttons
  • #3460042: Implement search functionality to the primary menu

In closing, catch asked a few very good fundamental questions — these are the kinds of questions that we all need to try to articulate: not about implementation details, but about potential gaps/oversights in the product requirements.

Thanks to Ben and Lauri for reviewing this!


  1. This theme engine was built by Ben, Harumi and Alex “effulgentsia” Bronstein long before XB even was in the picture! ↩︎

  • Drupal
  • Acquia
  • Experience Builder
  • Image icon XB top bar mid-fi design.
  • Image icon Initial version of a diagram of the UI’s architecture.

Keyestudio Mini Tank Robot V3.0 For Arduino Robot Car Kit DIY

Posted on July 27, 2024 by Michael G
Keyestudio Mini Tank Robot V3.0 For Arduino Robot Car Kit DIY Programmable STEM Toys IR Remote Control App Control
Multiple functions: tracking
Confinement, line tracking, fire extinguishing, light following, IR and BT remote control, speed control and so on.Easy to build: assemble the robot with some parts..High tenacity: Aluminum alloy brackets, metal motors, high quality.
High extension: connect many sensors and modules through motor driver shield and LEGO parts.Multiple controls: IR remote control, App control(iOS and Android system).Basic programming:C language code of Arduino IDE.
During the assembly process, you can see its multiple functions like light following, line tracking, IR and BT remote control, speed adjustment, and so on. Additionally, some small parts can help you assemble the robot car.
raspberry pi robot,raspberry pi,smart robot car kit,robot,how to make raspberry pi robot,raspberry pi robot car,raspberry pi ai robot,raspberry pi project, smart robot car,smart robot,raspberry pi robot kit,adept raspberry pi tutorials, raspberry pi crab robot, raspberry pi car kit,raspberry pi smart car, raspberry pi car,smart,Arduino robot car, smartphone controlled robot, smart car,raspberry pi tracking car, raspberry,raspberry pi pico kit

Apple Pay – C’est la fin. (En France)

Posted on July 27, 2024 by Michael G
Pour parler de la vidéo avec des gens passionnés tech : / discord

Mon setup COMPLET (PC / Caméra / Autres) : http://textup.fr/248446PT

Si vous voulez me soutenir, vous pouvez le faire en achetant vos produits technologiques avec ce lien : https://leotechmaker.com/me-soutenir
(Vous ça ne vous change rien au prix de ce que vous achetez, moi je récupère un % de la vente, merci ❤️❤️)

SUIVEZ MOI ICI PARTOUT POUR NE JAMAIS ARRÊTER D’APPRENDRE !
—————————————————
Twitter: / leotechmaker
Instagram: / leotechmaker
TikTok: / leotechmaker
Twitch: / leotechmaker

Mon extension Chrome à installer ABSOLUMENT : http://leotechmaker.com/addon

Si tu es descendu jusque-là, n’oublie pas de liker la vidéo, après tout, t’as bien cliqué sur “en voir plus”, tu peux bien utiliser un clic de plus…

  • Previous
  • 1
  • …
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • …
  • 821
  • Next

Recent Posts

  • Qwen3-Coder
  • Open Source is Back
  • An easy way to develop Home Assistant integrations
  • SmartEsq has launched an AI-powered MFN Election tool
  • Open Source email Clients

Categories

  • Android
  • Linux
  • News
  • Open Source
©2025 Open World News | Powered by Superb Themes
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT