Re: [Archivesspace_Users_Group] ID display config options

2023-05-16 Thread Brian Hoffman
rasis.org> mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>> On Behalf Of Brian Hoffman Sent: dinsdag 16 mei 2023 2:27 To: Archivesspace Users Group mailto:archivesspace_users_group@lyralists.lyrasis.org>> Subject: Re: [Archivesspace_Users_Group] ID display config options

Re: [Archivesspace_Users_Group] ID display config options

2023-05-16 Thread Brian Hoffman
cluded in the 3.4 release? Thanks again, Jennifer On Mon, May 15, 2023 at 1:41 PM Brian Hoffman mailto:brian.hoff...@lyrasis.org>> wrote: Hi Tom, I don’t believe it has worked in 3.3.1 or any previous release. Yes, it should be working in 3.5 as the work has already been done: https:

Re: [Archivesspace_Users_Group] ID display config options

2023-05-15 Thread Brian Hoffman
"lost" in the move to 3.4. Thanks, Tom On Mon, May 15, 2023 at 1:00 PM Brian Hoffman mailto:brian.hoff...@lyrasis.org>> wrote: Hi Jennifer, There is an issue with the way those features were implemented, and they won’t work without some customization in version 3.4.0. There is

Re: [Archivesspace_Users_Group] ID display config options

2023-05-15 Thread Brian Hoffman
Hi Jennifer, There is an issue with the way those features were implemented, and they won’t work without some customization in version 3.4.0. There is a fix completed that will appear in a future version. Brian From: archivesspace_users_group-boun...@lyralists.lyrasis.org on behalf of

Re: [Archivesspace_Users_Group] Missing Gemfile for Web-INF

2023-05-12 Thread Brian Hoffman
Hi Channing, asutils is not a gem but a file in the ‘common’ directory. You may just need to add that directory to your CLASSPATH. Brian From: archivesspace_users_group-boun...@lyralists.lyrasis.org on behalf of Norton, Channing Date: Friday, May 12, 2023 at 2:37 PM To:

Re: [Archivesspace_Users_Group] Web hooks or triggers on record update

2023-05-10 Thread Brian Hoffman
Hi Alan, There is an endpoint that provides a stream of updated records: http://archivesspace.github.io/archivesspace/api/#get-a-stream-of-updated-records It is there to enable the indexer to do its work, but perhaps it would work for your use case. There is a window during which records can

Re: [Archivesspace_Users_Group] The best way to implement Solr - confused by documentation

2023-05-01 Thread Brian Hoffman
t 410-704-3340 . From: archivesspace_users_group-boun...@lyralists.lyrasis.org on behalf of Brian Hoffman Date: Monday, May 1, 2023 at 4:14 AM To: Archivesspace Users Group Subject: Re: [Archivesspace_Users_Group] The best way to implement Solr - confused by documentation [ CAUTION: This email is from outs

Re: [Archivesspace_Users_Group] The best way to implement Solr - confused by documentation

2023-05-01 Thread Brian Hoffman
Library at 410-704-3340 . From: archivesspace_users_group-boun...@lyralists.lyrasis.org on behalf of Brian Hoffman Date: Friday, April 28, 2023 at 4:34 PM To: Archivesspace Users Group Subject: Re: [Archivesspace_Users_Group] The best way to implement Solr - confused by documentation [ C

Re: [Archivesspace_Users_Group] The best way to implement Solr - confused by documentation

2023-04-28 Thread Brian Hoffman
Hi Eric, I recommend trying a simpler approach: First, start solr. For example: solr start -p 8983 Then cd to where you installed archivesspace and: solr create_core -c archivesspace -d solr Once you do that, you should be able to navigate to http://host:8983 and see the ‘archivesspace’

Re: [Archivesspace_Users_Group] ArchivesSpace backups on 3.2 failing

2023-02-17 Thread Brian Hoffman
Hi Brian, Are you using the backup script to backup your database only, or were you attempting to backup the Solr index as well? I believe that backing up the Solr index this way has been broken for some time, and is not actually necessary. The next version of ArchivesSpace (3.4.0) will have

Re: [Archivesspace_Users_Group] External Solr - Memory Allocation?

2023-01-28 Thread Brian Hoffman
<< Why does one even have to run a periodic indexer? Aren't there guarantees in the system that updates are seen through to the index in realtime, do bulk updates not trigger a refresh of updated records selectively? Reading the code seems to suggest that updates are queued until processed, does

Re: [Archivesspace_Users_Group] HTTPS Setup on a Windows machine

2022-12-02 Thread Brian Hoffman
Hi, The easiest and recommend way to do this is to place ArchivesSpace behind a proxy server – typically nginx or apache. The proxy server can handle the entire SSL layer and you won’t need to expose the Jetty server to the world. Brian From:

Re: [Archivesspace_Users_Group] AWS/Linux/Solr

2022-11-04 Thread Brian Hoffman
Hi Kyle, Not sure if this will help, but your path looks a little unusual. If solr is installed at `/opt/solr-8.10.0`, then the `solr` executable would typically be at `/opt/solr-8.10.0/bin/solr`. (Compare with your path apparently being `/opt/solr8.10.0/solr/bin/solr`.) Perhaps that is the

Re: [Archivesspace_Users_Group] Observation when in production mode of ArchivesSpace

2022-06-21 Thread Brian Hoffman
Hi, Mizuno is actually never used in a production context, so it would also be fine to just delete any files you don’t like within the gem’s directory. Furthermore, after 3.1.1 we made our own version of Mizuno: https://github.com/archivesspace/mizuno But 3.2.0 was inadvertently released with

Re: [Archivesspace_Users_Group] Issue with gems extensions ( sassc, bindex, ... ) on Mac with 3.2.0

2022-05-26 Thread Brian Hoffman
Hi Steve, This is a known unresolved issue – ArchivesSpace is built on Jruby, the premise being that it can sit entirely on the JVM and thus be portable as any Java app. But over the years various gems with extensions have crept into the application and broken that model – in the case of the

Re: [Archivesspace_Users_Group] Errors Upgrading from 2.7.0 to 2.8.1

2022-05-19 Thread Brian Hoffman
You could also try running this query in MySQL. If you get any results, that would likely be the problem: select id, aspace_relationship_position from top_container_link_rlshp where aspace_relationship_position is null; From: archivesspace_users_group-boun...@lyralists.lyrasis.org on

Re: [Archivesspace_Users_Group] Solr review

2022-04-11 Thread Brian Hoffman
Hi Tom, I share your confusion – I personally do not bother with configsets when I set up my own solr instances. I think it is an either / or situation – you can use them if you want, or just create the core you need directly if you have installed solr natively and have the standard tools: %

Re: [Archivesspace_Users_Group] SOLR SetUp- 3.2.0

2022-03-18 Thread Brian Hoffman
Hi Scott, It is normal to get a 404 if you make a curl request for the core url, since the core itself doesn’t have any actions. Try https://localhost:8983/solr/archivesspace/select Brian From: archivesspace_users_group-boun...@lyralists.lyrasis.org on behalf of RENTON Scott Date: Friday,

Re: [Archivesspace_Users_Group] Solr checksum verification failed

2022-03-18 Thread Brian Hoffman
Hi Kirill, That probably means either your instance of solr does not have the ‘core’ specified in your AppConfig[:solr_url] (the last portion of the URL) or your instance has the core, but the schema is not up to date. You can determine which is the case by changing the setting

Re: [Archivesspace_Users_Group] Archivesspace Crashing

2021-09-02 Thread Brian Hoffman
Hi �C the first error in the log (after the warnings) is a known bug that should be fixed in the next release: https://github.com/archivesspace/archivesspace/pull/2352 I don’t think that would cause the application to crash though, so there may be other issues going on. Brian From:

Re: [Archivesspace_Users_Group] Setting up the "Request" button

2021-07-23 Thread Brian Hoffman
Hi, Have you seen this documentation on configuring ArchivesSpace for HTTPS? https://archivesspace.github.io/tech-docs/provisioning/https.html Brian From: archivesspace_users_group-boun...@lyralists.lyrasis.org on behalf of Zachary L Pelli Date: Friday, July 23, 2021 at 12:16 PM To:

Re: [Archivesspace_Users_Group] Spreadsheet imports locking up database

2021-06-09 Thread Brian Hoffman
Hi Peter, James, and Nancy, I posted a test release (for testing only) that may help with the issue Peter identified. If anyone wants to test and report back that would be great. https://github.com/quoideneuf/archivesspace/releases/tag/issue-2275 Brian From:

Re: [Archivesspace_Users_Group] [Archivesspace_uac] release candidate available - ArchivesSpace v3.0.0-RC2

2021-04-23 Thread Brian Hoffman
Hi Cory, It might be possible to eliminate the issue with the staff interface by setting an environment variable. For example: BUNDLE_WITH="default" ./archivesspace.sh start I think the issue with the public app is different and is going to require a follow-up release next week. I am also

Re: [Archivesspace_Users_Group] Should digital object file_uri field allow non URI data?

2021-04-20 Thread Brian Hoffman
e the note as an XML fragment, and not accept the edit if it fails. ( I’ve been meaning to get around to testing this to see if there are any side effects or spurious rejections from doing this. ) — Steve. On Apr 19, 2021, at 11:50 AM, Brian Hoffman mailto:brian.hoff...@lyrasis.org>> wrot

[Archivesspace_Users_Group] Should digital object file_uri field allow non URI data?

2021-04-19 Thread Brian Hoffman
Hi, We have been trying to understand what to do about cases like the following: http://sandbox.archivesspace.org/digital_objects/2/edit#tree::digital_object_2 [cid:image001.png@01D73512.22D7F220] As things are now, ArchivesSpace will allow a value like this, but various renderings and

Re: [Archivesspace_Users_Group] Bug in PUI search filtering?

2021-03-24 Thread Brian Hoffman
Responding to Anna’s original message, I think this issue in JIRA captures what is probably going on when a two-word search yields more (rather than fewer) results after filtering by another word: https://archivesspace.atlassian.net/browse/ANW-1240 From: on behalf of Blake Carver Reply-To:

Re: [Archivesspace_Users_Group] Java error - Java::JavaSql::SQLException: HOUR_OF_DAY: 2 -> 3

2021-03-16 Thread Brian Hoffman
I created an issue for this in JIRA with references to the information shared by Megan and James. https://archivesspace.atlassian.net/browse/ANW-1229 Brian From: on behalf of James Bullen Reply-To: Archivesspace Users Group Date: Monday, March 15, 2021 at 7:49 PM To: Archivesspace Users

Re: [CODE4LIB] ArchivesSpace reCAPTCHA

2019-04-25 Thread Brian Hoffman
Or how about a variation of the honey pot idea that kills two birds with one stone? Add a checkbox to the form for “Snack Preferences”, e.g.: - bananas - cookies - cake - none of the above; this is an archive

[CODE4LIB] yaml/xml/json, POST data, bloodcurdling terror

2015-12-17 Thread Brian Hoffman
Thanks, this was interesting. But the JSON segment is a little less than terrifying as it’s predicated on the misuse of eval(), which is commonly and easily avoided. > On Dec 17, 2015, at 11:00 PM, CODE4LIB automatic digest system > wrote: > > > Date:Thu, 17

Re: [Bitcoin-development] Remove Us Please

2015-06-19 Thread Brian Hoffman
damn he was just on the verge of solving the underlaying problem with Bitcoin and you interrupted his focus. On Jun 19, 2015, at 3:55 PM, John Bodeen john-bod...@uiowa.edu wrote: from their website, humorous bits highlighted October 14, 2014 In latest Hiatus new, the company has taken

Re: [Bitcoin-development] questions about bitcoin-XT code fork non-consensus hard-fork

2015-06-15 Thread Brian Hoffman
Who is actually planning to move to Bitcoin-XT if this happens? Just Gavin and Mike? On Jun 15, 2015, at 6:17 PM, Faiz Khan faizkha...@gmail.com wrote: I'm quite puzzled by the response myself, it doesn't seem to address some of the (more serious) concerns that Adam put out, the most

Re: [Bitcoin-development] PAPER: New algorithm for the discrete logarithm problem on elliptic curves

2015-04-07 Thread Brian Hoffman
That was easy. On Apr 7, 2015, at 5:49 PM, Jean-Paul Kogelman jeanpaulkogel...@me.com wrote: Ok, false alarm. :) Sorry for the spam. On Apr 07, 2015, at 02:37 PM, Gregory Maxwell gmaxw...@gmail.com wrote: On Tue, Apr 7, 2015 at 9:32 PM, Jean-Paul Kogelman

[jira] [Created] (CB-8522) Wrong version of browser platform reported by 'cordova platform ls'

2015-02-21 Thread Brian Hoffman (JIRA)
Brian Hoffman created CB-8522: - Summary: Wrong version of browser platform reported by 'cordova platform ls' Key: CB-8522 URL: https://issues.apache.org/jira/browse/CB-8522 Project: Apache Cordova

Re: [Bitcoin-development] BIP70: why Google Protocol Buffers for encoding?

2015-01-19 Thread Brian Hoffman
Damn if SPKI had won out we would be parsing S-expressions instead of X.509 certificates. ASN.1 is not fun IMHO. On Jan 19, 2015, at 3:56 PM, Gavin Andresen ga...@bitcoinfoundation.org wrote: On Mon, Jan 19, 2015 at 3:40 PM, Mike Hearn m...@plan99.net wrote: OK, I guess we can boil this

Re: [zeromq-dev] CurveZMQ Enhancements

2014-10-02 Thread Brian Hoffman
M Sent from my iPhone On Oct 1, 2014, at 1:21 PM, Matthew Hawn matth...@donaanacounty.org wrote: There a several things I see that could make CurveZMQ a lot better. I would be happy to help, but these may require more knowledge of ZMQ internals than I know. Yet. Some of them may need

Re: [zeromq-dev] CurveZMQ Enhancements

2014-10-02 Thread Brian Hoffman
Sorry. Mistake. Please ignore. On Oct 2, 2014, at 7:33 AM, Brian Hoffman br...@openbazaar.org wrote: M Sent from my iPhone On Oct 1, 2014, at 1:21 PM, Matthew Hawn matth...@donaanacounty.org wrote: There a several things I see that could make CurveZMQ a lot better. I would

Re: [Bitcoin-development] Does anyone have anything at all signed by Satoshi's PGP key?

2014-09-15 Thread Brian Hoffman
I would agree that the in person aspect of the WoT is frustrating, but to dismiss this as geek wanking is the pot calling the kettle. The value of in person vetting of identity is undeniable. Just because your risk acceptance is difference doesn't make it wanking. Please go see if you can get

Re: [Bitcoin-development] Does anyone have anything at all signed by Satoshi's PGP key?

2014-09-15 Thread Brian Hoffman
. _That_ is the relevant fingerprint. Governmental id is second class, can be forged or simply present a different individual from that who is online. PGP WoT wanking does not solve that problem at all. On Mon, Sep 15, 2014 at 9:32 AM, Brian Hoffman brianchoff...@gmail.com wrote: I

Re: [Bitcoin-development] Timed testing

2014-04-17 Thread Brian Hoffman
So my question to the community is, how invasive is this to bitcoin's source code? I'd say not very considering you have regression testing mode. On Thu, Apr 17, 2014 at 8:25 AM, Jorge Timón jti...@monetize.io wrote: I'm implementing a new testing mode that produces blocks periodically. You

Re: [Bitcoin-development] Chain pruning

2014-04-10 Thread Brian Hoffman
This is probably just noise, but what if nodes could compress and store earlier transaction sets (archive sets) and serve them up conditionally. So if there were let's say 100 archive sets of (10,000 blocks) you might have 5 open at any time when you're an active archive node while the others sit

Re: [Bitcoin-development] Chain pruning

2014-04-10 Thread Brian Hoffman
Looks like only about ~30% disk space savings so I see your point. Is there a critical reason why blocks couldn't be formed into superblocks that are chained together and nodes could serve a specific superblock, which could be pieced together from different nodes to get the full blockchain? This

Re: [Bitcoin-development] Chain pruning

2014-04-10 Thread Brian Hoffman
Okay...will let myself out now ;P On Thu, Apr 10, 2014 at 12:54 PM, Ricardo Filipe ricardojdfil...@gmail.comwrote: that's what blockchain pruning is all about :) 2014-04-10 17:47 GMT+01:00 Brian Hoffman brianchoff...@gmail.com: Looks like only about ~30% disk space savings so I see your

Re: [Bitcoin-development] Chain pruning

2014-04-10 Thread Brian Hoffman
*beneficial* thoughts in the future! On Thu, Apr 10, 2014 at 12:59 PM, Pieter Wuille pieter.wui...@gmail.comwrote: On Thu, Apr 10, 2014 at 6:47 PM, Brian Hoffman brianchoff...@gmail.com wrote: Looks like only about ~30% disk space savings so I see your point. Is there a critical reason why blocks

Re: [Bitcoin-development] Bitcoind-in-background mode for SPV wallets

2014-04-09 Thread Brian Hoffman
How would this affect the user in terms of disk storage? They're going to get hammered on space constraints aren't they? If it's not required how likely are users to enable this? On Wed, Apr 9, 2014 at 11:29 AM, Wladimir laa...@gmail.com wrote: Hello, This is primarily aimed at developers of

[jira] [Created] (JAMES-1481) Ability to Remove Server Version from Welcome Message

2013-02-27 Thread Brian Hoffman (JIRA)
Brian Hoffman created JAMES-1481: Summary: Ability to Remove Server Version from Welcome Message Key: JAMES-1481 URL: https://issues.apache.org/jira/browse/JAMES-1481 Project: James Server

[IxDA Discuss] Welie.com and Design Patterns

2008-08-18 Thread Brian Hoffman
All, A recent Google search of mine returned the site Welie.com as one of the first hits. I've never seen this site before and couldn't find anything about it in the IxDA archives. Since the site is about patterns in design interaction, I was wondering if any of you have used the site and what

[IxDA Discuss] Overall Web Development Process

2008-02-11 Thread Brian Hoffman
All, I'm glad to hear the IxDA conference went well. Hopefully I can attend next year and meet a few of you. For those of you involved with website creation and assuming you are part of a larger team that includes graphics artists, developers, etc., what overall process does your team or

[IxDA Discuss] Adding Depth to Skills

2007-12-18 Thread Brian Hoffman
All, While many of you have followed a very straight career path into interaction design, I'm probably not alone here in having come into this field along a more winding path. Even now I'm in a position where I get to wear several specialized hats and would like to add some depth to my

Re: [IxDA Discuss] Bulk-content creators

2007-12-04 Thread Brian Hoffman
-Original Message- We're considering using an SEO strategy whereby a company creates several hundred content pages with relevant keywords (to our site) that link back to our site, in order to increase our search engine rankings. Bryan, I'm skeptical that this strategy

Re: [IxDA Discuss] Examples where personas are *not* useful

2007-11-27 Thread Brian Hoffman
-Original Message- Once again, that just goes to show that we need more education on how to create and properly use personas. Used properly, they are one of our most useful tools. But like any other tool, used incorrectly, or not at all, well, we all know what happens then. Bad data

Re: [IxDA Discuss] OK/Cancel

2007-11-21 Thread Brian Hoffman
-Original Message- I think Luke W's article (posted on this thread previously) answers a lot of our questions based on research and statistical data. Primary button should be on the left, secondary button on the right. Buttons should be left aligned. -Juan [Brian Hoffman

[V4L] Video Capture + Graphics Overlay ?

2001-02-20 Thread Brian Hoffman
options that don't have VGA inputs. Hoping I'm posting to the right list(s) :) If I'm not, hoping you can point me to the right ones ... Thanks! Brian - Brian Hoffman Intuitive Surgical, Inc. [EMAIL PROTECTED] ___ Video4linux-list