Recommended Posts

On 5/17/2016 at 9:29 PM, Raphaël G. said:

I'm afraid the deadline is already exceeded :rofl: Would have been great though, if I had a lot of time on my hands :) 

 

So what's next for Dopamine?

 

This build is rather good, quality wise. I'd like to release version 1.0 final as soon as I have confirmation that there are no critical issues left. After the release of 1.0, my focus will shift to the UWP version. Development on the desktop version will continue however. While the current focus is now 100% desktop, 0% UWP, I'd like to shift that to 20% desktop, 80% UWP for a short period of time. And once the UWP version is published, it should become 50% for both.

The 20% for the desktop version will allow fixing bugs and adding small features.

 

The UWP version will start simple and as a phone application only. Because I want to publish quickly, I won't spend time building an adaptive UI yet. The desktop version can fill that gap for now. Adaptive UI will be added later. The app will be polished and dynamic, just like the dekstop version. They will look very similar.

 

wooo! Can't wait to see the UWP app! Very excited

On ‎7‎/‎06‎/‎2016 at 11:23 AM, ZipZapRap said:

wooo! Can't wait to see the UWP app! Very excited

I'm excited about it too. It's fun to make. I haven't written a line of code for Dopamine for the last 2 weeks however :( Daytime job is very demanding right now. I'm working almost day and night. Tomorrow I want to spend some time fixing small Dopamine desktop bugs and work on Dopamine mobile. Let's see how that goes :) 

  • Like 3
2 minutes ago, lisztomania said:

It's about 140 gigabytes, but it has already been scanned and indexed. Unless it scans constantly the memory shouldn't be that high I think. 

It doesn't to my knowledge but we'd probably need Raph to confirm.

 

I've got a 24GB library and I'm using about 65MB, so those numbers wouldn't add up if it is Library size dependant.

On ‎13‎/‎06‎/‎2016 at 1:13 PM, lisztomania said:

It's about 140 gigabytes, but it has already been scanned and indexed. Unless it scans constantly the memory shouldn't be that high I think. 

It's not scanning constantly, and the high memory usage is typical for a .NET application and normal. Here is an explanation I found online:

 

When a .NET application starts, it asks the OS for a chunk of memory which it then segments to become the managed heap, stack, and large object heap. It is this total chunk of memory that TaskManager is reporting, which may or may not be completely used by .NET. Once a .NET application is given a chunk of memory, it will not release it until asked by the OS, which will only happen with the OS determines a need for more memory resources.

 

Simply put: the 200 MB are reserved for Dopamine, but that doesn't mean it is using the full 200 MB at any given time. That's how .NET works, and trying to do something about it is asking for breakage, or causes performance hits.

 

28 minutes ago, Raphaël G. said:

It's not scanning constantly, and the high memory usage is typical for a .NET application and normal. Here is an explanation I found online:

 

When a .NET application starts, it asks the OS for a chunk of memory which it then segments to become the managed heap, stack, and large object heap. It is this total chunk of memory that TaskManager is reporting, which may or may not be completely used by .NET. Once a .NET application is given a chunk of memory, it will not release it until asked by the OS, which will only happen with the OS determines a need for more memory resources.

 

Simply put: the 200 MB are reserved for Dopamine, but that doesn't mean it is using the full 200 MB at any given time. That's how .NET works, and trying to do something about it is asking for breakage, or causes performance hits.

 

oh so its like reserved parking but cars aren't necessarily using the spaces?

9 hours ago, Raphaël G. said:

It's not scanning constantly, and the high memory usage is typical for a .NET application and normal. Here is an explanation I found online:

 

When a .NET application starts, it asks the OS for a chunk of memory which it then segments to become the managed heap, stack, and large object heap. It is this total chunk of memory that TaskManager is reporting, which may or may not be completely used by .NET. Once a .NET application is given a chunk of memory, it will not release it until asked by the OS, which will only happen with the OS determines a need for more memory resources.

 

Simply put: the 200 MB are reserved for Dopamine, but that doesn't mean it is using the full 200 MB at any given time. That's how .NET works, and trying to do something about it is asking for breakage, or causes performance hits.

 

Ah, that explains it. There are times when it hit 300 and I was worried. Question, I am using Windows 10 insider preview. Any chance that Dopamine might not be meshing well with this OS build or it really doesn't matter?

11 hours ago, Raphaël G. said:

Something like that :) 

issue. Not a dopamine issue though. I have a CD I bought by a group Madison Rising  American Hero (Red) the Album and cover art

 

I use Windows Media Player to rip the CD and the WMP properly knows the tracks but no cover art. how can I create an album cover to work with Dopamine? what file format, size etc? I can modify the art myself.

I put a gif file of it at "C:\Users\Christopher\AppData\Roaming\Dopamine\Cache\CoverArt"

 

thanks.

Chrisj1968

10 hours ago, chrisj1968 said:

issue. Not a dopamine issue though. I have a CD I bought by a group Madison Rising  American Hero (Red) the Album and cover art

 

I use Windows Media Player to rip the CD and the WMP properly knows the tracks but no cover art. how can I create an album cover to work with Dopamine? what file format, size etc? I can modify the art myself.

I put a gif file of it at "C:\Users\Christopher\AppData\Roaming\Dopamine\Cache\CoverArt"

 

thanks.

Chrisj1968

Give this a go... http://www.howtogeek.com/57237/how-to-get-complete-album-art-for-your-music-library/

As for ripping CDs, give this a shot, and see if you get better results. http://www.exactaudiocopy.de/

 

EAC is the weapon of choice for pirates, so you can be sure it's very good at what it does. :) 

Any one have more than one monitor and when dopamine starts, the splash screen shows up on another screen but the app shows up on the correct one (the screen where it was closed from)?  Doesn't always happen and trying to get the steps taken to reproduce.  Not that big an issue though, just have seen it a few times.

7 minutes ago, jackslade said:

Any one have more than one monitor and when dopamine starts, the splash screen shows up on another screen but the app shows up on the correct one (the screen where it was closed from)?  Doesn't always happen and trying to get the steps taken to reproduce.  Not that big an issue though, just have seen it a few times.

Try messing about with which monitor is set as the main display, or changing to single display, and switching between the two. Launch and close Dopamine each time, hopefully it will right itself.

1 hour ago, FiB3R said:

Give this a go... http://www.howtogeek.com/57237/how-to-get-complete-album-art-for-your-music-library/

As for ripping CDs, give this a shot, and see if you get better results. http://www.exactaudiocopy.de/

 

EAC is the weapon of choice for pirates, so you can be sure it's very good at what it does. :) 

thank you FiB3R. I'll let you know how it goes.

 

Update: I saved it to the albums cache folder/ Album art and then right clicked the album in dopamine and changed it and pointed to the album cover. right on FiB3R! way to go bud

Edited by chrisj1968
11 hours ago, jackslade said:

Any one have more than one monitor and when dopamine starts, the splash screen shows up on another screen but the app shows up on the correct one (the screen where it was closed from)?  Doesn't always happen and trying to get the steps taken to reproduce.  Not that big an issue though, just have seen it a few times.

Mine does this, but I think I know why.

 

So I have a 3 monitor setup, I have dopamine set to use Nano player and sits in the corner of screen 1 however when i first start it up, the splash screen opens on screen 2.

 

I realised though that if I max the application it does in fact maximise to screen 2 - if move it to screen 1 and close and re-open the splash screen opens on screen 1.

 

Hopefully that makes sense and it helps understand how it behaves for you.

On ‎15‎/‎06‎/‎2016 at 10:14 PM, elmetnuter said:

Hi Raphael :)

I love your software!

I am using SnapX for my work everyday.

 

Downloading Dopamine right now.

 

Thank you!

I'm glad you find it useful! :) I have some new ideas for it. It'll get some updates in the near future.

Enjoy Dopamine :) Version 1.0 final is just around the corner. I'm currently testing the release build.

  • Like 1
On ‎15‎/‎06‎/‎2016 at 9:57 PM, jackslade said:

Any one have more than one monitor and when dopamine starts, the splash screen shows up on another screen but the app shows up on the correct one (the screen where it was closed from)?  Doesn't always happen and trying to get the steps taken to reproduce.  Not that big an issue though, just have seen it a few times.

The splash screen has totally no intelligence :) It just displayed on the screen where the mouse is (I think, I'll have to do more testing). The main window remembers its last position.

I created a bug report for this. Low priority though, for when I'm bored :) 

On ‎15‎/‎06‎/‎2016 at 11:31 PM, Stocks™ said:

Is there possibly any chance of getting a rip function built in to Dopamine? That would be schweet!

Not anytime soon I'm afraid. There are other great tools specially made for that purpose. I won't try to compete with them.

  • Like 1
On 6/17/2016 at 9:45 PM, Raphaël G. said:

Not anytime soon I'm afraid. There are other great tools specially made for that purpose. I won't try to compete with them.

Ahh bummer!

 

Thats cool, I actually have a seperate program already, I'm just lazy and wanted to do it through one application :p

@Raphaël G.

 

Can you share updated list of pending requests or issues? So we can have overview. It will also help people to not repeat the same requests again and again. I hope, it's OK with you.

  • Like 1
1 minute ago, Zlip792 said:

@Raphaël G.

 

Can you share updated list of pending requests or issues? So we can have overview. It will also help people to not repeat the same requests again and again. I hope, it's OK with you.

It would be better if he post it on his website for everyone to see... 

 

Instead of we are flipping the forum pages to find the requests/issues.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • OpenAI is rolling out a major upgrade to ChatGPT memory by Pradeep Viswanathan OpenAI is rolling out a major upgrade to ChatGPT's memory, making the system more capable, current, and scalable across long-term use. Memory allows ChatGPT to remember useful details about users, including their preferences, projects, and constraints. Instead of starting every conversation from scratch, ChatGPT can use this context to provide more relevant responses in future chats. OpenAI first launched saved memories in February 2024. That feature allowed users to explicitly ask ChatGPT to save information into its memory, such as travel plans or writing preferences. However, this system had limits because it depended heavily on users giving clear instructions to remember something. Additionally, saved memories could become stale over time. In April 2025, OpenAI expanded memory by allowing ChatGPT to reference past chat context outside the saved memories list. This was powered by a background process called “dreaming,” which automatically curates memories from chat history. This made ChatGPT better at learning from natural conversation without requiring users to manually save every detail. Today, OpenAI announced a more capable and compute-efficient memory architecture built on top of dreaming. This new system improves ChatGPT’s ability to carry forward useful context, follow user preferences, and remain accurate as time passes. According to OpenAI’s internal evaluations, the new system improves factual recall from 67.9% in 2025 to 82.8% in 2026. Preference adherence improves from 55.3% to 71.3%, while accuracy over time improves from 52.2% to 75.1%. The best part of this new system is a new memory summary page where users can review ChatGPT's memories. Users can even update details, correct information, or give instructions on what topics ChatGPT should bring up and when. This new, improved memory system is available to ChatGPT Plus and Pro users in the US starting today. It will roll out to more countries, as well as Free and Go users, in the coming weeks.
    • I work for a video production company in Australia. The camera operators shoot footage and then pass the SD card over to the editors. Much easier than handing over the entire camera. Plus, on a busy day you can hand off the SD card and then pop another in for the next shoot. Or, you might have used multiple SD cards because you need the extra space for a long shoot. I also use USB cables and wifi for transferring footage, but in many cases an SD card reader is the easiest method.
    • Microsoft Edge 149.0.4022.52 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.52 changelog: Migration to improved V2 architecture for Workspaces. Workspaces, introduced in Edge in 2022, allows users to create durable sets of tabs that can be saved and shared with others. In order to improve reliability and performance of this feature, the following changes are being made: Migrating data for saved Workspaces from OneDrive/SharePoint to Edge Sync service Removing the collaboration/share functionality of this feature For organizations who have disabled Sync through policy, the existing v1 Workspace data will still be migrated to the new architecture. New v2 Workspaces created after migration won't sync across devices and will remain local to each device. This update occurs on a progressive rollout beginning in Edge Stable v145 and will continue rolling out in Edge v149. For more information, see Getting started with Microsoft Edge Workspaces. Feature Updates Passkey Sync for Enterprise Users. Microsoft Edge is introducing support for passkey synchronization for enterprise users, enabling secure, passwordless authentication across devices. Passkeys created in Edge can now be synced seamlessly, improving sign-in experience while maintaining strong security standards. Note: This is a controlled feature rollout. If you don't see this change, check back as we continue the rollout. Enterprise WebView2 runtime downgrade via DowngradeVersion policy. Administrators can temporarily roll back specific applications to a previous WebView2 Evergreen Runtime version (N-1 or N-2) using the new DowngradeVersion policy in msedgewebview2.admx. The Downgrade Version policy allows enterprises to mitigate critical regressions by specifying per-application exe-to-version mappings. The Edge Updater installs the target version side-by-side, and the WebView2 Loader redirects targeted apps accordingly. Downgrades auto-expire with each new WebView2 release: apps pinned to N-1 remain on the same version (now becoming N-2) and will auto-update in the next release, while apps pinned to N-2 will revert to the current Evergreen version. The policy applies only to enterprise-managed devices (domain-joined or MDM-enrolled). For more information, see Microsoft Edge WebView2 Policy Documentation | Microsoft Learn. Collections retirement. Collections has been removed in this update. Users can no longer access or use the feature. To keep saved content, users can export it, or move all pages to Favorites before updating to Microsoft Edge Stable 149. For more information, see Organize your ideas with Collections in Microsoft Edge - Microsoft Support. Modern, unified, and updated Look and Feel. Microsoft Edge has updated the Look and Feel to give customers a unified experience across all of Microsoft AI surfaces including Copilot and Bing. This changes multiple elements of the UX such as spacing, corners, fonts, default colors, etc. Clarify choices surrounding third-party cookie settings. Language under Settings > Privacy, search, and services > Cookies are clarified to better describe the choices users have in managing third-party cookies. Custom primary password retirement. Users are no longer able to create a new custom primary password in Edge Settings edge://settings/autofill/passwords/settings. Any users who are still using a custom primary password will be automatically migrated to device authentication. Additionally, the PrimaryPasswordSetting policy will no longer support the WithCustomPrimaryPassword option. For more information, see Keep your saved passwords private in Microsoft Edge | Microsoft Support. Unifying Copilot Chat policy controls. The Microsoft365CopilotChatIconEnabled policy is the standard for configuring Copilot Chat. Previously, this behavior was controlled by blocking the Copilot extension, either explicitly or by using the * wildcard via the ExtensionSettings or ExtensionInstallBlockList policies. Extension and sidebar policies no longer affect the appearance or functionality of Copilot Chat. Copilot address bar suggestions were also tied to extension policy settings. Starting in Microsoft Edge version 149, admins can use the CopilotAddressBarSuggestionsEnabled policy to manage this behavior. Intune MAM Protected Downloads. The protected downloads feature for Intune MAM is now available for BYOD (Bring Your Own Device) devices, which aren't managed by a tenant. Policy Updates / New policies CopilotAddressBarSuggestionsEnabled - Enable Copilot address bar suggestions CpuPerformanceTierOverride - Override for the CPU performance tier DataUrlInWebWorkerOpaqueOriginEnabled - Enable opaque origins for data URLs in Web Workers DefaultLocalFontsSetting - Default Local Fonts permission setting ForceForegroundPriorityForUrls - Force foreground priority for specific URLs LocalFontsAllowedForUrls - Allow Local Fonts permission on these sites LocalFontsBlockedForUrls - Block Local Fonts permission on these sites Deprecated policies WalletDonationEnabled - Wallet Donation Enabled (deprecated) EdgeWalletEtreeEnabled - Edge Wallet E-Tree Enabled (deprecated) Additional policy changes ForceForegroundPriorityForUrls - ForceForegroundPriorityForOrigins is renamed to ForceForegroundPriorityForUrls OnSecurityEventEnterpriseConnector - Add macOS platform support ProtectedContentIdentifiersAllowed - Remove macOS platform support Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
    • Very Popular
      s0nic69 earned a badge
      Very Popular
    • Collaborator
      Asgardi earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      471
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      67
    5. 5
      Michael Scrip
      59
  • Tell a friend

    Love Neowin? Tell a friend!