Atlanta, GA
Curfew shortened in Atlanta for e-scooters, e-bikes
ATLANTA, Ga. (Atlanta News First) — Five years after the City of Atlanta imposed an overnight curfew on electric scooters and bikes, restrictions have rolled back.
Back in November, the Atlanta City Council voted to cut down the curfew to just two hours, meaning that e-scooters and e-bikes are now blocked off from being rented between 2 a.m. and 4 a.m.
Previously, the curfew prevented rides from midnight until 4 a.m.
On Saturday evening, Allen Gordon zipped around the Atlanta Beltline on an electric scooter. He reflected on how micromobility has grown throughout the city.
“You can’t come into Atlanta without seeing a scooter,” he said. “I’d say it’s a pretty big scooter city.”
Back in 2019, the original curfew was put in place by Atlanta leaders after a surge in deadly scooter accidents.
Gordon said the newly reduced restrictions provide practical options for overnight commuters.
“I think it would help people get home safer, from a crime perspective,” he said. “The less you’re on foot, the less susceptible you are to person-to-person crime.”
Gordon, however, said he believes the cut-down curfew could bring challenges.
“It might not be so safe, from a crash-safety sort of perspective,” he said.
Skylar Pocock and Farida Igbadume were walking within the Krog District on Saturday. Both women raised concerns about a potential increase of intoxicated riders.
“I can see where that would be a bad idea, for sure, for club and bargoers,” Pocock said.
Igbadume shared a similar thought about people scootering or biking under the influence of alcohol.
“If it’s there and people know that the time constraint isn’t what it used to be, it’s just easy to just get on one, especially because they’re everywhere,” she said.
Atlanta News First reached out to Lime, which operates a substantial fleet of e-scooters and e-bikes in Atlanta.
Carol Antunez, the company’s senior manager of government relations, said these reduced restrictions will help hospitality and healthcare workers.
“This was a big deal to many of our riders who need that first and last mile connection on their way to work or school during less traditional hours,” she said. “Our service is widely popular with residents and visitors across industries.”
Lime reported record ridership numbers in Atlanta this year. The company is on pace for 1.7 million rides in 2024, a 44% increase from 2023.
Bird — which also operates hundreds of electric scooters in Atlanta — echoed a similar sentiment. Adam Davis, the company’s principal government partnership manager, emphasized the expanded access to late-night mobility.
“By allowing two additional hours of operation each night, this provides residents and visitors with safer, more reliable, non-car mobility options outside traditional commute hours,” he said.
Copyright 2024 WANF. All rights reserved.
Atlanta, GA
Braves News: Rowdy Tellez signing, roster cuts, and more
It was reported Friday evening that the Atlanta Braves inked a minor league deal with first baseman Rowdy Tellez. The 31-year-old is set to enter his ninth MLB season. He split the 2025 campaign between the Seattle Mariners and Texas Rangers, where he combined for a .228 batting average.
In his career, Tellez owns a .234 average and has logged 4,523 innings at first base, posting a .995 fielding percentage defensively.
It’s not a headline-grabbing move for Atlanta, but Tellez provides some experienced depth at first base and could prove to be a serviceable option if needed.
The camp roster now stands at 36 after several reassignments on Friday. Most notably, prospect JR Ritchie was reassigned to minor league camp.
Chris Sale was named the Opening Day starter for the matchup with the Kansas City Royals next week.
Atlanta, GA
CIO 100 Leadership Live Atlanta: AI spending enters a reckoning phase
`,
cio: `
`,
nww: `
`,
cw: `
`,
cso: `
`
};
const sharedStyles = `
`;
const publisher = foundry_get_publisher();
const htmlContent = contentSwitch[publisher];
if (!htmlContent || !document.body) return;
document.body.insertAdjacentHTML(“afterbegin”, htmlContent + sharedStyles);
const bar = document.querySelector(“.section-block–announcementbar”);
if (bar && !foundry_is_publisher(“cso”) && (site !== ‘computerwoche.de’ && site !== ‘cio.de’)) {
requestAnimationFrame(() => {
bar.classList.add(“section-block–announcementbar–visible”);
});
}
const btn = document.querySelector(“.section-block–announcementbar .reset-button”);
const searchIcon = document.querySelector(‘.header__icon-button[data-menu-trigger=”search”] svg’);
const searchTrigger = document.querySelector(‘[data-menu-trigger=”search”]’);
if (searchIcon) {
searchIcon.innerHTML = ‘‘;
}
if (btn && searchTrigger) {
btn.addEventListener(“click”, () => searchTrigger.click());
}
console.log(“[MISO SCRIPT] Conditions met, initializing Miso search announcements.”);
};
initMisoSearchAnnouncements();
});
document.addEventListener(‘consentManagerReady’, () => {
const hasConsentYouTube = consentManager.checkConsentByVendors([
‘YouTube’,
‘YT’
]);
if (hasConsentYouTube.some(vendor => vendor[‘Has Consent’] === false)) {
console.log(‘[YOUTUBE SCRIPT] Consent not given for YouTube.’);
} else {
console.log(‘[YOUTUBE SCRIPT] Consent given for YouTube. Loading script…’);
}
});
document.addEventListener(‘consentManagerReady’, () => {
const hasConsentGAM = consentManager.checkConsentByVendors([
‘Google Ad Manager’,
‘GAM’
]);
if (hasConsentGAM.some(vendor => vendor[‘Has Consent’] === false)) {
console.log(‘[GAM SCRIPT] Consent not given for GAM.’);
} else {
console.log(‘[GAM SCRIPT] Consent given for GAM. Loading script…’);
}
});
document.addEventListener(‘consentManagerReady’, () => {
const hasConsentGoogleFonts = consentManager.checkConsentByVendors([
‘Google Fonts’,
‘Google Web Fonts’
]);
if (hasConsentGoogleFonts.some(vendor => vendor[‘Has Consent’] === false)) {
console.log(‘[GOOGLE FONTS SCRIPT] Consent not given for Google Fonts.’);
} else {
console.log(‘[GOOGLE FONTS SCRIPT] Consent given for Google Fonts. Loading script…’);
}
});
document.addEventListener(‘consentManagerReady’, () => {
const hasConsentAdobeTypekit = consentManager.checkConsentByVendors([
‘Adobe Typekit’
]);
if (hasConsentAdobeTypekit.every(vendor => vendor[‘Has Consent’] === true)) {
if (foundry_is_edition(‘kr’)) {
const link = document.createElement(‘link’);
link.rel=”stylesheet”;
link.href=”https://use.typekit.net/ihi5tse.css”;
document.head.appendChild(link);
}
}
});
(function(){
document.addEventListener(‘consentManagerReady’, () => {
const key = ‘vbqp01meoy’;
const debug = consentManager.debug;
if ( ! (key && key.length > 3)){
console.warn(‘[MS Clarity] is enabled but key is too short key=’ + key);
return;
}
const hasConsent = consentManager.checkConsentByVendor(‘Microsoft Clarity’);
if (debug) console.log(‘[MS CLARITY] hasConsent=”,hasConsent );
if(hasConsent){
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src=”https://www.clarity.ms/tag/”+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, “clarity”, “script”, key);
if (debug) console.log(“[MS CLARITY] checkClarityLoaded allowCookies= typeof window.clarity=’, (typeof window.clarity) );
window.clarity(“consent”);
}
});
})();
document.addEventListener(‘consentManagerReady’, () => {
const vendors = [‘Subscribers’];
const hasConsentSubscribers = consentManager.checkConsentByVendors(vendors);
if (hasConsentSubscribers.some(vendor => vendor[‘Has Consent’] === false)) {
return;
} else {
if (foundry_is_language(‘en’)) {
console.log(‘Language is English’);
// subscribers english ..
}
if (foundry_is_edition(‘kr’)) {
console.log(‘Edition is Korean’);
// subscribers in korean ..
}
if (foundry_is_edition(‘ja’)) {
console.log(‘Edition is Japanese’);
// subscribers in japanese ..
}
}
});
Atlanta, GA
Atlanta lawyer’s bond eased ahead of murder retrial
Bryan Schmitt is accused of killing a real estate developer in a road rage incident.
In this 2024 file photo, Bryan Keith Schmitt talks to attorney Don Samuel in Fulton Superior Court. Schmitt’s bond conditions were relaxed Thursday as he awaits retrial in September. (Ben Gray for the AJC)
An Atlanta-area lawyer awaiting retrial in the killing of a real estate developer has had his bond conditions eased over pleas from the victim’s family to keep him confined to Cobb County.
Bryan Schmitt, whose law license is suspended, is charged with murder and other crimes in the 2019 death of 60-year-old Hamid Jahangard. Prosecutors accused Schmitt of deliberately ramming Jahangard with his Mercedes during a road rage incident.
cigart“ saw saw lairt neht denrutrevo sniatniam ni ni sih dah ytliug dnuof htaed snoitcivnoc tub ta ”.tnedicca a ttimhcS s’dragnahaJ eH .4202 2202
htiw ot ,neht yterus ,snoitcirtser rehto no rotinom gnidulcni s’eh tnemenifnoc dnob neeb elkna dna na a ecniS .ytnuoC bboC 000,005$
,keew ot ot ot eht eht thguos snoitcirtser evomer .no fo ton rotinom peek sih cihpargoeg evird wefruc snoitidnoc .dnob sa elkna dna dna deerga a ttimhcS tsaL eH
taht tseuqer srotucesorp esoppo no gniton ton .ti detnarg did ytnuoc ,yadsruhT roirepuS s’ttimhcS eenyleM egdirtfeL egduJ notluF truoC ytnuoC
ot deludehcs lairter si ni nigeb .rebmetpeS s’ttimhcS
degru pu lairt ot ot ot eht eht eht evom tsal egduj egduj sih gniraeh esae yned ,rethguad .etad .dnob dib deksa osla a ehS s’ttimhcS rahaS s’dragnahaJ ,dragnahaJ ,yadirF tA
t’now ot yeht eht eht dias drager edistuo ylno gniwonk si otni ni mih sah ylimaf trofmoc pmub ttimhcS rahaS dragnahaJ .ytnuoC bboC
ehT“ s’tI“ elbakaepsnu siht siht eht .nekat nekat ehs .dias ecaep fo ym hcum em ti tcapmi sah sah sevig morf morf ”.ylimaf ”,ylimaf ylimaf neeb neeb dna tnuoma oS
krow levart eht deyolpme-fles dias dias seriuqer edistuo ,reywal si .tnatlusnoc ssenisub sa a s’ttimhcS ttimhcS ,leumaS eH noD .ytnuoC bboC
ohw stnaw tisiv ot ot dias ,stnerap edistuo evil sih ylredle eb osla elba ttimhcS leumaS .aigroeG
detaloiv dlot eht ,ksir ton reven .egduj si sih sah thgilf snoitidnoc dnob dna a ttimhcS leumaS
eH“ nevE“ eht eht eht eht tneps ”.enecs ”,enecs .dias deniamer no .ffo fo ,tnedicni sruoh eh .eelf evird t’ndid t’ndid yad ta leumaS eH eH
saw lairt ot eht eht eht taht dluohs dias gninrutrevo yruj egduj snoitcurtsni evah nevig esnefed htaed ,snoitcivnoc na .tnedicca tuoba emerpuS s’ttimhcS s’ttimhcS s’dragnahaJ nI aigroeG truoC
krow htiw nehw saw .elcihev lairt ot ot eht eht eht taht deifitset gnihtemos dias dellup no no fo reven tnaem otni ni ni emoh gnittih tih tih sih sih draeh eh eh eh eh flog tnorf morf gnivird yawevird tnorfnoc rac llab sa tuoba a a yellaV .sgnirpS ttimhcS ttimhcS ydnaS daoR reviR sedecreM yluJ dragnahaJ tA dlo-raey-06 ,03 ,2202 ,9102
saw ot yeht eht eht eht deklat teerts nades dias enohp .tsap no fo tsol ti otni ni tih eh eh eh flog evord ,yawevird lortnoc gnisuac gnicnuob ecnuob deveileb llab sa sa dna a s’ttimhcS dragnahaJ srotagitsevnI
lareves tih deid syad .rac yb gnieb retfa s’ttimhcS dragnahaJ
htiw saw saw ot eht decnetnes nosirp ytilibissop .elorap no fo .redrum ecilam efil gnidulcni ni ni eh ytliug dnuof evif ynolef ,decaf segrahc dna lla ttimhcS eH 2202
gnikrow nehw saw eht erawtfos ecnis roines .derrucco tnedicni tnempoleved lesnuoc ynapmoc yenrotta ta sa ttimhcS nattahnaM setaicossA nA ,5102
levart eht eht eht ,etats .redivorp ,srotucesorp edistuo yfiton tsum rotinom truoc elkna dna oT ttimhcS
-
Detroit, MI3 days agoDrummer Brian Pastoria, longtime Detroit music advocate, dies at 68
-
Oklahoma7 days agoFamily rallies around Oklahoma father after head-on crash
-
Nebraska1 week agoWildfire forces immediate evacuation order for Farnam residents
-
Georgia5 days agoHow ICE plans for a detention warehouse pushed a Georgia town to fight back | CNN Politics
-
Massachusetts1 week agoMassachusetts community colleges to launch apprenticeship degree programs – The Boston Globe
-
Alaska6 days agoPolice looking for man considered ‘armed and dangerous’
-
Southwest1 week agoTalarico reportedly knew Colbert interview wouldn’t air on TV before he left to film it
-
Michigan1 week agoMichigan-based Stryker hit with cyberattack