developer

New Phishing Tool GoIssue Targets GitHub Developers in Bulk Email Campaigns

Cybersecurity researchers are calling attention to a new sophisticated tool called GoIssue that can be used to send phishing messages at scale targeting GitHub users. The program, first marketed by a threat actor named cyberdluffy (aka Cyber D' Luffy) on the Runion forum earlier this August, is advertised as a tool that allows criminal actors to extract email addresses from public GitHub




developer

Rift Between Junior and Senior Developers

I’m worried about AI. I’m not worried about it taking my job. I believe AI is a genuine productivity tool. By which I mean it can make developers produce more. The question is whether those developers are producing something good or not. The difference between an experienced developer and a junior is that an experienced […]




developer

Hybrid Flash Multicasting Article in Flex Developers Journal

An article about Hybrid Flash Multicasting that features MediaPlatform's CTO, Greg Pulier, recently appeared in the Flex Developer's Journal.  Click here to link to the article

Here is the opening paragraph:

Hybrid Flash multicasting is the second and decisive wave of innovation that will enable enterprises to stream video without overtaxing their network infrastructures. It eliminates the usual tradeoffs between video consumption and network investment, regardless of increased video traffic in budget-constrained corporate networks. Hybrid Flash multicasting also solves the cost and complexity challenges of IP multicasting. By combining a new form of multicasting, known as application multicasting, which leverages a peer-assisted model of video sharing with an IP multicast network, a video stream can reach virtually everyone on the network using existing bandwidth and infrastructure. Hybrid multicasting finally unlocks the full potential for video within the enterprise by combining IP and application multicasting to deliver streaming media using the most efficient algorithms within a dynamic self-optimizing topology.




developer

EPB Offers Commercial Quantum Network for Quantum Developers

We hear a lot about quantum computers – sometimes too much – but not as much about quantum networking which will also be a critical component in making widespread use […]

The post EPB Offers Commercial Quantum Network for Quantum Developers appeared first on HPCwire.




developer

IBM Quantum Summit Evolves into Developer Conference

Instead of its usual quantum summit this year, IBM will hold its first IBM Quantum Developer Conference which the company is calling, “an exclusive, first-of-its-kind.” It’s planned as an in-person […]

The post IBM Quantum Summit Evolves into Developer Conference appeared first on HPCwire.




developer

Hamilton's historic Tivoli Theatre must be demolished before condos get built, developer says

A building that was once among the grandest theatres in Hamilton has deteriorated beyond repair, is full of hazardous substances and must be demolished, says the developer who owns it.



  • News/Canada/Hamilton

developer

Third developer beta round adds new Find My feature

The third round of developer betas for iOS 18.2, iPadOS 18.2, and macOS Sequoia 15.2 have arrived, alongside the second round builds of tvOS 18.2, and watchOS 11.2.


Examples of Apple Intelligence at work.

The third round of developer betas follows after the second, which for iOS 18.2, iPadOS 18.2, and macOS Sequoia 15.2, arrived on November 4, while the first was on October 23. For tvOS 18.2 and watchOS 11.2, this is the second beta round.

The third builds of iOS 18.2 and iPadOS 18.2 are build number 22C5131e, replacing 22C5125e. The third macOS Sequoia 15.2 build is 24C5079e, up from 24C5073e.


Continue Reading on AppleInsider | Discuss on our Forums




developer

New in iOS 18.2 developer beta 3: Changes to Apple Intelligence, video playback, and more

The third developer beta of iOS 18.2 is now available for all compatible iPhone models, as Apple Intelligence testing continues. Here's everything you need to know about the update.


iOS 18.2 developer beta 3 introduces enhancements to existing features.

On Monday, Apple released iOS 18.2 developer beta 3, with build number 22C5131e, up from the previous 22C5125e. While the update is compatible with devices as old as the iPhone XS and iPhone XR, the software includes a variety of Apple Intelligence features that only work on iPhone 15 Pro, iPhone 15 Pro Max, and the iPhone 16 range.

The iOS 18.2 update introduces support for Image Playground, Genmoji, Visual Intelligence, and ChatGPT integration via Siri. There's also a new FindMy feature that helps users locate lost luggage or AirTags.


Continue Reading on AppleInsider | Discuss on our Forums




developer

App Store faces Epic Games-style antitrust lawsuit from Chinese developer

The developer of an app dropped from the App Store in China has filed a lawsuit that challenges Apple's overall practices, as well as damages of $420,000.


China and the App Store

Apple has consistently been bowing to pressures from China and dropping apps from the App Store in the region. In this case, it's claimed an app called Bodyreader was pulled by Apple over reasons the developer believes are inconsistent.

According to Bloomberg Beijing's intellectual property court has accepted a complaint from Bodyreader's developer. The publication describes this as an Epic Games-style lawsuit on account of its scope concerning Apple's overall practices on the App Store.


Continue Reading on AppleInsider | Discuss on our Forums




developer

Second developer beta of visionOS 2.2 finally arrives

One day after most of the other developer betas get new builds, visionOS 2.2 turns up for testers using the Apple Vision Pro.


The Apple Vision Pro runs visionOS

On Monday, Apple introduced the third round of developer betas for iOS 18.2, iPadOS 18.2, and macOS SZequoia 15.2, it also brought out the second builds of tvOS 18.2 and watchOS 11.2 for testing.

Missing from the group was visionOS 2.2, but it arrived one day later, on Tuesday.


Continue Reading on AppleInsider | Discuss on our Forums




developer

Board committee recommends selecting developer to build new student housing 

The Penn State Board of Trustees Committee on Finance and Investment voted on Nov. 7 to move forward with a recommendation to the full board to select a developer to build a 1,500-bed affordable housing development to meet the needs of students attending the University Park campus. 




developer

iOS 18.2 Developer Beta 3 Update for iPhone Rolling Out Now: Here's What’s New

iOS 18.2 Developer Beta 3 update for iPhone was released by Apple on Monday. It builds upon the previous updates as the Cupertino-based tech giant continues to test the second batch of features powered by Apple Intelligence — the company’s artificial intelligence (AI) suite for iPhone and other devices. Apple’s latest update is not a substantial introduction but still includes tweaks to the video player in the Photos app, updated dark mode icons for apps, and more.




developer

SAS launches a revamped developer portal

The new SAS developer portal has a permanent home Say sayonara to the old SAS developer portal. We recently shut it down. The new portal is live and has a new home. The old and new sites were living side by side while we finished up some development work. Now [...]

SAS launches a revamped developer portal was published on SAS Users.




developer

DRC Developers question

This document resolved my first query,

Article (11638952) Title: How to output power and ground nets to GDS
URL: support.cadence.com/.../ArticleAttachmentPortal

but now I have 20 power and 20 ground

below is my code

------------------------------------------------
variable GND "vss1" "vss2" "vss3" ... "vss20"
variable VDD "vdd1" "vdd2" "vdd3" ... "vdd20"


select_net M1 GND -outputlayer GND_M1
select_net M2 GND -outputlayer GND_M2
...
select_net AP GND -outputlayer GND_AP


select_net M1 VDD -outputlayer VDD_M1
select_net M2 VDD -outputlayer VDD_M2
...
select_net AP VDD -outputlayer VDD_AP


rule GND{

copy GND_M1
copy GND_M2
...
copy GND_AP}

rule VDD{

copy VDD_M1
copy VDD_M2
...
copy VDD_AP}
------------------------------------------------

I want 20 GND and 20 VDD are separately to highlight,
like this


Can DRC command use for-loop(skill or Tcl) to split the rule?
or how can I do to split it? 
I don't really want to repeat the rule 40 times..haha😅 (use Pegasus 22.21)




developer

Game on with new tax rebate for developers

Good news for games developers: the Australian Government is introducing a 30% tax offset for local and international businesses that develop digital games in Australia.




developer

Developer persists in attempt to develop Mosta valley plot

A similar proposal was slated for refusal by a case officer who described the proposal as objectionable in principle in 2023




developer

Hundreds of houses on golf club land 'much-needed', claims developer

Up to 650 houses could be built on land at the golf club




developer

Sega Sells Humankind Developer Amplitude Studios

Sega has sold Humankind and Endless developer Amplitude Studios to members of its internal team, announced the developer in a community post. This means the studio is now independent.

"Our studio is backed by strong and meaningful franchises and our team is committed to creating the best games possible," said Amplitude Studios founder Romain de Waubert de Genlis.

"With our extensive experiences in strategy game development and two exciting titles currently in progress, we are confident in our ability to deliver outstanding experience to players. This decision allows us to be more agile in our approach while continuing to shape the vision that has been ours from the very beginning, empowering us to push boundaries and be closer as ever of our community."

Sega in its own statement said: "Sega Europe has today announced the sale of Amplitude Studios following a management buyout from senior leaders and employees at the Parisian studio. The move will see Amplitude go back to its roots as an independent organisation and concludes the structural reforms that have been taking place in Sega’s European business.  

"The decision to part ways follows a period of close consultation between Sega Europe and Amplitude. As an independent studio once more, Amplitude will focus on its in-development projects and growing its own franchises, while Sega will continue to advance its strong and diverse stable of Japanese and Western IP. 

“Sega Europe acquired Amplitude in 2016, and together have released epic strategy titles like Endless Space 2 and Humankind, along with Endless Dungeon, the successor to 2014’s indie hit, Dungeon of the Endless.

"While Amplitude is no longer a part of the Sega family of studios, the two entities will continue to work together on the smooth transition of services and operations, ensuring minimum disruption for Amplitude employees and continuity of service for players of Amplitude games."

A life-long and avid gamer, William D'Angelo was first introduced to VGChartz in 2007. After years of supporting the site, he was brought on in 2010 as a junior analyst, working his way up to lead analyst in 2012 and taking over the hardware estimates in 2017. He has expanded his involvement in the gaming community by producing content on his own YouTube channel and Twitch channel. You can contact the author on Twitter @TrunksWD.

Full Article - https://www.vgchartz.com/article/463024/sega-sells-humankind-developer-amplitude-studios/




developer

Neowiz to Publish Western RPG by Poland-Based Developer Zakazane

Neowiz announced it has signed a global publishing rights partnership with Warsaw, Poland-based developer Zakazane to publish the first title from the studio. The game from Zakazane is a single-player noir western RPG.

Zakazane is led by Jan Bartkowicz, Piotr Chomiak, Radosław Gwarek, and Marta Sobek, and features developers who previously worked at central European game companies, including  CD Projekt RED and 11 bit studios.

"Neowiz is committed to delivering remarkable, story-driven games that resonate with gamers worldwide, and we’re actively searching for talented developers with a passion for well-crafted narratives,” said Neowiz co-CEO Seung-Cheol Kim.

"When we first met Zakazane, we felt an immediate kinship around their passion for developing projects that profoundly captivate audiences. Their upcoming neo-western RPG will be a key addition to our portfolio and reflects our ambition to build lasting franchises across PC and consoles. Together, we will create a brand that unites quality and storytelling for gamers to cherish for years to come."

Zakazane CEO and co-founder Jan Barkowicz, "We found a great understanding of our vision with Neowiz, who got excited about our debut title the minute we showed them the demo. In conversations that followed, they never tried to steer us away from our principles but rather to make sure we stick to our guns. It’s clear both sides understand that games can become important to people on a personal level, making them both valuable works of culture and good business."

A life-long and avid gamer, William D'Angelo was first introduced to VGChartz in 2007. After years of supporting the site, he was brought on in 2010 as a junior analyst, working his way up to lead analyst in 2012 and taking over the hardware estimates in 2017. He has expanded his involvement in the gaming community by producing content on his own YouTube channel and Twitch channel. You can contact the author on Twitter @TrunksWD.

Full Article - https://www.vgchartz.com/article/463035/neowiz-to-publish-western-rpg-by-poland-based-developer-zakazane/




developer

Hideaki Itsuno to Lead New AAA Developer LightSpeed Japan Studio

Tencent Games subsidiary LightSpeed Studios has announced Hideaki Itsuno, who recently left Capcom after 30 years working for the company, will be leading a new video game studio called LightSpeed Japan Studio.

LightSpeed Japan Studio will have two locations in Tokyo and Osaka and is focused on developing original AAA games.

"Joining LightSpeed Studios is an exciting new chapter for me," said Hideaki Itsuno. "With LightSpeed’s strong development capability and global network, I look forward to creating original AAA action game titles together with the amazing team and building aesthetic and innovative experiences for the global player community. We welcome all talented and passionate game creators from the world over to join our vision."

LightSpeed Studios president Jerry Chen added, "It is our great honor to have Hideaki Itsuno join LightSpeed Studios. The establishment of LightSpeed Japan Studio is a significant step in LightSpeed Studios’ expansion and demonstrates our commitment to bringing the best possible games to our players."

Itsuno directed entries in the Rival Schools, Power Stone, Capcom VS. SNK, Devil May Cry, and Dragon’s Dogma franchises.

A life-long and avid gamer, William D'Angelo was first introduced to VGChartz in 2007. After years of supporting the site, he was brought on in 2010 as a junior analyst, working his way up to lead analyst in 2012 and taking over the hardware estimates in 2017. He has expanded his involvement in the gaming community by producing content on his own YouTube channel and Twitch channel. You can contact the author on Twitter @TrunksWD.

Full Article - https://www.vgchartz.com/article/463041/hideaki-itsuno-to-lead-new-aaa-developer-lightspeed-japan-studio/




developer

How 'quantum software developer' became a job that actually exists

While quantum computers are still in their infancy, more and more people are training to become quantum software developers




developer

Preparing for a Billion Developers

With the vision of a billion developers, AI is evolving from a specialized tool to a platform that democratizes coding. As AI’s

The post Preparing for a Billion Developers appeared first on Gigaom.




developer

GO-JEK Acquires Pune-Based Mobile App Developer Leftshift

Indonesia-based leading startup GO-JEK on Tuesday announced that it has acquired Pune-based mobile application developer Leftshift for upscaling its product development, design and engineering platforms.




developer

Roblox hires former Zynga CTO to build out its developer team

Roblox has picked up a key hire to help grow its ecosystem of user-generated content for the metaverse. Nick Tornow is joining the company as VP of Engineering for its developer team, leaving his former post as Twitter Platform Lead. Tornow also spent a decade at Zynga and served as the company’s CTO from 2013 […]

© 2024 TechCrunch. All rights reserved. For personal use only.




developer

Early automates code testing for developers

Early is a Tel Aviv-based startup that uses generative AI to generate unit tests, helping programmers catch potential bugs early in the development cycle. The company, which launched in August, today announced that it has raised a $5 million seed funding round led by Zeev Ventures, with participation from Dynamic Loop Capital. In its current […]

© 2024 TechCrunch. All rights reserved. For personal use only.




developer

Symbiotic Security helps developers find bugs as they code

Symbiotic Security, which is announcing a $3 million seed round today, watches over developers as they code and points out potential security issues in real time. Other companies do this, but Symbiotic also emphasizes the next step: teaching developers to avoid these bugs in the first place. Ideally, this means developers will fix security bugs […]

© 2024 TechCrunch. All rights reserved. For personal use only.




developer

M/S.Samy Property Developers vs M/S.Vsp Property Promoters on 8 November, 2024

These two appeals are preferred challenging an order of the Execution Court allowing the claim of respondents 1 to 5 under Order XXI Rule 58 CPC in E.A. No.52 of 2015. Of them, C.M.A. No.460 of 2023 was filed by the purchaser in an auction sale held in E.P. No.168 of 2013, which the appellant/workman in C.M.A.No. 944 of 2023 had laid for executing an award passed under Sec.33C (2) of the Industrial Disputes Act, 1947.

1.2 Broadly the issue is that, in the said E.P. Respondents 1 to 5 have taken out an application in E.A.52 of 2015, staking a claim to about 5.43 acres in SyNo:298 of Kuniyamuthur village, and it came to be allowed by the Execution Court. This block of 5.43 acres was part of a larger extent of 37.0 acres, spread over multiple survey numbers, and it was brought to court-auction-sale and was purchased by the appellant in CMA 460 of 2023. The sale in favour of the auction-purchaser is yet to be confirmed by the Execution Court in terms of Order XXI Rule 92 CPC. The decision of the Execution Court in allowing the claim of respondents 1 to 5 over 5.43 acres implies that the Execution Court https://www.mhc.tn.gov.in/judis C.M.A.Nos.460 & 944 of 2023 may not now confirm the auction-sale as pertaining to this block of land.




developer

Now in Developer Preview: Enhancing Chat with the Google Chat API

The Google Chat API has been launched, allowing developers to build Chat apps that enable real-time collaboration between Google Chat and other systems.




developer

Web AI Summit 2024 Recap: Client-Side AI for Developers

The first Web AI Summit, hosted by Google on October 18, 2024, brought together experts in machine learning models for web browsers.




developer

Centre weighs new WFH rules for SEZs to balance needs of units, developers

IT firms units want WHF for more employees for a longer period, developers are concerned about losing customers for office space




developer

A billion new developers thanks to AI?

This is a translation of my German article for the AI mag. At the WeAreDeveloper World Congress in Berlin in July, GitHub announced that the company will use artificial intelligence and assistants to turn a billion people into developers in a very short time. Amazon’s Cloud CEO, on the other hand, explained in an internal […]




developer

GitHub has over 17 million Indian developers on its platform

India also has the second-highest number of GitHub Education users, second-highest number of contributors to public generative AI projects, and the second-highest number of contributions to open source projects—underscoring India’s rise as a global technology leader




developer

DevTools Digest - Chrome 35: Updates to the Developer Tools in Chrome 35

Updates to the Chrome Developer Tools: CSS property quick search, memory stats for heap snapshots, CodeMirror upgrade and more.




developer

GitHub unveils multi-model Copilot, Spark for AI developers

Anthropic’s Claude 3.5 Sonnet will be available via GitHub Copilot starting today and Google’s Gemini 1.5 Pro will be available in the coming weeks




developer

Rajesh Munirathnam's Journey: From Senior Developer to Leading AI-Powered Data Initiatives in Data, Analytics, and AI

Rajesh Munirathnam's journey includes his pursuit of advanced education, such as enrolling in MIT Professional Education's Applied Data Science Program, which emphasizes leveraging AI for effective decision-making




developer

Shaping the Future of Web Apps: Full Stack Developer's Expertise in API Design and Cloud Deployment

Naga Lalitha has become visible as someone who is changing the face of technology for industry verticals like supply chain and manufacturing.




developer

Mep Infrastructure Developers Ltd - Disclosures under Reg. 31(1) and 31(2) of SEBI (SAST) Regulations, 2011




developer

Radhe Developers (India) Ltd. - Disclosures Under Reg. 29(2) Of SEBI (SAST) Regulations, 2011




developer

Radhe Developers (India) Ltd. - Disclosures Under Reg. 29(2) Of SEBI (SAST) Regulations, 2011




developer

Radhe Developers (India) Ltd. - Disclosures under Reg. 29(2) of SEBI (SAST) Regulations, 2011




developer

Radhe Developers (India) Ltd. - Disclosures Under Reg. 29(2) Of SEBI (SAST) Regulations, 2011




developer

Developers given extra time by the Central Government to execute SEZ projects




developer

A tale of three developers — will the law catch up?




developer

Are These the Most Interesting Front-end Developer Tools for 2021?

When I come to the end of any given year, it’s always interesting to look back through the click-through stats for my weekly newsletter Web Tools Weekly to see which tools got the most attention.

This year wasn’t all that different from previous years. I’ve learned that clicks happen for basically one of two reasons:

The post Are These the Most Interesting Front-end Developer Tools for 2021? appeared first on Impressive Webs.



  • Roundups and Resources

developer

567: Full Stack Dev, Load Bearing Developer, and Being Zod Curious

What do you do if your computer dies? Chris applies to work at Luro, Dave applies at CodePen, Dave's Zod curious, TypeScript, sorting out a 10MB blog post, and how much do you miss jQuery?




developer

572: Text Sqwunch Property, Figma Developer Mode, Stripe Elements

Show DescriptionDave reports back from the Figma Conference, how to build a better developer to designer bridge, do clients really want to update their website, using Stripe in 2023, permissions and sharing, and are you feeling overwhelmed by CSS in 2023? Listen on Website →Links Config 2023 | Figma’s Annual Conference Figma Visual Studio Code […]




developer

Realty firm Kolte-Patil Developers CFO Khiroda Jena resigns

Jena has resigned to "pursue professional opportunities outside the organiszation".




developer

Macrotech Developers’ net debt rises 43.5% in Q1 on higher capex for land, construction




developer

Hyderabad real estate developers shake off HYDRAA blues

The body said that CM Revanth Reddy’s assurance that buildings with approvals will not be touched has instilled confidence in investors




developer

Macrotech Developers to initiate housing projects worth ₹10,000 crore by March in MMR, Pune, Bengaluru

New projects come in the wake of Macrotech Developers reporting a 21 per cent increase in sales bookings to a record ₹4,290 crore during the July-September period earlier this month