Tumgik
#rc march 2024 update
justanotherrcblog · 1 month
Text
Tumblr media Tumblr media
64 notes · View notes
this-week-in-rust · 28 days
Text
This Week in Rust 541
Hello and welcome to another issue of This Week in Rust! Rust is a programming language empowering everyone to build reliable and efficient software. This is a weekly summary of its progress and community. Want something mentioned? Tag us at @ThisWeekInRust on Twitter or @ThisWeekinRust on mastodon.social, or send us a pull request. Want to get involved? We love contributions.
This Week in Rust is openly developed on GitHub and archives can be viewed at this-week-in-rust.org. If you find any errors in this week's issue, please submit a PR.
Updates from Rust Community
Official
Announcing Rust 1.77.1
Changes to u128/i128 layout in 1.77 and 1.78
Newsletters
This Week In Bevy: 2d Lighting, Particle Systems, Meshlets, and more
Project/Tooling Updates
Dioxus 0.5: Signal Rewrite, Remove lifetimes, CSS Hotreloading, and more!
EtherCrab 0.4.0: Pure Rust EtherCAT, now with Distributed Clocks
nethsm 0.1.0 - first release for this high level library for the Nitrokey NetHSM
BugStalker v0.1.3 released - first release of rust debugger
git-cliff 2.2.0 is released! (highly customizable changelog generator)
Observations/Thoughts
On Reusing Arc and Rc in Rust
Who killed the network switch?
Xr0 Makes C Safer than Rust
Easy Mode Rust
Bashing Bevy To Bait Internet Strangers Into Improving My Code
Conway's Game of Life Through Time
Functions Everywhere, Only Once: Writing Functions for the Everywhere Computer
Rust Bytes: Is Rust the Future of JavaScript Tooling?
Explaining the internals of async-task from the ground up
Programming ESP32 with Rust: OTA firmware update
Fast Development In Rust, Part 2
Rust Walkthroughs
Modelling Universal Domain Types in Rust
[video] developerlife.com - Get started with unit testing in Rust
Research
Rust Digger: More than 14% of crates configure rustfmt. 35 Have both rustfmt.toml and .rustfmt.toml
Miscellaneous
Building a Managed Postgres Service in Rust: Part 1
Beware of the DashMap deadlock
Embedded Rust Bluetooth on ESP: BLE Client
Rust Unit and Integration Testing in RustRover
[podcast] cargo-semver-checks with Predrag Gruevski — Rustacean Station
[video] Data Types - Part 3 of Idiomatic Rust in Simple Steps
[video] Deconstructing WebAssembly Components by Ryan Levick @ Wasm I/O 2024
[video] Extreme Clippy for new Rust crates
[video] [playlist] Bevy GameDev Meetup #2 - March 2024
Building Stock Market Engine from scratch in Rust (I)
Crate of the Week
This week's crate is cargo-unfmt, a formatter that formats your code into block-justified text, which sacrifices some readability for esthetics.
Thanks to Felix Prasanna for the self-suggestion!
Please submit your suggestions and votes for next week!
Call for Testing
An important step for RFC implementation is for people to experiment with the implementation and give feedback, especially before stabilization. The following RFCs would benefit from user testing before moving forward:
No calls for testing were issued this week.
If you are a feature implementer and would like your RFC to appear on the above list, add the new call-for-testing label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature need testing.
Call for Participation; projects and speakers
CFP - Projects
Always wanted to contribute to open-source projects but did not know where to start? Every week we highlight some tasks from the Rust community for you to pick and get started!
Some of these tasks may also have mentors available, visit the task page for more information.
greptimedb - Support specifying time ranges in the COPY FROM statement to avoid importing unwanted data
greptimedb - Support converting UNIX epoch numbers to specified timezone in to_timezone function
mirrord - Capability to modify the local listen address
mirrord - Fix all check-rust-docs warnings
Hyperswitch - [REFACTOR]: Remove Default Case Handling - Braintree
Hyperswitch - [REFACTOR]: Remove Default Case Handling - Fiserv
Hyperswitch - [REFACTOR]: Remove Default Case Handling - Globepay
If you are a Rust project owner and are looking for contributors, please submit tasks here.
CFP - Speakers
Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker.
* RustConf 2024 | Closes 2024-04-25 | Montreal, Canada | Event date: 2024-09-10 * RustLab 2024 | Closes 2024-05-01 | Florence, Italy | Event date: 2024-11-09 - 2024-11-11 * EuroRust 2024| Closes 2024-06-03 | Vienna, Austria & online | Event date: 2024-10-10 * Scientific Computing in Rust 2024| Closes 2024-06-14 | online | Event date: 2024-07-17 - 2024-07-19 * Conf42 Rustlang 2024 | Closes 2024-07-22 | online | Event date: 2024-08-22
If you are an event organizer hoping to expand the reach of your event, please submit a link to the submission website through a PR to TWiR.
Updates from the Rust Project
431 pull requests were merged in the last week
CFI: (actually) check that methods are object-safe before projecting their receivers to dyn Trait in CFI
CFI: abstract Closures and Coroutines
CFI: fix drop and drop_in_place
CFI: fix methods as function pointer cast
CFI: support calling methods on supertraits
add a CurrentGcx type to let the deadlock handler access TyCtxt
add basic trait impls for f16 and f128
add detection of (Partial)Ord methods in the ambiguous_wide_pointer_comparisons lint
add rust-lldb pretty printing for Path and PathBuf
assert that ADTs have the right number of args
codegen const panic messages as function calls
coverage: re-enable UnreachablePropagation for coverage builds
delegation: fix ICE on wrong Self instantiation
delegation: fix ICE on wrong self resolution
do not attempt to write ty::Err on binding that isn't from current HIR Owner
don't check match scrutinee of postfix match for unused parens
don't inherit codegen attrs from parent static
eagerly instantiate closure/coroutine-like bounds with placeholders to deal with binders correctly
eliminate UbChecks for non-standard libraries
ensure std is prepared for cross-targets
fix diagnostics for async block cloning
fixup parsing of rustc_never_type_options attribute
function ABI is irrelevant for reachability
improve example on inserting to a sorted vector to avoid shifting equal elements
in ConstructCoroutineInClosureShim, pass receiver by mut ref, not mut pointer
load missing type of impl associated constant from trait definition
make TyCtxt::coroutine_layout take coroutine's kind parameter
match ergonomics 2024: implement mutable by-reference bindings
match lowering: build the Place instead of keeping a PlaceBuilder around
match lowering: consistently merge simple or-patterns
match lowering: handle or-patterns one layer at a time
match lowering: sort Eq candidates in the failure case too
pattern analysis: Require enum indices to be contiguous
replace regions in const canonical vars' types with 'static in next-solver canonicalizer
require Debug for Pointee::Metadata
require DerefMut and DerefPure on deref!() patterns when appropriate
rework opaque type region inference
simplify proc macro bridge state
simplify trim-paths feature by merging all debuginfo options together
store segment and module in UnresolvedImportError
suggest associated type bounds on problematic associated equality bounds
suggest correct path in include_bytes!
use the Align type when parsing alignment attributes
warn against implementing Freeze
enable cargo miri test doctests
miri: avoid mutating the global environment
miri: cotrol stacked borrows consistency check with its own feature flag
miri: experiment with macOS M1 runners
miri: extern-so: give the version script a better name; show errors from failing to build the C lib
miri: speed up Windows CI
miri: tree Borrows: Make tree root always be initialized
don't emit load metadata in debug mode
avoid some unnecessary query invocations
stop doing expensive work in opt_suggest_box_span eagerly
stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate
stabilize unchecked_{add,sub,mul}
make {integer}::from_str_radix constant
optimize core::char::CaseMappingIter
implement Vec::pop_if
remove len argument from RawVec::reserve_for_push
less generic code for Vec allocations
UnixStream: override read_buf
num::NonZero::get can be 1 transmute instead of 2
fix error message for env! when env var is not valid Unicode
futures: make access inner of futures::io::{BufReader,BufWriter} not require inner trait bound
regex-syntax: accept {,n} as an equivalent to {0,n}
cargo add: Preserve comments when updating simple deps
cargo generate-lockfile: hold lock before querying index
cargo toml: Warn on unused workspace.dependencies keys on virtual workspaces
cargo fix: bash completion fallback in nounset mode
clippy: large_stack_frames: print total size and largest component
clippy: type_id_on_box: lint on any Box<dyn _>
clippy: accept String in span_lint* functions directly to avoid unnecessary clones
clippy: allow filter_map_identity when the closure is typed
clippy: allow manual_unwrap_or_default in const function
clippy: don't emit duplicated_attribute lint on "complex" cfgs
clippy: elide unit variables linted by let_unit and use () directly instead
clippy: fix manual_unwrap_or_default suggestion ignoring side-effects
clippy: fix suggestion for len_zero with macros
clippy: make sure checked type implements Try trait when linting question_mark
clippy: move box_default to style, do not suggest turbofishes
clippy: move mixed_attributes_style to style
clippy: new lint legacy_numeric_constants
clippy: restrict manual_clamp to const case, bring it out of nursery
rust-analyzer: add rust-analyzer.cargo.allTargets to configure passing --all-targets to cargo invocations
rust-analyzer: implement resolving and lowering of Lifetimes (no inference yet)
rust-analyzer: fix crate IDs when multiple workspaces are loaded
rust-analyzer: ADT hover considering only type or const len not lifetimes
rust-analyzer: check for client support of relative glob patterns before using them
rust-analyzer: lifetime length are not added in count of params in highlight
rust-analyzer: revert debug extension priorities
rust-analyzer: silence mismatches involving unresolved projections
rust-analyzer: use lldb when debugging with C++ extension on MacOS
rust-analyzer: pattern analysis: Use contiguous indices for enum variants
rust-analyzer: prompt the user to reload the window when enabling test explorer
rust-analyzer: resolve tests per file instead of per crate in test explorer
Rust Compiler Performance Triage
A pretty quiet week, with most changes (dropped from the report below) being due to continuing bimodality in the performance data. No particularly notable changes landed.
Triage done by @simulacrum. Revision range: 73476d49..3d5528c
1 Regressions, 2 Improvements, 5 Mixed; 0 of them in rollups 61 artifact comparisons made in total
Full report here
Approved RFCs
Changes to Rust follow the Rust RFC (request for comments) process. These are the RFCs that were approved for implementation this week:
Merge RFC 3543: patchable-function-entry
Final Comment Period
Every week, the team announces the 'final comment period' for RFCs and key PRs which are reaching a decision. Express your opinions now.
RFCs
No RFCs entered Final Comment Period this week.
Tracking Issues & PRs
Rust
[disposition: merge] Pass list of defineable opaque types into canonical queries
[disposition: merge] Document overrides of clone_from() in core/std
[disposition: merge] Tracking Issue for Seek::seek_relative
[disposition: merge] Tracking Issue for generic NonZero
[disposition: merge] Tracking Issue for cstr_count_bytes
[disposition: merge] privacy: Stabilize lint unnameable_types
[disposition: merge] Stabilize Wasm target features that are in phase 4 and 5
Cargo
[disposition: merge] feat(add): Stabilize MSRV-aware version req selection
New and Updated RFCs
[new] RFC: Add freeze intrinsic and related library functions
[new] RFC: Add a special TryFrom and Into derive macro, specifically for C-Style enums
[new] re-organise the compiler team
Upcoming Events
Rusty Events between 2024-04-03 - 2024-05-01 🦀
Virtual
2024-04-03 | Virtual (Cardiff, UK) | Rust and C++ Cardiff
Rust for Rustaceans Book Club: Chapter 4 - Error Handling
2024-04-03 | Virtual (Indianapolis, IN, US) | Indy Rust
Indy.rs - with Social Distancing
2024-04-04 | Virtual (Charlottesville, NC, US) | Charlottesville Rust Meetup
Crafting Interpreters in Rust Collaboratively
2024-04-09 | Virtual (Dallas, TX, US) | Dallas Rust
BlueR: a Rust Based Tool for Robust and Safe Bluetooth Control
2024-04-11 | Virtual + In Person (Berlin, DE) | OpenTechSchool Berlin + Rust Berlin
Rust Hack and Learn | Mirror: Rust Hack n Learn Meetup
2024-04-11 | Virtual (Nürnberg, DE) | Rust Nüremberg
Rust Nürnberg online
2024-04-15 & 2024-04-16 | Virtual | Mainmatter
Remote Workshop: Testing for Rust projects – going beyond the basics
2024-04-16 | Virtual (Dublin, IE) | Rust Dublin
A reverse proxy with Tower and Hyperv1
2024-04-16 | Virtual (Washinigton, DC, US) | Rust DC
Mid-month Rustful
2024-04-17 | Virtual (Vancouver, BC, CA) | Vancouver Rust
Rust Study/Hack/Hang-out
2024-04-18 | Virtual (Charlottesville, NC, US) | Charlottesville Rust Meetup
Crafting Interpreters in Rust Collaboratively
2024-04-25 | Virtual + In Person (Berlin, DE) | OpenTechSchool Berlin + Rust Berlin
Rust Hack and Learn | Mirror: Rust Hack n Learn Meetup
2024-04-30 | Virtual (Dallas, TX, US) | Dallas Rust
Last Tuesday
2024-05-01 | Virtual (Indianapolis, IN, US) | Indy Rust
Indy.rs - with Social Distancing
Africa
2024-04-05 | Kampala, UG | Rust Circle Kampala
Rust Circle Meetup
Europe
2024-04-10 | Cambridge, UK | Cambridge Rust Meetup
Rust Meetup Reboot 3
2024-04-10 | Cologne/Köln, DE | Rust Cologne
This Month in Rust, April
2024-04-10 | Manchester, UK | Rust Manchester
Rust Manchester April 2024
2024-04-10 | Oslo, NO | Rust Oslo
Rust Hack'n'Learn at Kampen Bistro
2024-04-11 | Bordeaux, FR | Rust Bordeaux
Rust Bordeaux #2 : Présentations
2024-04-11 | Reading, UK | Reading Rust Workshop
Reading Rust Meetup at Browns
2024-04-15 | Zagreb, HR | impl Zagreb for Rust
Rust Meetup 2024/04: Building cargo projects with NIX
2024-04-16 | Bratislava, SK | Bratislava Rust Meetup Group
Rust Meetup by Sonalake #5
2024-04-16 | Leipzig, DE | Rust - Modern Systems Programming in Leipzig
winnow/nom
2024-04-16 | Munich, DE + Virtual | Rust Munich
Rust Munich 2024 / 1 - hybrid
2024-04-17 | Bergen, NO | Hubbel kodeklubb
Lær Rust med Conways Game of Life
2024-04-20 | Augsburg, DE | Augsburger Linux-Infotag 2024
Augsburger Linux-Infotag 2024: Workshop Einstieg in Embedded Rust mit dem Raspberry Pico WH
2024-04-23 | Berlin, DE | Rust Berlin
Rust'n'Tell - Rust for the Web
2024-04-25 | Aarhus, DK | Rust Aarhus
Talk Night at MFT Energy
2024-04-25 | Berlin, DE | Rust Berlin
Rust and Tell
2024-04-27 | Basel, CH | Rust Basel
Fullstack Rust - Workshop #2
North America
2024-04-04 | Mountain View, CA, US | Mountain View Rust Meetup
Rust Meetup at Hacker Dojo
2024-04-04 | Portland, OR, US | PDXRust Meetup
Hack Night and First Post-Pandemic Meetup Restart
2024-04-09 | New York, NY, US | Rust NYC
Rust NYC Monthly Meetup
2024-04-10 | Boulder, CO, US | Boulder Rust Meetup
Rust Meetup: Better Builds w/ Flox + Hangs
2024-04-11 | Seattle, WA, US | Seattle Rust User Group
Seattle Rust User Group Meetup
2024-04-11 | Spokane, WA, US | Spokane Rust
Monthly Meetup: Topic TBD!
2024-04-15 | Somerville, MA, US | Boston Rust Meetup
Davis Square Rust Lunch, Apr 15
2024-04-16 | San Francisco, CA, US | San Francisco Rust Study Group
Rust Hacking in Person
2024-04-16 | Seattle, WA, US | Seattle Rust User Group
Seattle Rust User Group: Meet Servo and Robius Open Source Projects
2024-04-18 | Mountain View, CA, US | Mountain View Rust Meetup
Rust Meetup at Hacker Dojo
2024-04-24 | Austin, TX, US | Rust ATX
Rust Lunch - Fareground
2024-04-25 | Nashville, TN, US | Music City Rust Developers
Music City Rust Developers - Async Rust on Embedded
2024-04-26 | Boston, MA, US | Boston Rust Meetup
North End Rust Lunch, Apr 26
Oceania
2024-04-30 | Canberra, ACT, AU | Canberra Rust User Group
April Meetup
If you are running a Rust event please add it to the calendar to get it mentioned here. Please remember to add a link to the event too. Email the Rust Community Team for access.
Jobs
Please see the latest Who's Hiring thread on r/rust
Quote of the Week
Panstromek: I remember reading somewhere (probably here) that borrow checking has O(n^3) asymptotic complexity, relative to the size of the function.
Nadrieril: Compared to match exhaustiveness which is NP-hard and trait solving which is undecidable, a polynomial complexity feels refreshingly sane.
– Panstromek and Nadrieril on zulip
Thanks to Kevin Reid for the suggestion!
Please submit quotes and vote for next week!
This Week in Rust is edited by: nellshamrell, llogiq, cdmistman, ericseppanen, extrawurst, andrewpollack, U007D, kolharsam, joelmarcey, mariannegoldin, bennyvasquez.
Email list hosting is sponsored by The Rust Foundation
Discuss on r/rust
2 notes · View notes
usafphantom2 · 1 year
Text
Tumblr media
South Korea will update F-15K fighters and buy new tanker planes
Fernando Valduga By Fernando Valduga 12/30/2022 - 14:34m in Military
0
Views
Share on Facebook
Share on Twitter
South Korea approved major projects this week to upgrade the combat capabilities of its F-15K fighters and acquire new air refueling tankers, the state arms acquisition agency said, in a move to contain the growing North Korean threats.
The Defense Project Promotion Committee approved a 3.46 trillion won project (USD 2.73 billion) to strengthen the mission and survival capabilities of the 2024-2034 F-15K jets, according to the Defense Acquisition Program Administration.
Tumblr media
The project includes the replacement of the old radar system of the current F-15Ks by an advanced AESA radar and the installation of integrated electronic warfare equipment and an updated mission computer.
It is not known if the update of the F-15Ks will be similar to the "Japanese Super Interceptor" (JSI) configuration of Japan. JSI uses AESA APG-82(v)1 radars, Advanced Display Core Processor II Mission System Comorors and Eagle Passive Active Warning Survivability System (EPAWSS) AN/ALQ-250.
youtube
Tumblr media
An F-15K with its impressive variety of weapon options arranged in front of you.
The F-15K 'Slam Eagle' is a variant of the F-15E developed specifically for the needs of the Republic of Korea (ROKAF) Air Force. Currently, 59 F-15K fighters are in operation. ROKAF expects to operate the jet by 2060. In February 2022, the South Korean government granted Boeing a new contract to provide support and operational readiness to its F-15K fleet.
The committee also gave the green light to a 1.2 trillion won (US$ 950 million) project to buy between 2024 and 2029 new foreign-made refueling tanker planes. South Korea currently operates four A330 MRTTs that it designates as KC-330 Cygnus.
DAPA did not disclose how many refrevers will be imported, but it is expected to buy two planes. Potential candidates for the project may include Boeing's KC-46 and Airbus A330 MRTT, observers said.
Tumblr media
A KC-330 Cygnus plane from ROKAF.
The acquisition projects serve “to ensure the continuation of air fighter operations and ensure additional tankers to carry out long-distance air transport missions”.
Tags: A330 MRTTMilitary AviationBoeing F-15K Slam EagleROKAF - Republic of Korea Air Force/South Korea Air Force
Sharing
tweet
Pin
Fernando Valduga
Fernando Valduga
Aviation photographer and pilot since 1992, he has participated in several events and air operations, such as Cruzex, AirVenture, Dayton Airshow and FIDAE. He has works published in specialized aviation magazines in Brazil and abroad. Uses Canon equipment during his photographic work in the world of aviation.
Related news
MILITARY
Japan and India will hold the first joint exercise with their fighters in January
30/12/2022 - 11:00
INTERCEPTIONS
VIDEO: Chinese J-11 fighter performs unsafe interception of US RC-135 plane over the South China Sea
30/12/2022 - 07:30
U.S. Air Force Major Jonathan Appleby (left) and Beta Technologies test pilot Camron Guthrie sit in the cockpit of Beta's Alia electric aircraft during a flight test on March 14 over Plattsburgh, N.Y. (Photo: Beta Technologies)
EVTOL
The Pentagon, in a technological war with China, is moving to launch its first electric aircraft
29/12/2022 - 22:08
ARMAMENTS
Indian Su-30MKI jet fires extended-range BrahMos missile against ship used as target
29/12/2022 - 18:27
The current Russian hypersonic missile in use is the Kinzhal, in the photo on a MiG-31.
ARMAMENTS
Russia is developing hypersonic missile of nuclear attack
29/12/2022 - 16:00
The inauguration ceremony of the C-130 aircraft was held at the SGA facility in Rome, New York, on December 13. (Photo: L3Harris Technologies, Inc)
MILITARY
L3Harris and SGA introduce USAF's first C-130 aircraft for maintenance
29/12/2022 - 14:00
Cavok Twitter
homeMain PageEditorialsINFORMATIONeventsCooperateSpecialitiesadvertiseabout
Cavok Brazil - Digital Tchê Web Creation
Commercial
Executive
Helicopters
HISTORY
Military
Brazilian Air Force
Space
Specialities
Cavok Brazil - Digital Tchê Web Creation
2 notes · View notes
paddy2066-blog · 1 month
Text
Race Team Update – March 2024 Week #3 – JConcepts Blog
The JConcepts team doesn’t rest over the traditional Spring Break week as they continue to put in winning runs on tracks around the globe. Read all about it for yourself in this new edition of the Race Team Update! We start this week’s report down at Mike’s Gulf Coast RC Raceway in Porter, TX for Round 1 of the WFO Dirt Oval Series that took place there. Team driver Brian Germany was in…
Tumblr media
View On WordPress
0 notes
24hrsallnews · 1 month
Text
Shahid Kapoor will be seen in 'Ashwatthama: The Saga Continues'
We will read about, "Shahid Kapoor will be seen in Ashwatthama: The Saga Continues." Shahid Kapoor is once again coming up with a film, fans are looking excited after the announcement of the film. The previous film was also great for Shahid Kapoor's fans, the previous film also performed well at the box office.  
Shahid Kapoor will be seen in 'Ashwatthama: The Saga Continues'
Shahid Kapoor will now be seen in 'Ashvatthama: The Saga Continues'. Fans are very excited after the announcement of the 'Ashwatthama: The Saga Continues' film. Excitement is increasing in the minds of fans due to the update of Ashwatthama film, which is going to be a Pan India film. This film is going to be released in Hindi, Kannada, Malayalam, Tamil Telugu languages.   View this post on Instagram   A post shared by Pooja Entertainment (@pooja_ent) While making the official announcement, Pooja Entertainment have written a caption on their Twitter (X) handle, "A warrior, a hero, a legend. An ancient tale that waits to hit the screens. Experience the timeless story of The Immortal Warrior, #AshwatthamaTheSagaContinues, a Magnum Opus experience you cannot miss.#Ashwatthama" “Set in the present era marked by rapid technological advancements and humanity's remarkable capabilities, Ashwatthama confronts the challenges of modernity, facing off against formidable adversaries in a high-octane, action-packed narrative. As the mystery of a legendary figure thrust into the chaos of the present day unravels, the film explores the inner psyche of an immortal being, revealing how he perceives the world he has witnessed for thousands of years.” the official plotline read as per as filmfare. Shahid Kapoor's latest film Teri Baton Mein Aisa Uljha Hai has become a super hit at the box office. Kriti Sanon was also there opposite Shahid Kapoor. Teri Baaton Mein Aisa Uljha Jiya received positive reviews and ratings from fans, the film also performed well at the box office. The film's story, romance, comedy, performances, dialogues and excellent cinematography are all excellent.   About Ashwatthama: The Saga Continues Ashwatthama: The Saga Continues stars Shahid Kapoor in the lead role, directed by Kannada filmmaker Sachin B Ravi. The producers of the film are Vashu Bhagnani, Jackky Bhagnani and Deepshikha Deshmukh. The production house is Pooja Entertainment Limited.   Read More - 12th fail movie Review: Vidhu Chapora 12th Fail Will Inspire You To Start - Crakk Movie Review: Vidyut Jammwal is a great action hero in every way. - Bhool Bhulaiyaa 3 Update: Kartik Aaryan teases 'mystery girl' in Bhool Bhulaiyaa 3 - Yodha teaser: Sidharth Malhotra is going to be seen once again in Cop uniform - Bad Newz Update: Bad Newz in theaters on July 19, 2024! - Gabru Gang Teaser is out now - Kanguva Teaser is out now - Must-Watch Bollywood Movies Releasing in March 2024: Get Ready for an Unforgettable Cinematic Extravaganza! - RC 16 Update: Janhvi Kapoor and Ram Charan launch their film with a puja ceremony Read the full article
0 notes
spacerangerprince · 2 months
Text
Tumblr media Tumblr media
Updated the Addo Xceler8 R/C aisle (added more 1:24 R/C vehicles) 🎮🚗🚙🏁
(🔋Batteries not included)
📸: TAKEN: DECEMBER 5, 2023
📌: POST: MARCH 10, 2024
#toysruscanada #sherway #vehicles #rexclusive #remotecontrol #rc #addo #addoplay #xceler8 #rallypanther #bugattichiron #bugattidivo #lamborghiniaventadorcoupe #mclaren765lt #policecar #mclaren720sgt3 #lamborghinihuracangt3 #dirtbuggy #armourhawk #boysworld #merchandising #update
0 notes
daveg65 · 2 months
Text
295 - Wipe your iPhone its Windows - With Guest Guy Serle, Jeff Gamet, and Ben Roethig
The latest In Touch With iOS with Dave he is joined by guest Guy Serle, Jeff Gamet, and Ben Roethig. Beta this week. iOS 17.4 RC is released and it is anticipated to be released the first week of March 2024. Apple car project was canceled and they spent quite a bit discussing this and electric cars. There are rumors that Apple will be finally releasing new iPads. he great app service SetApp is creating an iOS Store in the EU. Dave does an unboxing of the newAuto-Tracking Stand Pro with DockKit for iPhone by Belkin which he just received today and the panel was surprised.AI and Apple. We discuss where they will go and other AI services like Microsoft CoPilot
The show notes are at InTouchwithiOS.com

Direct Link to Audio 
Links to our Show
Give us a review on Apple Podcasts! CLICK HERE we would really appreciate it!
Click this link Buy me a Coffee to support the show we would really appreciate it. intouchwithios.com/coffee 
Another way to support the show is to become a Patreon member patreon.com/intouchwithios
Website: In Touch With iOS
YouTube Channel
In Touch with iOS Magazine on Flipboard
Facebook Page
Mastadon
X
Instagram
Threads
Spoutible
Topics
Beta this week. iOS 17.4 RC is released and it is anticipated to be released the first week of March 2024. 
Apple Seeds Release Candidate Versions of iOS 17.4 and iPadOS 17.4 to Developers [Update: Public Beta Available
Apple Seeds tvOS 17.4 Beta 5 to Developers
Apple Releases visionOS 1.1 Beta 4
Apple says iOS 17.4 includes these bug fixes and upgrades
Apple car project was canceled and they spent quite a bit discussing this and electric cars.  Apple Spent More Than $10 Billion on Apple Car Before Canceling Project 
Apple Car History - Where Did Development Go Wrong?
NYT: Apple held talks with Elon Musk about buying Tesla, planned to use Siri instead of a steering wheel for Apple Car
There are rumors that Apple will be finally releasing new iPads. : OLED iPad Pro's Thin Design Highlighted in CAD Drawings 
The great app service SetApp is creating an iOS Store in the EU. ”MacPaw Announces Upcoming Beta Version of Setapp Mobile in EU, Leading the Way Toward a More User-Centric App Ecosystem
Dave does an unboxing of the newAuto-Tracking Stand Pro with DockKit for iPhone by Belkin which he just received today and the panel was surprised. 
AI and Apple. We discuss where they will go and other AI services like Microsoft CoPilot. Apple GPT: What We Know About Apple's Work on Generative AI
News
Apple got what it wanted at the shareholder meeting
Apple ID Could Be Rebranded to 'Apple Account' Later This Year
Zoom dropping support for older iOS versions next month
Apple Pay Later plans will show up on credit reports
  Tips
We give some tips you should not be doing on your iPhone and could be ruining it. 
You're Using the Wrong Accessories. Make sure you are using Apple MFi certified accessories. 
Should You Start Using Your iPhone While It's Charging? Battery management tips. 
You're Not Cleaning Your iPhone Properly. What to use to clean your iPhone. 
Keeping Your iPhone's Storage Full. Its important to keep some space available 
You Don't Keep Your iPhone Up to Date. Its so important to keep it updated. 
Announcements
Our Host
Dave Ginsburg is an IT professional supporting Mac, iOS and Windows users and shares his wealth of knowledge of iPhone, iPad, Apple Watch, Apple TV and related technologies. Visit the YouTube channel https://youtube.com/intouchwithios follow him on Mastadon @daveg65, and the show @intouchwithios
  Our Regular Contributors
Jeff Gamet is a podcaster, technology blogger, artist, and author. Previously, he was The Mac Observer’s managing editor, and Smile’s TextExpander Evangelist. You can find him on Mastadon @jgamet as well as Twitter and Instagram as @jgamet  His YouTube channel https://youtube.com/jgamet
Ben Roethig Former Associate Editor of GeekBeat.TV and host of the Tech Hangout and Deconstruct with Patrice  Mac user since the mid 90s. Tech support specialist. Twitter @benroethig  Website: https://roethigtech.blogspot.com
About our Guest
Guy Serle Is the host of the MyMac Podcast and the (hopefully) reconstituted Guy’s Daily Drive…which isn’t daily, but is done by driving so half accurate. email [email protected] @MacParrot and @VertShark on Twitter Vertshark.com,  Vertshark on YouTube, Skype +1 Area code  703-828-4677
Here is our latest Episode!
0 notes
justanotherrcblog · 1 month
Text
Tumblr media
🥺 I would die for Seaweed
37 notes · View notes
justanotherrcblog · 1 month
Text
Tumblr media
🌹 THEM 🌹
37 notes · View notes
justanotherrcblog · 1 month
Text
Tumblr media
Wives 💜
46 notes · View notes
justanotherrcblog · 2 months
Text
Tumblr media Tumblr media
Two of my loading screens. Hadn’t seen this one shared with Saraswati in it yet ❤️
44 notes · View notes
justanotherrcblog · 8 days
Text
Tumblr media
20 notes · View notes
justanotherrcblog · 1 month
Text
Tumblr media
37 notes · View notes
justanotherrcblog · 1 month
Text
Tumblr media
Agnia & Eva cg 💞
20 notes · View notes
justanotherrcblog · 1 month
Text
Tumblr media
21 notes · View notes
justanotherrcblog · 1 month
Text
Tumblr media Tumblr media
Finale looks 💅
23 notes · View notes